Package | sappatientmanagement.sap_ish_r4_gen |
Resource Type | ValueSet |
Id | encounter-status |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=sappatientmanagement.sap_ish_r4_gen@2.0.5&canonical=http://sap.com/healthcare/IS-H/fhir/ValueSet/encounter-status |
URL | http://sap.com/healthcare/IS-H/fhir/ValueSet/encounter-status |
Version | 1.0 |
Status | active |
Date | 2021-08-01 |
Name | EncounterStatus |
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 |
StructureDefinition | |
v2 | Encounter, SAP Generic, Version2 |
No resources found
No narrative content found in resource
{ "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" } ] } ] } }