FHIR R4 Observation

This resource conforms to the US-Core StructureDefinitions:

Request

GET [base]/fhir/Observation/[id]

Parameters

Name Description Optional?
id The resources external ID false

Smoking Status

{
    "id": "smoking-status:39",
    "meta": {
        "profile": [
            "https://hl7.org/fhir/us/core/StructureDefinition-us-core-smokingstatus.html"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<div><p><strong>Social History Element: </strong>Tobacco smoking status NHIS<br><strong>Description: </strong>Former Smoker<br><strong>Effective Dates: </strong>2020-10-15T00:00:00Z</p></div>"
    },
    "status": "final",
    "category": {
        "coding": [
            {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "social-history",
                "display": "Social History"
            }
        ],
        "text": "Social History"
    },
    "code": {
        "coding": [
            {
                "system": "http://loinc.org",
                "code": "72166-2",
                "display": "Tobacco smoking status NHIS"
            }
        ],
        "text": "Tobacco smoking status NHIS"
    },
    "subject": {
        "reference": "Patient/a3a2e697-3035-4d9e-a7d5-73f9f567bdaa",
        "type": "Patient",
        "display": "Blitzenberg, Wolf"
    },
    "issued": "2020-10-15T00:00:00Z",
    "valueCodeableConcept": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "code": "8517006",
                "display": "Former Smoker"
            }
        ],
        "text": "Former Smoker"
    },
    "resourceType": "Observation"
}

Vital Signs

{
    "id": "vital-signs:blood_pressure:1196",
    "meta": {
        "profile": [
            "http://hl7.org/fhir/StructureDefinition/vitalsigns"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<div><p><strong>Reading: </strong>Systolic blood pressure &amp;amp; Diastolic blood pressure<br><strong>Value: </strong>120 mmHg &amp;amp; 60 mmHg<br><strong>Performed By: </strong>Jarvis, David<br><strong>Assessment Date: </strong>[\"2020-03-06\"]</p></div>"
    },
    "status": "final",
    "category": [
        {
            "coding": [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "vital-signs",
                    "display": "Vital Signs"
                }
            ],
            "text": "Vital Signs"
        }
    ],
    "subject": {
        "reference": "Patient/a3a2e697-3035-4d9e-a7d5-73f9f567bdaa",
        "type": "Patient",
        "display": "Blitzenberg, Wolf"
    },
    "encounter": {
        "reference": "Encounter/442e2ffe-9c95-420e-8cb8-9feac4531d99",
        "type": "Encounter",
        "display": "RN Clinical Chart (3321) by Jarvis, David Dated 03/06/2020"
    },
    "effectiveDateTime": [
        "2020-03-06"
    ],
    "issued": "2020-03-06T13:17:47-05:00",
    "performer": {
        "reference": "Practitioner/193",
        "type": "Practitioner",
        "display": "Jarvis, David"
    },
    "method": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "code": "129265001",
                "display": "Patient evaluation - action"
            }
        ],
        "text": "Patient evaluation - action"
    },
    "component": [
        {
            "code": {
                "coding": [
                    {
                        "system": "http://loinc.org",
                        "code": "8480-6",
                        "display": "Systolic blood pressure"
                    },
                    {
                        "system": "http://snomed.info/sct",
                        "code": "271649006",
                        "display": "Systolic blood pressure"
                    }
                ],
                "text": "Systolic Blood Pressure"
            },
            "valueQuantity": {
                "value": 120,
                "unit": "mmHg",
                "system": "http://unitsofmeasure.org",
                "code": "mm[Hg]"
            }
        },
        {
            "code": {
                "coding": [
                    {
                        "system": "http://loinc.org",
                        "code": "8462-4",
                        "display": "Diastolic blood pressure"
                    },
                    {
                        "system": "http://snomed.info/sct",
                        "code": "271650006",
                        "display": "Diastolic blood pressure"
                    }
                ],
                "text": "Diastolic Blood Pressure"
            },
            "valueQuantity": {
                "value": 60,
                "unit": "mmHg",
                "system": "http://unitsofmeasure.org",
                "code": "mm[Hg]"
            }
        }
    ],
    "resourceType": "Observation"
}

Diagnostic Report

