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

FHIR IG Statistics: StructureDefinition/GenericEncounterV2

Packagesappatientmanagement.sap_ish_r4_gen
Resource TypeStructureDefinition
IdGenericEncounterV2
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=sappatientmanagement.sap_ish_r4_gen@2.0.5&canonical=http://sap.com/healthcare/IS-H/fhir/StructureDefinition/genericencounter/v2
URLhttp://sap.com/healthcare/IS-H/fhir/StructureDefinition/genericencounter/v2
VersionSAP_ISH_R4_GV2
Statusactive
Date2021-11-04T10:33:11.5813518Z
NameGenericEncounterV2
TitleEncounter, SAP Generic, Version2
DescriptionCountry-independent profile for Encounter
TypeEncounter
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
Encounter-subjectStatusEncounterSubjectStatus
Encounter-absenceEncounterabsence
Encounter-plannedEndEncounterplannedEnd
institutionInstitution
ValueSet
encounter-absenceReasonAbsenceReason
encounter-diagnosis-roleDiagnosisRoleEncounter
encounter-categoryEncounterCategory
encounter-levelEncounterLevel
encounter-classEncounterClass
encounter-statusEncounterStatus
encounter-subjectStatusEncounterSubjectStatus

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "GenericEncounterV2",
  "meta": {
    "lastUpdated": "2021-11-04T10:56:56.097+00:00"
  },
  "url": "http://sap.com/healthcare/IS-H/fhir/StructureDefinition/genericencounter/v2",
  "version": "SAP_ISH_R4_GV2",
  "name": "GenericEncounterV2",
  "title": "Encounter, SAP Generic, Version2",
  "status": "active",
  "date": "2021-11-04T10:33:11.5813518Z",
  "description": "Country-independent profile for Encounter",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Encounter",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Encounter.extension",
        "path": "Encounter.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Encounter.extension:subjectStatus",
        "path": "Encounter.extension",
        "sliceName": "subjectStatus",
        "short": "arrived | triaged | on-leave | departed",
        "definition": "arrived | triaged | on-leave | departed",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://sap.com/healthcare/fhir/StructureDefinition/Encounter-subjectStatus"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Encounter.extension:subjectStatus.value[x].coding",
        "path": "Encounter.extension.value[x].coding",
        "min": 1,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://sap.com/healthcare/IS-H/fhir/ValueSet/encounter-subjectStatus"
        }
      },
      {
        "id": "Encounter.extension:institution",
        "path": "Encounter.extension",
        "sliceName": "institution",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://sap.com/healthcare/fhir/StructureDefinition/institution"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Encounter.extension:absence",
        "path": "Encounter.extension",
        "sliceName": "absence",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://sap.com/healthcare/fhir/StructureDefinition/Encounter-absence"
            ]
          }
        ]
      },
      {
        "id": "Encounter.extension:absence.extension",
        "path": "Encounter.extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Encounter.extension:absence.extension:reason",
        "path": "Encounter.extension.extension",
        "sliceName": "reason",
        "min": 0,
        "binding": {
          "strength": "example",
          "description": "reasons for absences during an inpatient stay",
          "valueSet": "http://sap.com/healthcare/IS-H/fhir/ValueSet/encounter-absenceReason"
        }
      },
      {
        "id": "Encounter.identifier",
        "path": "Encounter.identifier",
        "mustSupport": true
      },
      {
        "id": "Encounter.status",
        "path": "Encounter.status",
        "short": "planned | in-progress | finished | cancelled | enter-in-error | unknow",
        "definition": "planned | in-progress | finished | cancelled | enter-in-error | unknow",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://sap.com/healthcare/IS-H/fhir/ValueSet/encounter-status"
        }
      },
      {
        "id": "Encounter.statusHistory",
        "path": "Encounter.statusHistory",
        "mustSupport": false
      },
      {
        "id": "Encounter.class",
        "path": "Encounter.class",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "description": "SAP Classification of the encounter",
          "valueSet": "http://sap.com/healthcare/IS-H/fhir/ValueSet/encounter-class"
        }
      },
      {
        "id": "Encounter.type",
        "path": "Encounter.type",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Encounter.type:encounterLevel",
        "path": "Encounter.type",
        "sliceName": "encounterLevel",
        "short": "treatment-level encounter",
        "binding": {
          "strength": "extensible",
          "description": "The type of encounter",
          "valueSet": "http://sap.com/healthcare/IS-H/fhir/ValueSet/encounter-level"
        }
      },
      {
        "id": "Encounter.type:encounterLevel.coding.code",
        "path": "Encounter.type.coding.code",
        "fixedCode": "treatment-level encounter"
      },
      {
        "id": "Encounter.type:encounterCategory",
        "path": "Encounter.type",
        "sliceName": "encounterCategory",
        "short": "previsit | postvisit | outsurgery | initial | insurgery | newborn | companion | medcompainian | delivery | other",
        "binding": {
          "strength": "extensible",
          "description": "The type of encounter",
          "valueSet": "http://sap.com/healthcare/IS-H/fhir/valueSet/encounter-category"
        }
      },
      {
        "id": "Encounter.subject",
        "path": "Encounter.subject",
        "mustSupport": true
      },
      {
        "id": "Encounter.participant",
        "path": "Encounter.participant",
        "mustSupport": true
      },
      {
        "id": "Encounter.participant.type",
        "path": "Encounter.participant.type",
        "mustSupport": true
      },
      {
        "id": "Encounter.participant.type.coding",
        "path": "Encounter.participant.type.coding",
        "mustSupport": true
      },
      {
        "id": "Encounter.participant.type.coding.code",
        "path": "Encounter.participant.type.coding.code",
        "mustSupport": true
      },
      {
        "id": "Encounter.participant.period",
        "path": "Encounter.participant.period",
        "mustSupport": true
      },
      {
        "id": "Encounter.participant.individual",
        "path": "Encounter.participant.individual",
        "mustSupport": true
      },
      {
        "id": "Encounter.participant.individual.identifier",
        "path": "Encounter.participant.individual.identifier",
        "mustSupport": true
      },
      {
        "id": "Encounter.participant.individual.identifier.value",
        "path": "Encounter.participant.individual.identifier.value",
        "mustSupport": true
      },
      {
        "id": "Encounter.appointment",
        "path": "Encounter.appointment",
        "mustSupport": true
      },
      {
        "id": "Encounter.period",
        "path": "Encounter.period",
        "mustSupport": true
      },
      {
        "id": "Encounter.period.extension",
        "path": "Encounter.period.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        },
        "min": 0
      },
      {
        "id": "Encounter.period.extension:plannedEnd",
        "path": "Encounter.period.extension",
        "sliceName": "plannedEnd",
        "min": 0,
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://sap.com/healthcare/fhir/StructureDefinition/Encounter-plannedEnd"
            ]
          }
        ],
        "mustSupport": false
      },
      {
        "id": "Encounter.period.start",
        "path": "Encounter.period.start",
        "mustSupport": false
      },
      {
        "id": "Encounter.period.end",
        "path": "Encounter.period.end",
        "mustSupport": false
      },
      {
        "id": "Encounter.diagnosis",
        "path": "Encounter.diagnosis",
        "mustSupport": true
      },
      {
        "id": "Encounter.diagnosis.use",
        "path": "Encounter.diagnosis.use",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://sap.com/healthcare/IS-H/fhir/ValueSet/encounter-diagnosis-role"
        }
      },
      {
        "id": "Encounter.account",
        "path": "Encounter.account",
        "mustSupport": true
      },
      {
        "id": "Encounter.location",
        "path": "Encounter.location",
        "mustSupport": true
      },
      {
        "id": "Encounter.location.location",
        "path": "Encounter.location.location",
        "mustSupport": true
      },
      {
        "id": "Encounter.location.status",
        "path": "Encounter.location.status",
        "mustSupport": true
      },
      {
        "id": "Encounter.location.physicalType",
        "path": "Encounter.location.physicalType",
        "mustSupport": true
      },
      {
        "id": "Encounter.location.period",
        "path": "Encounter.location.period",
        "mustSupport": true
      },
      {
        "id": "Encounter.serviceProvider",
        "path": "Encounter.serviceProvider",
        "mustSupport": true
      }
    ]
  }
}