Smile CDR v2024.05.PRE
On this page:

Example: observation-example-body-height

{
  "resourceType": "Observation",
  "id": "body-height",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/vitalsigns"
    ]
  },
  "text": {
    "status": "generated",
    "div": "

Generated Narrative with Details

id: body-height

meta:

status: final

category: Vital Signs (Details : {http://hl7.org/fhir/observation-category code 'vital-signs' = 'Vital Signs', given as 'Vital Signs'})

code: Body height (Details : {LOINC code '8302-2' = 'Body height', given as 'Body height'})

subject: Patient/example

effective: 02/07/1999

value: 66.899999999999991 in (Details: UCUM code [in_i] = 'in_i')

" }, "status": "final", "category": [ { "coding": [ { "system": "http://hl7.org/fhir/observation-category", "code": "vital-signs", "display": "Vital Signs" } ], "text": "Vital Signs" } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8302-2", "display": "Body height" } ], "text": "Body height" }, "subject": { "reference": "Patient/example" }, "effectiveDateTime": "1999-07-02", "valueQuantity": { "value": 66.899999999999991, "unit": "in", "system": "http://unitsofmeasure.org", "code": "[in_i]" } }