CH ELM (R4)
1.3.1 - release Switzerland flag

This page is part of the Observations of notifiable communicable infectious diseases (v1.3.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: 1Obs - Neisseria Gonorrhoeae - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "1Obs-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/1Pat-DM"
  },
  "effectiveDateTime" : "2023-07-14T11:10:00+02:00",
  "performer" : [
    {
      🔗 "reference" : "Organization/1Org-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/1Spec-Specimen"
  }
}