CH ORF (R4)
0.10.0 - STU 1 Ballot
This page is part of the CH ORF (R4) (v0.10.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 3.0.2. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "sr-order-referral-form",
"meta" : {
"profile" : [
"http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-servicerequest"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>CH ORF Requested Encounter Details</b>: <a href=\"Encounter-EncounterMusterfrau.html\">Generated Summary: status: planned; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode EMER}\">emergency</span></a></p><p><b>identifier</b>: Placer Identifier: 123, Filler Identifier: 456</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>priority</b>: routine</p><p><b>subject</b>: <a href=\"Patient-ErikaMusterfrau.html\">Generated Summary: Medical record number: 11.22.33.4567; Erika Musterfrau (OFFICIAL), Ledigname (MAIDEN); Phone: 079 979 79 79, erika@musterfrau.ch; gender: female; birthDate: 1970-03-14</a></p><p><b>requester</b>: <a href=\"PractitionerRole-SabineMeierPraxisSeeblick.html\">Generated Summary: </a></p><p><b>insurance</b>: <a href=\"Coverage-CoverageMusterfrau.html\">Generated Summary: Insurance Card Number: 80756015090002647590; status: active; <span title=\"Codes: {http://fhir.ch/ig/ch-orf/CodeSystem/ch-orf-cs-coveragetype KVG}\">According to KVG</span></a></p><p><b>note</b>: Bemerkung/Kommentar</p></div>"
},
"extension" : [
{
"url" : "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-requestedencounterdetails",
"valueReference" : {
"reference" : "Encounter/EncounterMusterfrau"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PLAC"
}
]
},
"system" : "urn:oid:1.3.4.5.6.7",
"value" : "123"
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "FILL"
}
]
},
"system" : "urn:oid:7.8.9.10.11",
"value" : "456"
}
],
"status" : "active",
"intent" : "order",
"priority" : "routine",
"subject" : {
"reference" : "Patient/ErikaMusterfrau"
},
"requester" : {
"reference" : "PractitionerRole/SabineMeierPraxisSeeblick"
},
"insurance" : [
{
"reference" : "Coverage/CoverageMusterfrau"
}
],
"note" : [
{
"text" : "Bemerkung/Kommentar"
}
]
}