This page is part of the CH LAB-Order (R4) (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: LabOrder - JSON Representation
Raw json | Download
{
"resourceType" : "Composition",
"id" : "LabOrder",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2021-02-18T17:04:38.520+00:00",
"profile" : [
"http://fhir.ch/ig/ch-lab-order/StructureDefinition/ch-lab-order-composition"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div>Laboratory Order</div></div>"
},
"extension" : [
{
"extension" : [
{
"url" : "enterer",
"valueReference" : {
"reference" : "PractitionerRole/MarcMustermannArztpraxis"
}
}
],
"url" : "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-epr-dataenterer"
},
{
"url" : "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-urgentnoficationcontactforthisdocument",
"valueReference" : {
"reference" : "PractitionerRole/EvaErlenmeyerLaborPipette"
}
},
{
"url" : "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-urgentnoficationcontactfortheresponsetothisdocument",
"valueReference" : {
"reference" : "PractitionerRole/MarcMustermannArztpraxis"
}
},
{
"url" : "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-receiver",
"valueReference" : {
"reference" : "PractitionerRole/EvaErlenmeyerLaborPipette"
}
},
{
"url" : "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver",
"valueReference" : {
"reference" : "PractitionerRole/PeterPrestoGruppenpraxis"
}
},
{
"url" : "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-copyreceiver",
"valueReference" : {
"reference" : "Patient/HansGuggindieluft"
}
}
],
"status" : "final",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "419891008",
"display" : "Record artifact (record artifact)"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "721963009",
"display" : "Order (record artifact)"
}
]
}
],
"subject" : {
"reference" : "Patient/HansGuggindieluft"
},
"date" : "2019-03-31T11:46:09+02:00",
"author" : [
{
"reference" : "PractitionerRole/MarcMustermannArztpraxis"
}
],
"title" : "Laborauftrag",
"section" : [
{
"title" : "Auftrag für Laboruntersuchung",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "93037-0",
"display" : "Portable medical order form"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Order-Referral-Form</div>"
},
"entry" : [
{
"reference" : "Questionnaire/LabOrder-form"
},
{
"reference" : "QuestionnaireResponse/LabOrder-qr"
},
{
"reference" : "ServiceRequest/LabOrder-potassium"
}
]
}
]
}