CH ELM (R4)
1.7.0-ci-build - ci-build
CH ELM (R4), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 1.7.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-elm/ and changes regularly. See the Directory of published versions
{
"resourceType" : "DiagnosticReport",
"id" : "1DR-NeisseriaGonorrhoeae",
"extension" : [
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
"valueReference" : {
🔗 "reference" : "Composition/1Comp-NeisseriaGonorrhoeae"
}
}
],
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:uuid:1901332d-6012-443f-9690-9291adb2e19d"
}
],
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/1SR-Order"
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "11502-2",
"display" : "Laboratory report"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Pat-001"
},
"performer" : [
{
🔗 "reference" : "Organization/1Org-Labor"
}
],
"specimen" : [
{
🔗 "reference" : "Specimen/1Spec-Specimen"
}
],
"result" : [
{
🔗 "reference" : "Observation/1Obs-NeisseriaGonorrhoeae"
}
]
}