Hospital


NameTypeLinkVersionNumberVersionDateStatus
HospitalOrganizationhttps://demis.rki.de/fhir/ars/StructureDefinition/Hospital1.0.02025-06-13active

This profile allows for the mapping of a hospital location. For ARS, hospitals should, if possible, be transmitted as their locations according to the definition of the InEK location directory with the corresponding identifier. See also the chapter Identifiers for Organizations.


Profile

idS Σ1..1string
id0..0string
extensionC0..0Extension
versionIdΣ0..0id
lastUpdatedΣ0..0instant
sourceΣ0..0uri
arsProfileS Σ1..1canonical(StructureDefinition)Pattern
securityΣ0..0CodingBinding
tagΣ0..0Coding
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionC0..*Extension
modifierExtension?! C0..*Extension
StandortIDS Σ C0..1IdentifierInekStandortId
id0..1string
extensionC0..*Extension
useΣ ?!0..1codeBinding
typeΣ0..1CodeableConceptBindingPattern
systemS Σ1..1uriAuto Value
valueS Σ C1..1string
periodΣ0..1Period
assignerΣ0..1Reference(Organization)
InterneOrganisationsIDΣ C0..1IdentifierInternalOrganizationId
activeΣ ?!0..0boolean
id0..1string
extensionC0..*Extension
id0..1string
extensionC0..*Extension
systemS Σ1..1uriPattern
versionS Σ1..1string
codeS Σ1..1codePattern
displayΣ0..1string
userSelectedΣ0..1boolean
textΣ0..0string
nameS Σ C0..1string
alias0..0string
telecomC0..0ContactPoint
id0..1string
StadtteilC0..1Extension(string)
useΣ ?!0..1codeBinding
typeΣ0..1codeBinding
textΣ0..1string
id0..1string
StrasseC0..1Extension(string)
HausnummerC0..1Extension(string)
AdresszusatzC0..1Extension(string)
PostfachC0..1Extension(string)
value0..1System.String
cityΣ0..1string
districtΣ0..0string
stateΣ0..1stringBinding
postalCodeS Σ1..1string
countryΣ0..1stringBinding
periodΣ0..1Period
partOfΣ0..1Reference(Organization)
endpoint0..0Reference(Endpoint)



Organization.identifier:StandortID (Standort-Id)

  • 6-digit location ID from InEK location directory
  • Priority 1. For ARS, hospital locations should be submitted separately. Using the 6-digit location ID from the InEK location directory, the locations can be assigned to the hospital and additional information can be added. For facilities that do not have an InEK location ID assigned, the 'HauptIK' or 'InterneOrganisationsID' field should be used.

Organization.identifier:HauptIK (Institutions code (IK))

  • Main institute code shown in the InEK location directory
  • Priority 2. For ARS, hospital locations should be transmitted separately. If the data sender cannot report the data separately for each location, the 'HauptIK' of the entire hospital can be specified.

Organization.identifier:InterneOrganisationsID (Internal Identifier)

  • Identifier for the facility, generated by the data sender. Consists of the DEMIS ID of the data sender and a consecutive sequence number for the hospital to be mapped.
  • Priority 3. Is to be used in particular for facilities that are not listed in the InEK location directory (e.g. private clinics).




Constraints

none




Bindings

pathstrengthvalueSet
Organization.type.codingrequiredhttps://demis.rki.de/fhir/ValueSet/organizationType




Example

Organization
<Organization xmlns="http://hl7.org/fhir">
<id value="e6f3ef23-c17d-0ffb-817e-073100c35f41" />
<profile value="https://demis.rki.de/fhir/ars/StructureDefinition/Hospital" />
</meta>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<code value="XX" />
</coding>
</type>
<system value="https://demis.rki.de/fhir/sid/InekStandortId" />
<value value="770015" />
</identifier>
<system value="https://demis.rki.de/fhir/CodeSystem/organizationType" />
<version value="1.4.2" />
<code value="hospital" />
</coding>
</type>
<name value="Krankenhaus Wald und Wiesen Standort Mitte" />
<postalCode value="10123" />
</address>
</Organization>
{
"resourceType": "Organization",
"id": "e6f3ef23-c17d-0ffb-817e-073100c35f41",
"meta": {
"profile": [
"https://demis.rki.de/fhir/ars/StructureDefinition/Hospital"
]
},
"type": [
{
"coding": [
{
"system": "https://demis.rki.de/fhir/CodeSystem/organizationType",
"code": "hospital",
"version": "1.4.2"
}
]
}
],
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX"
}
]
},
"system": "https://demis.rki.de/fhir/sid/InekStandortId",
"value": "770015"
}
],
"name": "Krankenhaus Wald und Wiesen Standort Mitte",
"address": [
{
"postalCode": "10123"
}
]
}