FHIR IG analytics| Package | de.thieme-compliance.anamnese |
| Resource Type | Encounter |
| Id | Encounter-EcpKontaktGesundheitseinrichtung-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"id": "EcpKontaktGesundheitseinrichtung-example-1",
"meta": {
"profile": [
"https://thieme-compliance.de/fhir/StructureDefinition/EcpKontaktGesundheitseinrichtung"
]
},
"type": [
{
"coding": [
{
"system": "http://fhir.de/CodeSystem/Kontaktebene",
"code": "abteilungskontakt"
}
]
}
],
"location": [
{
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "wa"
}
]
},
"location": {
"identifier": {
"system": "https://test.krankenhaus.de/fhir/sid/stationid",
"value": "10N"
},
"display": "Station 10 Nord"
}
},
{
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "ro"
}
]
},
"location": {
"identifier": {
"system": "https://test.krankenhaus.de/fhir/sid/zimmerid",
"value": "10.12"
},
"display": "Zimmer 10.12"
}
},
{
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "bd"
}
]
},
"location": {
"identifier": {
"system": "https://test.krankenhaus.de/fhir/sid/bettid",
"value": "10.12.2"
},
"display": "Bett 2"
}
}
],
"identifier": [
{
"type": {
"coding": [
{
"code": "VN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://test.krankenhaus.de/fhir/sid/besuchsnummer",
"value": "0123456789"
}
],
"status": "in-progress",
"class": {
"code": "IMP",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
},
"subject": {
"reference": "Patient/EcpPatient-example-1"
},
"period": {
"start": "2021-02-12"
},
"hospitalization": {
"specialArrangement": [
{
"coding": [
{
"code": "FIXME",
"system": "https://FIXME.fixme/fixmeCS"
}
]
}
]
},
"serviceProvider": {
"identifier": {
"system": "https://test.krankenhaus.de/fhir/sid/fachabteilungsid",
"value": "XYZ"
},
"display": "Fachabteilung XYZ"
}
}