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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-pediatric-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

Generated Narrative: Observation pediatric-bmi-example

status: Final

category: Vital Signs

code: BMI

subject: Child Example

encounter: GP Visit

effective: 2019-05-04 12:12:29-0700

performer: Dr Ronald Bone

value: 65 % (Details: UCUM code% = '%')

note: CDC Males, 2-20 years Chart


Source1

{
  "resourceType": "Observation",
  "id": "pediatric-bmi-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "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://loinc.org",
        "code": "59576-9",
        "display": "Body mass index (BMI) [Percentile] Per age and sex"
      }
    ],
    "text": "BMI"
  },
  "subject": {
    "reference": "Patient/child-example",
    "display": "Child Example"
  },
  "encounter": {
    "display": "GP Visit"
  },
  "effectiveDateTime": "2019-05-04T12:12:29-07:00",
  "performer": [
    {
      "reference": "Practitioner/practitioner-1",
      "display": "Dr Ronald Bone"
    }
  ],
  "valueQuantity": {
    "value": 65,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  },
  "note": [
    {
      "text": "CDC Males, 2-20 years Chart"
    }
  ]
}