Sha256: 199beb0091709bdc4c4e08d896c1d954f421cf022bdef05e83ae7d46ff9241c4
Contents?: true
Size: 1010 Bytes
Versions: 10
Compression:
Stored size: 1010 Bytes
Contents
{ "resourceType": "Observation", "id": "bmi", "meta": { "profile": [ "http://hl7.org/fhir/StructureDefinition/vitalsigns" ], "tag": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "HTEST", "display": "test health data" } ] }, "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": "39156-5", "display": "Body mass index (BMI) [Ratio]" } ], "text": "BMI" }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "1999-07-02", "valueQuantity": { "value": 16.2, "unit": "kg/m2", "system": "http://unitsofmeasure.org", "code": "kg/m2" } }
Version data entries
10 entries across 10 versions & 1 rubygems