CH ELM (R4)
1.3.1 - 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.3.1 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

: 1bSR - Order - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "1bSR-Order",
  "identifier" : [
    {
      "value" : "22000938108"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "697-3",
        "display" : "Neisseria gonorrhoeae [Presence] in Urethra by Organism specific culture"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/1Pat-DM"
  },
  "requester" : {
    🔗 "reference" : "PractitionerRole/1PR-KsAbc"
  },
  "specimen" : [
    {
      🔗 "reference" : "Specimen/1bSpec-Specimen"
    }
  ]
}