0.1.0 - ci-build

EgdeGB_IG - Local Development build (v0.1.0). See the Directory of published versions

: ObservationHeightPatient101 - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "ObservationHeightPatient101",
  "meta" : {
    "profile" : [
      "http://www.egde.no/StructureDefinition/gb-body-height"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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\">Resource \"ObservationHeightPatient101\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-gb-body-height.html\">GB Body height</a></p></div><p><b>status</b>: registered</p><p><b>code</b>: Body height <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1153637007)</span></p><p><b>subject</b>: <a href=\"Patient-Patient101.html\">Patient/Patient101</a></p><p><b>effective</b>: 2022-03-25 12:00:00+0000</p><p><b>value</b>: 123 millimeter<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm = 'mm')</span></p></div>"
  },
  "status" : "registered",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "1153637007",
        "display" : "Body height"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/Patient101"
  },
  "effectiveDateTime" : "2022-03-25T00:00:00.000Z",
  "valueQuantity" : {
    "value" : 123,
    "unit" : "millimeter",
    "system" : "http://unitsofmeasure.org",
    "code" : "mm"
  }
}