-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270 from hl7ch/develop
add SR-Container example
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
input/fsh/instances/LabOrder-ServiceRequest-container-example.fsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Instance: LabOrder-ServiceRequest-container-example | ||
InstanceOf: ChLabOrderSRContainer | ||
Title: "LabOrder Service Request for Electrolytes in Serum" | ||
Description: "Example for Service Request as container for multiple Service Requests" | ||
Usage: #example | ||
* id = "LabOrder-container-example" | ||
* identifier[placerOrderIdentifier].type = $v2-0203#PLAC "Placer Identifier" | ||
* identifier[placerOrderIdentifier].system = "urn:oid:2.16.756.5.30" | ||
* identifier[placerOrderIdentifier].value = "123" | ||
|
||
// der SR referenziert auf 3 weitere SR | ||
* basedOn[0] = Reference(LabOrder-ServiceRequest-creatinine-clearance) | ||
* basedOn[+] = Reference(LabOrder-ServiceRequest-electrolytes) | ||
|
||
// ---- grouperID, must be repeated in all dependent SR ---- | ||
* requisition.type = $v2-0203#PLAC "Placer Identifier" | ||
* requisition.system = "urn:oid:2.16.756.5.30" | ||
* requisition.value = "ReqID-1234567" | ||
|
||
* status = #active | ||
* intent = #original-order | ||
* category = $servicerequest-categories#RequestForLabExam "Anforderung Laboruntersuchung" | ||
|
||
* priority = #urgent | ||
* subject = Reference(Patient/HansGuggindieluft) | ||
* requester = Reference(MarcMustermannArztpraxis) | ||
* reasonCode = $sct#404223003 | ||
* reasonCode.text = "Deep venous thrombosis of lower extremity" | ||
* insurance = Reference(HealthInsuranceCard) | ||
* specimen[0] = Reference(Specimen/Serum) "Serum specimen" | ||
// * specimen[+] = Reference(Specimen/Blood) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters