CH ELM (R4)
1.4.0 - release
This page is part of the Observations of notifiable communicable infectious diseases (v1.4.0: Release) based on FHIR (HL7® FHIR® Standard) 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
{
"resourceType" : "Observation",
"id" : "1bObs-NeisseriaGonorrhoeae",
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "697-3",
"display" : "Neisseria gonorrhoeae [Presence] in Urethra by Organism specific culture"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Pat-001"
},
"effectiveDateTime" : "2023-07-14T11:10:00+02:00",
"performer" : [
{
🔗 "reference" : "Organization/1bOrg-Labor"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "10828004",
"display" : "Positive"
}
]
},
"interpretation" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code" : "POS",
"display" : "Positive"
}
]
}
],
"specimen" : {
🔗 "reference" : "Specimen/1bSpec-Specimen"
}
}