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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting.r4b
Resource TypeObservation
IdObservation-observation-bmi-example.json
FHIR VersionR4B

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 observation-bmi-example

status: Final

category: Vital Signs

code: Body mass index (BMI) [Ratio]

subject: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))

encounter: Encounter: status = finished; class = ambulatory (ActCode[3.0.0]#AMB); type = Normal delivery procedure (procedure); period = 2025-11-01 17:00:14-0500 --> 2025-11-01 18:00:14-0500

effective: 2025-01-02 09:30:00+0000

performer: Practitioner Joseph P Nichols (official)

value: 23.5 kg/m2 (Details: UCUM codekg/m2 = 'kg/m2')


Source1

{
  "resourceType": "Observation",
  "id": "observation-bmi-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-bmi|6.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "39156-5",
        "display": "Body mass index (BMI) [Ratio]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-ledner"
  },
  "encounter": {
    "reference": "Encounter/encounter-ambulatory"
  },
  "effectiveDateTime": "2025-01-02T09:30:00Z",
  "performer": [
    {
      "reference": "Practitioner/practitioner-1"
    }
  ],
  "valueQuantity": {
    "value": 23.5,
    "unit": "kg/m2",
    "system": "http://unitsofmeasure.org",
    "code": "kg/m2"
  }
}