FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejohnmoehrke.testvital.example
Resource TypeObservation
IdObservation-ex-height.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation ex-height

Language: en

Profile: VA PHR Vital-Signs

status: Final

category: Vital Signs

code: HEIGHT

subject: John Schmidt Other, DoB: 1923-07-25

effective: 2004-09-24 10:32:00+0000

performer: Location 2938

value: 71 in_i (Details: UCUM code[in_i] = '[in_i]')


Generated Narrative: Location #ex-location

name: DAYTON


Source1

{
  "resourceType": "Observation",
  "id": "ex-height",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/testvital/StructureDefinition/Myvitals"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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]"
  }
}