HL7 BE Laboratory WG Implementation Guide
1.0.1 - STU Belgium flag

HL7 BE Laboratory WG Implementation Guide, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/lab/ and changes regularly. See the Directory of published versions

: obsDynamic0 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "obsDynamic0",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory"
    ]
  },
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">empty</div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "53093-1",
        "display" : "Glucose^post XXX challenge"
      }
    ]
  },
  "effectiveDateTime" : "2015-11-04T09:16:00-05:00",
  "issued" : "2015-11-04T09:16:00-05:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/practitioner10"
    }
  ],
  "valueQuantity" : {
    "value" : 5.2,
    "unit" : "mmol/l",
    "system" : "http://unitsofmeasure.org",
    "code" : "mmol/l"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "118578006",
            "display" : "Relative time"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 0,
        "unit" : "min",
        "system" : "http://unitsofmeasure.org",
        "code" : "min"
      }
    }
  ]
}