{
    "id": "diagnostic-report:e07620cc-51a2-4f0f-bf9d-9f97e6864b18",
    "meta": {
        "profile": [
            "https://www.hl7.org/fhir/observation.html"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<p><strong>test code: </strong><br><strong>panel: </strong><br><strong>status: </strong>final<br><strong>category: </strong>Diagnostic Image Result<br><strong>result code: </strong>36643-5<br><strong>name: </strong>Chest X-ray 2 Views<br><strong>value: </strong>Anemia. Other tests are required to determine the presence or absence of Anemia.<br><strong>performer: </strong> <br><strong>reference range: </strong>Anemia. Other tests are required to determine the presence or absence of Anemia.#&lt;Nokogiri::XML::Builder::NodeBuilder:0x00007f13583a3c80&gt;<br><strong>effective: </strong>2015-06-22T00:00:00-04:00</p>"
    },
    "status": "final",
    "category": [
        {
            "coding": [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "images",
                    "display": "Diagnostic Image Result"
                }
            ],
            "text": "Diagnostic Image Result"
        }
    ],
    "code": {
        "coding": [
            {
                "system": "http://loinc.org",
                "code": "36643-5",
                "display": "Chest X-ray 2 Views"
            }
        ],
        "text": "Chest X-ray 2 Views"
    },
    "subject": {
        "reference": "Patient/659426d2-094d-468f-b8ac-f2f9a813e3e1",
        "type": "Patient",
        "display": "Newman, Alice Jones"
    },
    "effectiveDateTime": "2015-06-22T00:00:00-04:00",
    "issued": "2015-06-22T00:00:00Z",
    "valueString": "Anemia. Other tests are required to determine the presence or absence of Anemia.",
    "resourceType": "Observation"
}

Lab

{
    "id": "lab:956d50d5-ea39-4bc6-8b12-355375a51850",
    "meta": {
        "profile": [
            "https://hl7.org/fhir/us/core/StructureDefinition-us-core-observation-lab-definitions.html"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<p><strong>test code: </strong><br><strong>panel: </strong><br><strong>status: </strong>final<br><strong>category: </strong>Laboratory<br><strong>result code: </strong>5767-9<br><strong>name: </strong>Appearance (U)<br><strong>value: </strong>CLEAR<br><strong>performer: </strong>Value Labs <br><strong>reference range: </strong> - #&lt;Nokogiri::XML::Builder::NodeBuilder:0x00007f135a6696c0&gt;<br><strong>effective: </strong>2015-06-22T14:00:00-04:00</p>"
    },
    "contained": [
        {
            "id": "lab-result-organization",
            "name": "Value Labs",
            "address": [
                {
                    "use": "work",
                    "type": "both",
                    "text": ",2474 Rocky place,Beaverton,OR,97006",
                    "line": [
                        "2474 Rocky place"
                    ],
                    "city": "Beaverton",
                    "state": "OR",
                    "postalCode": "97006",
                    "country": "USA"
                }
            ],
            "resourceType": "Organization"
        }
    ],
    "status": "final",
    "category": [
        {
            "coding": [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "laboratory",
                    "display": "Laboratory"
                }
            ],
            "text": "Laboratory"
        }
    ],
    "code": {
        "coding": [
            {
                "system": "http://loinc.org",
                "code": "5767-9",
                "display": "Appearance (U)"
            }
        ],
        "text": "Appearance (U)"
    },
    "subject": {
        "reference": "Patient/659426d2-094d-468f-b8ac-f2f9a813e3e1",
        "type": "Patient",
        "display": "Newman, Alice Jones"
    },
    "effectiveDateTime": "2015-06-22T14:00:00-04:00",
    "performer": {
        "type": "Organization",
        "display": "Value Labs"
    },
    "valueString": "CLEAR",
    "component": [
        {
            "code": {
                "coding": [
                    {
                        "system": "http://loinc.org",
                        "code": "30954-2",
                        "display": "Relevant diagnostic tests/laboratory data Narrative"
                    }
                ],
                "text": "Relevant diagnostic tests/laboratory data Narrative"
            },
            "valueCodeableConcept": {
                "coding": [
                    {
                        "system": "http://loinc.org",
                        "code": "24357-6",
                        "display": "Urinalysis macro (dipstick) panel (U)"
                    }
                ],
                "text": "Urinalysis macro (dipstick) panel (U)"
            }
        }
    ],
    "resourceType": "Observation"
}