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

FHIR IG analytics

Packagelt.hl7.fhir.vitalsigns
Resource TypeObservation
IdObservation-observation-bmi-example.json
FHIR VersionR5

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


English


Generated Narrative: Observation observation-bmi-example

Language: en

Profile: Body Mass Index

status: Final

category: Vital Signs

code: Body mass index (BMI) [Ratio]

subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))

effective: 2019-10-16 12:12:29-0900

value: 22 kilogram / (meter ^ 2) (Details: UCUM codekg/m2 = 'kg/m2')


Lithuanian


Generated Narrative: Observation observation-bmi-example

Language: en

Profile: Body Mass Index

status: Final

category: Vital Signs

code: Body mass index (BMI) [Ratio]

subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))

effective: 2019-10-16 12:12:29-0900

value: 22 kilogram / (meter ^ 2) (Details: UCUM codekg/m2 = 'kg/m2')


Source1

{
  "resourceType": "Observation",
  "id": "observation-bmi-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/vitalsigns/StructureDefinition/bmi"
    ]
  },
  "language": "en",
  "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"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "39156-5",
        "display": "Body mass index (BMI) [Ratio]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2019-10-16T12:12:29-09:00",
  "valueQuantity": {
    "value": 22,
    "unit": "kilogram / (meter ^ 2)",
    "system": "http://unitsofmeasure.org",
    "code": "kg/m2"
  }
}