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

FHIR IG Statistics: StructureDefinition/EHDSInpatientEncounter

Packagehl7.fhir.eu.imaging-manifest-r5
TypeStructureDefinition
IdEHDSInpatientEncounter
FHIR VersionR5
Sourcehttp://hl7.eu/fhir/imaging-manifest-r5/https://build.fhir.org/ig/hl7-eu/imaging-manifest/StructureDefinition-EHDSInpatientEncounter.html
URLhttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSInpatientEncounter
Version0.1.0
Statusdraft
Date2025-03-21T08:17:12+00:00
NameEHDSInpatientEncounter
TitleInpatient encounter model
Realmeu
Authorityhl7
DescriptionC.23 - EHDS refined base model for Inpatient encounter
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSInpatientEncounter
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
EHDSEncounterEncounter model
EHDSEncounterEncounter model

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSInpatientEncounter

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSInpatientEncounter 0..*EHDSEncounter
Elements defined in Ancestors:identifier, priority, encounterType, encounterNote, patient, episodeOfCare, basedOn, partOf, serviceProvider, appointment, actualPeriod, plannedStartDate, plannedEndDate, admission, discharge, location
Inpatient encounter model
Instances of this logical model can be the target of a Reference
... priority 0..1CodeableConceptC.30.3 - Priority
... actualPeriod 1..1PeriodC.30.11 - Actual period
... admission 1..1BaseC.30.14 - Admission
... discharge 1..1BaseC.30.15 - Discharge
... location
.... organizationPart 1..1EHDSLocationC.30.16.2 - Organization part

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "EHDSInpatientEncounter",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSInpatientEncounter",
  "version": "0.1.0",
  "name": "EHDSInpatientEncounter",
  "title": "Inpatient encounter model",
  "status": "draft",
  "date": "2025-03-21T08:17:12+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://Xt-EHR.eu"
        }
      ]
    }
  ],
  "description": "C.23 - EHDS refined base model for Inpatient encounter",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSInpatientEncounter",
  "baseDefinition": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSEncounter",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "EHDSInpatientEncounter",
        "path": "EHDSInpatientEncounter",
        "short": "Inpatient encounter model",
        "definition": "C.23 - EHDS refined base model for Inpatient encounter",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.identifier",
        "path": "EHDSInpatientEncounter.identifier",
        "short": "C.30.1 - Identifier",
        "definition": "Encounter identifier (Business identifiers assigned to this encounter).",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSEncounter.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.priority",
        "path": "EHDSInpatientEncounter.priority",
        "short": "C.30.3 - Priority",
        "definition": "Admission urgency, either emergency or planned",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.priority",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "hl7:v3-xEncounterAdmissionUrgency"
        }
      },
      {
        "id": "EHDSInpatientEncounter.encounterType",
        "path": "EHDSInpatientEncounter.encounterType",
        "short": "C.30.2 - Encounter type",
        "definition": "The type of the encounter whether inpatient or short stay encounter.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.encounterType",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "hl7v3:ActEncounterCode"
        }
      },
      {
        "id": "EHDSInpatientEncounter.encounterNote",
        "path": "EHDSInpatientEncounter.encounterNote",
        "short": "C.30.4 - Encounter note",
        "definition": "A narrative description of the encounter course.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.encounterNote",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.patient",
        "path": "EHDSInpatientEncounter.patient",
        "short": "C.30.5 - Patient",
        "definition": "The patient related to this encounter.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.patient",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSPatient"
            ]
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.episodeOfCare",
        "path": "EHDSInpatientEncounter.episodeOfCare",
        "short": "C.30.6 - Episode of care",
        "definition": "Episode(s) of care that this encounter should be recorded against",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSEncounter.episodeOfCare",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSEpisodeOfCare"
            ]
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.basedOn",
        "path": "EHDSInpatientEncounter.basedOn",
        "short": "C.30.7 - Based on",
        "definition": "The request that initiated this encounter",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSEncounter.basedOn",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSCarePlan",
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSServiceRequest"
            ]
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.partOf",
        "path": "EHDSInpatientEncounter.partOf",
        "short": "C.30.8 - Part of",
        "definition": "Another Encounter this encounter is part of",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.partOf",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSEncounter"
            ]
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.serviceProvider",
        "path": "EHDSInpatientEncounter.serviceProvider",
        "short": "C.30.9 - Service provider",
        "definition": "The organization (facility) responsible for this encounter",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.serviceProvider",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganization"
            ]
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.appointment",
        "path": "EHDSInpatientEncounter.appointment",
        "short": "C.30.10 - Appointment",
        "definition": "The appointment that scheduled this encounter",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSEncounter.appointment",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAppointment"
            ]
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.actualPeriod",
        "path": "EHDSInpatientEncounter.actualPeriod",
        "short": "C.30.11 - Actual period",
        "definition": "The actual start and end time of the encounter",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.actualPeriod",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.plannedStartDate",
        "path": "EHDSInpatientEncounter.plannedStartDate",
        "short": "C.30.12 - Planned start date",
        "definition": "The planned start date/time (or admission date) of the encounter",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.plannedStartDate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.plannedEndDate",
        "path": "EHDSInpatientEncounter.plannedEndDate",
        "short": "C.30.13 - Planned end date",
        "definition": "The planned end date/time (or discharge date) of the encounter",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.plannedEndDate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.admission",
        "path": "EHDSInpatientEncounter.admission",
        "short": "C.30.14 - Admission",
        "definition": "Details about the admission to a healthcare service",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.admission",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.admission.admitter",
        "path": "EHDSInpatientEncounter.admission.admitter",
        "short": "C.30.14.1 - Admitter",
        "definition": "Admitting Healthcare Professional",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.admission.admitter",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHealthProfessional"
            ]
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.admission.admitSource",
        "path": "EHDSInpatientEncounter.admission.admitSource",
        "short": "C.30.14.2 - Admit Source",
        "definition": "From where the patient was admitted (e.g. physician referral, transfer).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.admission.admitSource",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "hl7:admit-source"
        }
      },
      {
        "id": "EHDSInpatientEncounter.admission.referringProfessional",
        "path": "EHDSInpatientEncounter.admission.referringProfessional",
        "short": "C.30.14.3 - Referring professional",
        "definition": "Referring Healthcare Professional",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.admission.referringProfessional",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHealthProfessional"
            ]
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.admission.admissionReason",
        "path": "EHDSInpatientEncounter.admission.admissionReason",
        "short": "C.30.14.4 - Admission reason",
        "definition": "Reason or reasons for admission, e.g. Problem, procedure or finding.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSEncounter.admission.admissionReason",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSCondition",
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSProcedure",
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSObservation"
            ]
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.admission.admissionReasonComment",
        "path": "EHDSInpatientEncounter.admission.admissionReasonComment",
        "short": "C.30.14.5 - Admission reason comment",
        "definition": "Explanation of the reason for the encounter.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.admission.admissionReasonComment",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.admission.admissionLegalStatus",
        "path": "EHDSInpatientEncounter.admission.admissionLegalStatus",
        "short": "C.30.14.6 - Admission legal status",
        "definition": "Legal status/situation at admission. The legal status indicates the basis on which the patient is staying in a healthcare organisation. This can be either voluntary or involuntary, however the legal status is always determined by a court. A patient can also receive healthcare based on a forensic status. (voluntary, involuntary, admission by legal authority).",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.admission.admissionLegalStatus",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "SNOMED CT"
        }
      },
      {
        "id": "EHDSInpatientEncounter.discharge",
        "path": "EHDSInpatientEncounter.discharge",
        "short": "C.30.15 - Discharge",
        "definition": "Discharge details",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.discharge",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.discharge.destinationType",
        "path": "EHDSInpatientEncounter.discharge.destinationType",
        "short": "C.30.15.1 - Destination type",
        "definition": "Type of location to which the patient will go after the encounter. E.g. home, hospital, nursing home, left against medical advice etc.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.discharge.destinationType",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "hl7.discharge-disposition"
        }
      },
      {
        "id": "EHDSInpatientEncounter.discharge.destinationLocation",
        "path": "EHDSInpatientEncounter.discharge.destinationLocation",
        "short": "C.30.15.2 - Destination location",
        "definition": "The location/organisation to which the patient will go after the encounter. Name, address and telecommunication contact.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.discharge.destinationLocation",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganization",
              "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSLocation"
            ]
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.location",
        "path": "EHDSInpatientEncounter.location",
        "short": "C.30.16 - Location",
        "definition": "List of locations where the patient has been.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSEncounter.location",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.location.period",
        "path": "EHDSInpatientEncounter.location.period",
        "short": "C.30.16.1 - Period",
        "definition": "Time period during which the patient was present at the location",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.location.period",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "EHDSInpatientEncounter.location.organizationPart",
        "path": "EHDSInpatientEncounter.location.organizationPart",
        "short": "C.30.16.2 - Organization part",
        "definition": "Organization or organization part (hospital department) where the patient was present.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSEncounter.location.organizationPart",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSLocation"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSInpatientEncounter",
        "path": "EHDSInpatientEncounter",
        "short": "Inpatient encounter model",
        "definition": "C.23 - EHDS refined base model for Inpatient encounter"
      },
      {
        "id": "EHDSInpatientEncounter.priority",
        "path": "EHDSInpatientEncounter.priority",
        "definition": "Admission urgency, either emergency or planned"
      },
      {
        "id": "EHDSInpatientEncounter.actualPeriod",
        "path": "EHDSInpatientEncounter.actualPeriod",
        "min": 1
      },
      {
        "id": "EHDSInpatientEncounter.admission",
        "path": "EHDSInpatientEncounter.admission",
        "min": 1
      },
      {
        "id": "EHDSInpatientEncounter.discharge",
        "path": "EHDSInpatientEncounter.discharge",
        "min": 1
      },
      {
        "id": "EHDSInpatientEncounter.location.organizationPart",
        "path": "EHDSInpatientEncounter.location.organizationPart",
        "definition": "Organization or organization part (hospital department) where the patient was present."
      }
    ]
  }
}