CH EKM (R4)
0.0.1 - ci-build Switzerland flag

CH EKM (R4), published by Federal Office of Public Health FOPH. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-ekm/ and changes regularly. See the Directory of published versions

: ChEkmServiceRequestExample-HepatitisC - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "ChEkmServiceRequestExample-HepatitisC",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ChEkmServiceRequestExample-HepatitisC</b></p><a name=\"ChEkmServiceRequestExample-HepatitisC\"> </a><a name=\"hcChEkmServiceRequestExample-HepatitisC\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-ChEkmPatientExample.html\">Beispielin Muster  Male, DoB: 2000-01-01 ( urn:oid:2.16.756.5.32#AHVN13#7561234567897)</a></p><p><b>performer</b>: <a href=\"Organization-ChEkmOrganizationLabExample.html\">Organization Viollier Bern AG</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 171112000}\">Screening due (finding)</span></p><p><b>specimen</b>: <a href=\"Specimen-ChEkmSpecimenExample-HepatitisC.html\">Specimen</a></p></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "subject" : {
    🔗 "reference" : "Patient/ChEkmPatientExample"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/ChEkmOrganizationLabExample"
    }
  ],
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "171112000",
          "display" : "Screening due (finding)"
        }
      ],
      "text" : "Screening due (finding)"
    }
  ],
  "specimen" : [
    {
      🔗 "reference" : "Specimen/ChEkmSpecimenExample-HepatitisC"
    }
  ]
}