eMediplan CHMED20AF Implementation Guide:

This page is part of the eMediplan CHMED20AF FHIR IG (R4) (v2.0.0: STU 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions



{
  "resourceType" : "Observation",
  "id" : "chmed20af-observation-s01-prematurebaby",
  "meta" : {
    "profile" : [
      "http://chmed20af.emediplan.ch/fhir/StructureDefinition/chmed20af-obs-prematurebaby"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Premature baby: true </div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "395507008",
        "display" : "Premature infant"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/chmed20af-card-patient-s01"
  },
  "valueBoolean" : true
}