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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeObservation
IdObservation-height-measurement.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

Observation of height - 1.72 Meters

Source1

{
  "resourceType": "Observation",
  "id": "height-measurement",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-observation"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/observation-bodyPosition",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "429130005",
            "system": "http://snomed.info/sct",
            "display": "Found standing (finding)"
          }
        ]
      }
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "encounter": {
    "reference": "Encounter/home-visit"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "code": "vital-signs",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "8302-2",
        "system": "http://loinc.org",
        "display": "Body height"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-with-israeli-id"
  },
  "valueQuantity": {
    "value": 172,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  },
  "referenceRange": [
    {
      "low": {
        "value": 130,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      },
      "high": {
        "value": 220,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    }
  ],
  "performer": [
    {
      "reference": "Practitioner/practitioner-nurse"
    }
  ],
  "effectiveDateTime": "2022-12-10",
  "method": {
    "coding": [
      {
        "code": "41751005",
        "system": "http://snomed.info/sct",
        "display": "Anatomic measurement (procedure)"
      }
    ]
  },
  "identifier": [
    {
      "system": "http://hospital.herzfeld.org/observation-ids",
      "value": "height-20221210-001"
    }
  ],
  "bodySite": {
    "coding": [
      {
        "code": "38266002",
        "system": "http://snomed.info/sct",
        "display": "Entire body as a whole"
      }
    ]
  },
  "note": [
    {
      "text": "נמדד באמצעות סרט מדידה בקיר המרפאה, תוצאה דווחה על ידי האחות"
    }
  ]
}