Skip to content

Commit

Permalink
Fixed test resources (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko authored Apr 15, 2022
1 parent 13ca850 commit 5028e7c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions input/fsh/emr-lis-Examples.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,22 @@ Title: "Lab Order Task - Simple Requested"
* authoredOn = "2021-02-20"
* owner = Reference(example-laboratory-practitioner)

Instance: example-laboratory-task-simple-requested
InstanceOf: LaboratoryTask
Usage: #example
Description: "Example Simple Task for Requested Lab Orders"
Title: "Lab Order Task - Simple Requested"
* identifier.value = "88ffa7fb-0419-4097-8b45-24f0d843a5ea"
* identifier.system = "http://i-tech-uw.github.io/lab-workflow-ig/ext/task/identifier"
* basedOn[+] = Reference(example-laboratory-service-request)
* basedOn[=].type = "ServiceRequest"
* status = #completed
* intent = #order
* for = Reference(example-laboratory-patient)
* authoredOn = "2021-02-20"
* owner = Reference(example-laboratory-practitioner)


Instance: example-laboratory-service-request
InstanceOf: LaboratoryServiceRequest
Usage: #example
Expand Down Expand Up @@ -235,6 +251,20 @@ Title: "Laboratory Bundle"
* entry[+].resource = example-laboratory-service-request-1
* entry[+].resource = example-laboratory-service-request-2

Instance: example-laboratory-simple-result-bundle
InstanceOf: Bundle
Usage: #example
Description: "Example Full Laboratory Bundle"
Title: "Laboratory Bundle"
* type = #document
* entry[+].resource = example-laboratory-simple-composition
* entry[+].resource = example-laboratory-patient
* entry[+].resource = example-laboratory-practitioner
* entry[+].resource = example-laboratory-task-simple-completed
* entry[+].resource = example-laboratory-service-request
* entry[+].resource = example-laboratory-diagnostic-report
* entry[+].resource = example-laboratory-observation

Instance: example-transaction-response-bundle
InstanceOf: Bundle
Usage: #example
Expand Down

0 comments on commit 5028e7c

Please sign in to comment.