CH VACD (R4)
1.0.0 - STU 2 Ballot

This page is part of the CH VACD (R4) (v1.0.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: 9.2 Observation (Labor and Serology for Recommendation Request/Response) - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "9-2-Observation",
  "meta" : {
    "profile" : [
      "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-recommendation-laboratory-serology"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\">There is an immunitzation protection against Hepatitis B.</div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "16935-9",
        "display" : "Hepatitis B virus surface Ab [Units/volume] in Serum"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/3-2-Patient"
  },
  "effectiveDateTime" : "1971-10",
  "performer" : [
    {
      "reference" : "PractitionerRole/6-4-PractitionerRole"
    }
  ],
  "valueQuantity" : {
    "value" : 99.0,
    "unit" : "[iU]/L",
    "system" : "http://unitsofmeasure.org",
    "code" : "[iU]/L"
  },
  "interpretation" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code" : "POS",
          "display" : "Positive"
        }
      ]
    }
  ]
}