FHIR IG analytics| Package | nictiz.fhir.nl.r4.nl-core |
| Resource Type | Encounter |
| Id | nl-core-Encounter-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Type contact | Inpatient |
|---|---|
| Periode | 16 augustus 2012 - 19 augustus 2012 |
| Participant | Healthcare professional (role), G.Z.M. de Wit |
| Locatie | Healthcare provider (location), St. Lucas Andreas Ziekenhuis |
| Opnamegegevens |
|
{
"resourceType": "Encounter",
"id": "nl-core-Encounter-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Encounter"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "unknown",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "Inpatient"
},
"participant": [
{
"individual": {
"reference": "PractitionerRole/nl-core-Encounter-01-PractitionerRole-01",
"type": "PractitionerRole",
"display": "Healthcare professional (role), G.Z.M. de Wit"
}
}
],
"period": {
"start": "2012-08-16",
"end": "2012-08-19"
},
"hospitalization": {
"admitSource": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "264362003",
"display": "Thuis"
}
]
},
"dischargeDisposition": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "22232009",
"display": "Ziekenhuis"
}
]
}
},
"location": [
{
"location": {
"reference": "Location/nl-core-Encounter-01-Location-01",
"type": "Location",
"display": "Healthcare provider (location), St. Lucas Andreas Ziekenhuis"
}
}
]
}