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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeObservation
IdUKCore-Observation-VitalSigns-BMI-Example.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

An example to illustrate a body mass index vital sign

Source1

{
  "resourceType": "Observation",
  "id": "UKCore-Observation-VitalSigns-BMI-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "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://snomed.info/sct",
        "code": "60621009",
        "display": "Body mass index"
      },
      {
        "system": "http://loinc.org",
        "code": "39156-5",
        "display": "Body mass index (BMI) [Ratio]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "effectiveDateTime": "2023-08-10",
  "performer": [
    {
      "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
    }
  ],
  "valueQuantity": {
    "value": 46,
    "unit": "kilogram / (meter ^ 2)",
    "system": "http://unitsofmeasure.org",
    "code": "kg/m2"
  }
}