FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | Encounter |
| Id | Encounter-encounter-ed-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter encounter-ed-example
Language: en
Profile: QICore Encounter
status: In Progress
class: ActCode: IMP (inpatient encounter)
type: Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.
period: 2017-02-01 07:15:00+1000 --> (ongoing)
location
location: Emergency Waiting Room
status: Active
period: 2017-02-01 07:15:00+1000 --> 2017-02-01 08:45:00+1000
location
location: Emergency
status: Active
period: 2017-02-01 08:45:00+1000 --> 2017-02-01 09:27:00+1000
location
location: Ward 1, Room 42, Bed 1
status: Active
period: 2017-02-01 09:27:00+1000 --> 2017-02-01 12:15:00+1000
location
location: Ward 1, Room 42, Bed 1
status: Reserved
period: 2017-02-01 12:15:00+1000 --> 2017-02-01 12:45:00+1000
location
location: Ward 1, Room 42, Bed 1
status: Active
period: 2017-02-01 12:45:00+1000 --> (ongoing)
{
"resourceType": "Encounter",
"id": "encounter-ed-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "in-progress",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
},
"type": [
{
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "99223",
"display": "Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded."
}
]
}
],
"subject": {
"reference": "Patient/example"
},
"period": {
"start": "2017-02-01T07:15:00+10:00"
},
"location": [
{
"location": {
"reference": "Location/example",
"display": "Emergency Waiting Room"
},
"status": "active",
"period": {
"start": "2017-02-01T07:15:00+10:00",
"end": "2017-02-01T08:45:00+10:00"
}
},
{
"location": {
"reference": "Location/example",
"display": "Emergency"
},
"status": "active",
"period": {
"start": "2017-02-01T08:45:00+10:00",
"end": "2017-02-01T09:27:00+10:00"
}
},
{
"location": {
"reference": "Location/example",
"display": "Ward 1, Room 42, Bed 1"
},
"status": "active",
"period": {
"start": "2017-02-01T09:27:00+10:00",
"end": "2017-02-01T12:15:00+10:00"
}
},
{
"location": {
"reference": "Location/example",
"display": "Ward 1, Room 42, Bed 1"
},
"status": "reserved",
"period": {
"start": "2017-02-01T12:15:00+10:00",
"end": "2017-02-01T12:45:00+10:00"
}
},
{
"location": {
"reference": "Location/example",
"display": "Ward 1, Room 42, Bed 1"
},
"status": "active",
"period": {
"start": "2017-02-01T12:45:00+10:00"
}
}
]
}