Description: Patient Visit.
Reference: Encounter in FHIR specification.
| Name | Type | Required | Description |
|---|---|---|---|
| _count | number | False | Number of resources to return. |
| patient | reference | False | Who the Encounter is for. |
* See Date Search for more information on searching by date.
Sample Request:
GET https://greathospital.com:8100/r4/sites/123/Encounter?patient=1
Sample Request:
GET https://greathospital.com:8100/r4/sites/123/Encounter/827550c4-7ebe-43fa-ad2f-aa18c8ebbf44
Sample Request:
POST https://greathospital.com:8100/r4/sites/123/Encounter
Body:
{
"resourceType": "Encounter",
"text": {
"status": "generated",
"div": "<p><b>Encounter</b></p> <p><b>Type</b>: Emergency</p> <p><b>Status</b>: InProgress</p> <p><b>Patient</b>: KELLEY, Lee</p> <p><b>Reason For Visit</b>: Laceration to face</p> <p><b>Period Start Date</b>: 2015-12-11T15:45:00-06:00, <b>Stop Date</b>: </p> <p><b>Locations:</b></p><p><b>Name</b>: Some Hospital Place General</p> <p><b>Participants:</b></p><p><b>Type</b>: attender, <b>Name</b>: Feltner, Chuck</p><p><b>Type</b>: attender, <b>Name</b>: Feltner, Chuck</p><p><b>Type</b>: attender, <b>Name</b>: Feltner, Chuck</p>"
},
"identifier": [{
"type": {
"coding": [{
"system": "http://hl7.org/fhir/v2/0203",
"code": "AN"
}]
},
"value": "Visit-Q52DD02P9S99"
}],
"status": "in-progress",
"class":{"system":"http://hl7.org/fhir/v3/ActCode","code":"EMER","display":"emergency"},
"priority": {
"text": "2"
},
"subject": {
"reference": "https://greathospital.com:8100/r4/sites/123/Patient/1",
"display": "TROUBLE, Tom"
},
"participant": [{
"type": [{
"coding": [{
"system": "http://hl7.org/fhir/v3/ParticipationType",
"code": "ATTND"
}],
"text": "attender"
}],
"individual": {
"reference": "https://greathospital.com:8100/r4/sites/123/Practitioner/22007637-0f3b-4fdd-b3c5-251a0a4bd381",
"display": "Feltner, Chuck"
}
}, {
"type": [{
"coding": [{
"system": "http://hl7.org/fhir/v3/ParticipationType",
"code": "ATTND"
}],
"text": "attender"
}],
"individual": {
"reference": "https://greathospital.com:8100/r4/sites/123/Practitioner/0f50ce5a-1623-4232-8530-ad703be9d604",
"display": "Feltner, Chuck"
}
}, {
"type": [{
"coding": [{
"system": "http://hl7.org/fhir/v3/ParticipationType",
"code": "ATTND"
}],
"text": "attender"
}],
"individual": {
"reference": "https://greathospital.com:8100/r4/sites/123/Practitioner/095cbe95-6f0a-48dd-9bd7-c2a16863c6b9",
"display": "Feltner, Chuck"
}
}],
"period": {
"start": "2015-12-11T15:45:00-06:00"
},
"reason": [{
"text": "Laceration to face"
}],
"location": [{
"location": {
"display": "Some Hospital Place General"
},
"status": "active"
}]
}
Sample Request:
PUT https://greathospital.com:8100/r4/sites/123/Encounter