FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/encounter-level

Packagesappatientmanagement.sap_ish_r4_gen
Resource TypeCodeSystem
Idencounter-level
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sappatientmanagement.sap_ish_r4_gen@2.0.5&canonical=http://sap.com/healthcare/fhir/CodeSystem/encounter-level
URLhttp://sap.com/healthcare/fhir/CodeSystem/encounter-level
Version0.9
Statusactive
Date2021-03-01
NameEncounterLevel
DescriptionThis CodeSystem defines the encounter types through the different levels of granularity. It is aligned with the German encounter type CodeSystem of the MI Initiative.
Contentcomplete

Resources that use this resource

ValueSet
encounter-levelEncounterLevel

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "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"
    }
  ]
}