| Package | sappatientmanagement.sap_ish_r4_gen |
| Resource Type | CodeSystem |
| Id | encounter-level |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=sappatientmanagement.sap_ish_r4_gen@2.0.5&canonical=http://sap.com/healthcare/fhir/CodeSystem/encounter-level |
| URL | http://sap.com/healthcare/fhir/CodeSystem/encounter-level |
| Version | 0.9 |
| Status | active |
| Date | 2021-03-01 |
| Name | EncounterLevel |
| Description | This CodeSystem defines the encounter types through the different levels of granularity. It is aligned with the German encounter type CodeSystem of the MI Initiative. |
| Content | complete |
| ValueSet | |
| encounter-level | EncounterLevel |
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "encounter-level",
"url": "http://sap.com/healthcare/fhir/CodeSystem/encounter-level",
"version": "0.9",
"name": "EncounterLevel",
"status": "active",
"date": "2021-03-01",
"publisher": "SAP SE",
"description": "This CodeSystem defines the encounter types through the different levels of granularity. It is aligned with the German encounter type CodeSystem of the MI Initiative.",
"caseSensitive": true,
"content": "complete",
"concept": [
{
"code": "Institution-level encounter",
"display": "Institution-level encounter",
"definition": "Encounter defined on institution level. This is the most coarse grained encounter definition which would, in the inpatient area for example span from admission to discharge"
},
{
"code": "Department-level encounter",
"display": "Department-level encounter",
"definition": "Encounter defined on department level. This is a more detailed encounter definition where for each department change in the inpatient area a new encounter is defined."
},
{
"code": "Treatment-level encounter",
"display": "Treatment-level encounter",
"definition": "Encounter defined on treatment level. This is the most detailed encounter definition where for each bed or room change in the inpatient area a new encounter is defined"
}
]
}