0.1.0 - ci-build International flag

JohnMoehrkeTestVital, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testVital/ and changes regularly. See the Directory of published versions

: HEIGHT - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "ex-height",
  "meta" : {
    "profile" : [
      🔗 "http://johnmoehrke.github.io/testvital/StructureDefinition/Myvitals"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ex-height</b></p><a name=\"ex-height\"> </a><a name=\"hcex-height\"> </a><a name=\"ex-height-en-US\"> </a><p><b>status</b>: Final</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}\">HEIGHT</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>effective</b>: 2004-09-24 10:32:00+0000</p><p><b>performer</b>: Location 2938</p><p><b>value</b>: 71 in_i<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code[in_i] = '[in_i]')</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location  #ex-location</b></p><a name=\"ex-height/ex-location\"> </a><a name=\"hcex-height/ex-location\"> </a><a name=\"ex-height/ex-location-en-US\"> </a><p><b>name</b>: DAYTON</p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Location",
      "id" : "ex-location",
      "name" : "DAYTON"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "vital-signs"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "8302-2",
        "display" : "Body height"
      }
    ],
    "text" : "HEIGHT"
  },
  "subject" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "effectiveDateTime" : "2004-09-24T10:32:00Z",
  "performer" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/alternate-reference",
          "valueReference" : {
            "reference" : "#ex-location"
          }
        }
      ],
      "display" : "Location 2938"
    }
  ],
  "valueQuantity" : {
    "value" : 71,
    "unit" : "in_i",
    "system" : "http://unitsofmeasure.org",
    "code" : "[in_i]"
  }
}