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

FHIR IG Statistics: ValueSet/encounter-status

Packagesappatientmanagement.sap_ish_r4_gen
Resource TypeValueSet
Idencounter-status
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sappatientmanagement.sap_ish_r4_gen@2.0.5&canonical=http://sap.com/healthcare/IS-H/fhir/ValueSet/encounter-status
URLhttp://sap.com/healthcare/IS-H/fhir/ValueSet/encounter-status
Version1.0
Statusactive
Date2021-08-01
NameEncounterStatus
DescriptionThis valueSet defines the possible values for an encounter status. It takes into consideration the values defined for FHIR R5 and the ones that can be supported by IS-H

Resources that use this resource

StructureDefinition
v2Encounter, SAP Generic, Version2

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "encounter-status",
  "url": "http://sap.com/healthcare/IS-H/fhir/ValueSet/encounter-status",
  "version": "1.0",
  "name": "EncounterStatus",
  "status": "active",
  "experimental": false,
  "date": "2021-08-01",
  "publisher": "SAP SE",
  "description": "This valueSet defines the possible values for an encounter status. It takes into consideration the values defined for FHIR R5 and the ones that can be supported by IS-H",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "planned",
            "display": "Planned"
          },
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "finished",
            "display": "Finished"
          },
          {
            "code": "cancelled",
            "display": "Cancelled"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}