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

FHIR IG Statistics: CodeSystem/encounter-category

Packagesappatientmanagement.sap_ish_r4_gen
Resource TypeCodeSystem
Idencounter-category
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sappatientmanagement.sap_ish_r4_gen@2.0.5&canonical=http://sap.com/healthcare/fhir/CodeSystem/encounter-category
URLhttp://sap.com/healthcare/fhir/CodeSystem/encounter-category
Version0.9.12
Statusactive
Date2021-08-01
NameEncounterCategory
DescriptionThis CodeSystem defines the encounter category as a more detailed typing of encounters
Contentcomplete

Resources that use this resource

ValueSet
encounter-categoryEncounterCategory

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "encounter-category",
  "url": "http://sap.com/healthcare/fhir/CodeSystem/encounter-category",
  "version": "0.9.12",
  "name": "EncounterCategory",
  "status": "active",
  "date": "2021-08-01",
  "publisher": "SAP SE",
  "description": "This CodeSystem defines the encounter category as a more detailed typing of encounters",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "preadmission visit",
      "display": "preadmission visit",
      "definition": "Visit before an inpatient stay, e.g. for medical counseling before anesthesia"
    },
    {
      "code": "postdischarge visit",
      "display": "postdischarge visit",
      "definition": "Visit after an inpatient stay and related to it, e.g. post-operative treatment"
    },
    {
      "code": "outpatient surgery",
      "display": "outpatient surgery",
      "definition": "Surgery for which patient does not have an inpatient stay"
    },
    {
      "code": "initial visit",
      "display": "initial visit",
      "definition": "Initial visit with treatment by physician"
    },
    {
      "code": "inpatient surgery",
      "display": "inpatient surgery",
      "definition": "Surgery in the context of an inpatient stay"
    },
    {
      "code": "delivery",
      "display": "delivery",
      "definition": "Encounter for a women delivering her baby"
    },
    {
      "code": "newborn",
      "display": "newborn",
      "definition": "Encounter for a newborn"
    },
    {
      "code": "companion",
      "display": "companion",
      "definition": "Encounter for the person accompanying a patient"
    },
    {
      "code": "medical companion",
      "display": "medical companion",
      "definition": "Encounter for the person accompanying a patient for medical reasons."
    },
    {
      "code": "other",
      "display": "other",
      "definition": "Any other type of encounter"
    }
  ]
}