Get an encounter by ID

get

/Encounter/{ID}

Retrieves an individual encounter by the associated encounter ID.

Note:

Request

Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

Default Response

This operation supports the following authorization types: Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Encounter/97939518
Example Response:
{
  "resourceType": "Encounter",
  "id": "97939518",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-10-02T00:08:17.000Z"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Encounter</b></p><p><b>Patient</b>: SMART, NANCY</p><p><b>Location</b>: Model Hospital, MX Hospital, NU05, 102, A</p><p><b>Type</b>: Inpatient</p><p><b>Service Type</b>: Medicine-General</p><p><b>Class</b>: inpatient encounter</p><p><b>Status</b>: Finished</p><p><b>Period Start Date</b>: Dec 26, 2019  3:38 P.M. UTC</p><p><b>Period End Date</b>: Jan  7, 2020  6:00 A.M. UTC</p><p><b>Reason For Visit</b>: Illness</p><p><b>Attending Physician</b>: Cerner Test, Physician - Hospitalist Cerner</p></div>"
  },
  "extension": [
    {
      "id": "CA-0",
      "extension": [
        {
          "id": "ENCNTR:17368048",
          "valueString": "Full Reg Date/Time",
          "url": "custom-attribute-name"
        },
        {
          "valueDateTime": "2019-12-26T15:41:52.000Z",
          "url": "custom-attribute-value"
        }
      ],
      "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/custom-attribute"
    },
    {
      "id": "CA-1",
      "extension": [
        {
          "id": "ENCNTR:2572582103",
          "valueString": "Driving Dx",
          "url": "custom-attribute-name"
        },
        {
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/nomenclature",
                "code": "13249728",
                "display": "Primary stabbing headache",
                "userSelected": false
              }
            ],
            "text": "Primary stabbing headache"
          },
          "url": "custom-attribute-value"
        }
      ],
      "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/custom-attribute"
    },
    {
      "url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/estimated-financial-responsibility-amount",
      "valueMoney": {
        "value": 0.0,
        "currency": "USD"
      }
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/319",
            "code": "1077",
            "display": "FIN NBR",
            "userSelected": true
          },
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "AN",
            "display": "Account number",
            "userSelected": false
          }
        ],
        "text": "FIN NBR"
      },
      "_system": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "unknown"
          }
        ]
      },
      "value": "15951",
      "period": {
        "start": "2019-12-26T15:41:55.000Z"
      }
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter",
    "userSelected": false
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/71",
          "code": "309308",
          "display": "Inpatient",
          "userSelected": true
        },
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0004",
          "code": "I",
          "display": "Inpatient",
          "userSelected": false
        }
      ],
      "text": "Inpatient"
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/34",
        "code": "313012",
        "display": "Medicine-General",
        "userSelected": true
      },
      {
        "system": "http://snomed.info/sct",
        "code": "700232004",
        "display": "General medical service (qualifier value)",
        "userSelected": false
      }
    ],
    "text": "Medicine-General"
  },
  "priority": {
    "coding": [
      {
        "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/3",
        "code": "670840",
        "display": "Elective",
        "userSelected": true
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActPriority",
        "code": "EL",
        "display": "elective",
        "userSelected": false
      }
    ],
    "text": "Elective"
  },
  "subject": {
    "reference": "Patient/12724066",
    "display": "SMART, NANCY"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/333",
              "code": "1119",
              "display": "Attending Physician",
              "userSelected": true
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender",
              "userSelected": false
            }
          ],
          "text": "Attending Physician"
        }
      ],
      "period": {
        "start": "2019-12-26T15:41:55.000Z"
      },
      "individual": {
        "reference": "Practitioner/4122622",
        "display": "Cerner Test, Physician - Hospitalist Cerner"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/333",
              "code": "1121",
              "display": "Consulting Physician",
              "userSelected": true
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "CON",
              "display": "consultant",
              "userSelected": false
            }
          ],
          "text": "Consulting Physician"
        }
      ],
      "period": {
        "start": "2020-04-30T17:47:00.000Z",
        "end": "2020-04-30T18:01:18.000Z"
      },
      "individual": {
        "reference": "Practitioner/12732065",
        "display": "PWDiabetesMe, Physician - Hospitalist"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/333",
              "code": "1121",
              "display": "Consulting Physician",
              "userSelected": true
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "CON",
              "display": "consultant",
              "userSelected": false
            }
          ],
          "text": "Consulting Physician"
        }
      ],
      "period": {
        "start": "2020-04-24T18:27:00.000Z",
        "end": "2020-04-24T19:01:26.000Z"
      },
      "individual": {
        "reference": "Practitioner/12732065",
        "display": "PWDiabetesMe, Physician - Hospitalist"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/333",
              "code": "1126",
              "display": "Referring Physician",
              "userSelected": true
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "REF",
              "display": "referrer",
              "userSelected": false
            }
          ],
          "text": "Referring Physician"
        }
      ],
      "period": {
        "start": "2019-12-26T15:41:55.000Z"
      },
      "individual": {
        "reference": "Practitioner/4122622",
        "display": "Cerner Test, Physician - Hospitalist Cerner"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/333",
              "code": "18883355",
              "display": "Covering Physician",
              "userSelected": true
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer",
              "userSelected": false
            }
          ],
          "text": "Covering Physician"
        }
      ],
      "period": {
        "start": "2020-01-31T20:34:00.000Z",
        "end": "2020-01-31T21:01:21.000Z"
      },
      "individual": {
        "reference": "Practitioner/12732065",
        "display": "PWDiabetesMe, Physician - Hospitalist"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/333",
              "code": "18883355",
              "display": "Covering Physician",
              "userSelected": true
            },
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PPRF",
              "display": "primary performer",
              "userSelected": false
            }
          ],
          "text": "Covering Physician"
        }
      ],
      "period": {
        "start": "2019-12-26T19:05:12.000Z",
        "end": "2020-01-17T06:01:53.000Z"
      },
      "individual": {
        "reference": "Practitioner/12724045",
        "display": "Graham, Joshua"
      }
    }
  ],
  "appointment": [
    {
      "reference": "Appointment/4818609"
    }
  ],
  "period": {
    "start": "2019-12-26T15:38:02.000Z",
    "end": "2020-01-07T06:00:00.000Z"
  },
  "reasonCode": [
    {
      "text": "Illness"
    },
    {
      "coding": [
        {
          "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/nomenclature",
          "code": "111611746",
          "display": "Illness",
          "userSelected": true
        }
      ],
      "text": "Illness"
    }
  ],
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/2",
          "code": "4326381",
          "display": "Self (Non-HC Facility Source of Origin)",
          "userSelected": true
        }
      ],
      "text": "Self (Non-HC Facility Source of Origin)"
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/32545019",
        "display": "Model Hospital, MX Hospital, NU05, 102, A"
      },
      "status": "completed"
    }
  ],
  "serviceProvider": {
    "reference": "Organization/675844"
  }
}
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.

x-encounter-combines Response

Millennium supports the ability to logically merge an encounter record into another encounter record when both records are describing the same encounter. This ability is known as an encounter combine. If necessary, you can perform an encounter uncombine to undo this merging. When the requested encounter record is combined into another record, an inactive encounter entry is returned with a reference to the current encounter entry in the partOf field. Entries for combined encounters are only returned when retrieving the entries directly by ID. They are not returned when searching with other parameters.
Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/Encounter/97865451
Example Response:

{
  "resourceType": "Encounter",
  "id": "97865451",
  "text": {
    "status": "generated",
    "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Encounter</b></p><p><b>Type</b>: Unknown</p></div>"
  },
  "status": "unknown",
  "class": {
    "extension": [
      {
        "valueCode": "unknown",
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
      }
    ]
  },
  "type": [
    {
      "extension": [
        {
          "valueCode": "unknown",
          "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
        }
      ]
    }
  ],
  "subject": {
    "extension": [
      {
        "valueCode": "unknown",
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
      }
    ]
  },
  "partOf": {
    "reference": "Encounter/97855447"
  }
}
Back to Top