FHIR R4 Encounter

This resource conforms to the resources US-Core StructureDefinition.

Request

GET [base]/fhir/Encounter/[id]

Parameters

Name Description Optional?
id The resource ID false

Response

{
    "id": "e701a29c-a10b-4f0c-91ca-cd7db8ce13f8",
    "meta": {
        "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<p><strong>Priority: </strong>Routine<br><strong>Type: </strong>Home visit (procedure)<br><strong>Date: </strong>Start: 2020-08-11T11:11:00-04:00 - End: 2020-08-11T12:12:00-04:00<br><strong>Status: </strong>finished</p>"
    },
    "status": "finished",
    "class": {
        "system": "https://www.hl7.org/fhir/v3/ActEncounterCode/vs.html",
        "code": "HH",
        "display": "Home Health"
    },
    "type": [
        {
            "coding": [
                {
                    "system": "http://snomed.info/sct",
                    "code": "439708006",
                    "display": "Home visit (procedure)"
                }
            ],
            "text": "Home visit (procedure)"
        }
    ],
    "serviceType": {
        "coding": [
            {
                "system": "https://www.hl7.org/fhir/valueset-service-type.html",
                "code": "360",
                "display": "Hospice Care"
            }
        ],
        "text": "Hospice Care"
    },
    "priority": {
        "coding": [
            {
                "system": "https://www.hl7.org/fhir/v3/ActPriority/vs.html",
                "code": "R",
                "display": "Routine"
            }
        ],
        "text": "Routine"
    },
    "subject": {
        "reference": "Patient/b5c53748-1318-413d-8a80-c4457eb6a639",
        "type": "Patient",
        "display": "Stokes, Clint"
    },
    "period": {
        "start": "2020-08-11T11:11:00-04:00",
        "end": "2020-08-11T12:12:00-04:00"
    },
    "length": {
        "value": 61.0,
        "unit": "seconds"
    },
    "reasonCode": [
        {
            "coding": [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
                    "code": "NP",
                    "display": "Not Available"
                }
            ],
            "text": "Not Available"
        }
    ],
    "serviceProvider": {
        "reference": "Organization/eceddb95-7127-4af0-baf0-3f806ad1ffda",
        "type": "Organization",
        "display": "Consolo Demo"
    },
    "resourceType": "Encounter"
}