CH ELM (R4)
1.3.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.3.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

: 1SR - Order - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "1SR-Order",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"1SR-Order\"> </a><a name=\"hc1SR-Order\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourceServiceRequest &quot;1SR-Order&quot; </p></div><p><b>identifier</b>: <code>http://fhir.lab.ch/order-identifier</code>/22000938108</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>code</b>: Neisseria gonorrhoeae [Presence] in Urethra by Organism specific culture <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#697-3)</span></p><p><b>subject</b>: <a href=\"Patient-1Pat-DM.html\">Patient/1Pat-DM</a> &quot; M&quot;</p><p><b>requester</b>: <a href=\"PractitionerRole-1PR-KsAbc.html\">PractitionerRole/1PR-KsAbc</a></p><p><b>specimen</b>: <a href=\"Specimen-1Spec-Specimen.html\">Specimen/1Spec-Specimen</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.lab.ch/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/1Spec-Specimen"
    }
  ]
}