Vital Signs Implementation Guide version 0.1.0 (Release 0.1.0 Ballot )

This page is part of the Vital Signs FHIR IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: Observation-height-example

Raw json

{
  "resourceType" : "Observation",
  "id" : "height-example",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/vitals/StructureDefinition/Height"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>id</b>: height-example</p><p><b>meta</b>: </p><p></p><p><b>category</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes: {http://loinc.org 8302-2}\">Body height</span></p><p><b>subject</b>: <span>Small Child1234</span></p><p><b>encounter</b>: <span>GP Visit</span></p><p><b>effective</b>: Oct 16, 2019 9:12:29 PM</p><p><b>value</b>: 102 cm</p><p><b>method</b>: <span title=\"Codes: {http://snomed.info/sct 258104002}\">Measured</span></p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/vitals/StructureDefinition/BodyPositionExt",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "33586001",
            "display" : "Sitting position"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementDeviceExt",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "51791000",
            "display" : "Measuring tape"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/us/vitals/StructureDefinition/ClothingWornDuringMeasureExt",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/vitals/CodeSystem/SolorTemporaryCodeSystem",
            "code" : "961000205106",
            "display" : "Wearing street clothes, no shoes (finding)"
          }
        ]
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs",
          "display" : "Vital Signs"
        }
      ],
      "text" : "Vital Signs"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8302-2",
        "display" : "Body height"
      }
    ],
    "text" : "Body height"
  },
  "subject" : {
    "display" : "Small Child1234"
  },
  "encounter" : {
    "display" : "GP Visit"
  },
  "effectiveDateTime" : "2019-10-16T12:12:29-09:00",
  "valueQuantity" : {
    "value" : 102,
    "unit" : "cm",
    "system" : "http://unitsofmeasure.org",
    "code" : "cm"
  },
  "method" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "258104002",
        "display" : "Measured"
      }
    ]
  }
}