FHIR IG analytics| Package | ca.infoway.io.core |
| Resource Type | Encounter |
| Id | Encounter-example-encounter-ca-core.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"id": "example-encounter-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/encounter-ca-core"
]
},
"identifier": [
{
"system": "http://example.ca/NamingSystem/Encounter",
"value": "ENC123456"
}
],
"status": "finished",
"class": {
"code": "AMB",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"display": "ambulatory"
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/encounter-type",
"code": "AMB",
"display": "ambulatory"
}
]
}
],
"subject": {
"reference": "Patient/example-patient-ca-core"
},
"period": {
"start": "2024-03-27T09:00:00-07:00",
"end": "2024-03-27T09:30:00-07:00"
},
"location": [
{
"location": {
"reference": "Location/example-location-ca-core-2"
}
}
],
"participant": [
{
"individual": {
"reference": "Practitioner/example-practitioner-ca-core"
}
}
],
"serviceProvider": {
"reference": "Organization/example-organization-ca-core"
}
}