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

FHIR IG Statistics: CodeSystem/encounter-absenceReason

Packagesappatientmanagement.sap_ish_r4_gen
Resource TypeCodeSystem
Idencounter-absenceReason
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sappatientmanagement.sap_ish_r4_gen@2.0.5&canonical=http://sap.com/healthcare/fhir/CodeSystem/encounter-absenceReason
URLhttp://sap.com/healthcare/fhir/CodeSystem/encounter-absenceReason
Version1.0
Statusactive
Date2021-05-19
NameEncounterAbsenceReason
DescriptionThis CodeSystem defines reasons for absences during an inpatient stay.
Contentcomplete

Resources that use this resource

ValueSet
encounter-absenceReasonAbsenceReason

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "encounter-absenceReason",
  "url": "http://sap.com/healthcare/fhir/CodeSystem/encounter-absenceReason",
  "version": "1.0",
  "name": "EncounterAbsenceReason",
  "status": "active",
  "date": "2021-05-19",
  "publisher": "SAP SE",
  "description": "This CodeSystem defines reasons for absences during an inpatient stay.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "Stress tests",
      "display": "Stress tests",
      "definition": "Leave to have the patient experience how he/she can manage with the real-life circumstances in his current health status"
    },
    {
      "code": "Leave for week-end",
      "display": "Leave for week-end",
      "definition": "Leave for the week-end that is approved by the treating physician."
    },
    {
      "code": "Unspecified",
      "display": "Unspecified leave of absence",
      "definition": "Other reasons for leave of absences"
    }
  ]
}