FHIR IG analytics| Package | ca.on.oh-olis |
| Resource Type | Encounter |
| Id | Encounter-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
%Some xhtml content%
{
"resourceType": "Encounter",
"meta": {
"lastUpdated": "2017-08-30T15:50:36Z"
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
},
"subject": {
"reference": "Patient/pat1"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ADM",
"display": "admitter"
}
]
}
],
"individual": {
"reference": "Practitioner/practitioner-1"
}
}
],
"location": [
{
"location": {
"display": "Cardiac Care Unit"
}
}
]
}