CH ELM (R4)
1.5.0 - release Switzerland flag

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.5.0 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

: 1bDR - Neisseria Gonorrhoeae - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "1bDR-NeisseriaGonorrhoeae",
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
      "valueReference" : {
        🔗 "reference" : "Composition/1bComp-NeisseriaGonorrhoeae"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:1901332d-6012-443f-9690-9291df32e177"
    }
  ],
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/1bSR-Order"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11502-2",
        "display" : "Laboratory report"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Pat-001"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/1bOrg-Labor"
    }
  ],
  "specimen" : [
    {
      🔗 "reference" : "Specimen/1bSpec-Specimen"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/1bObs-NeisseriaGonorrhoeae"
    }
  ]
}