Metadaten

CanonicalURLhttps://gematik.de/fhir/isik/ValueSet/ISiKLocationPhysicalType
Statusactive
Version5.1.0
Herausgebergematik GmbH

Inhalt

Dieses ValueSet wird verwendet in folgenden Profilen:

https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung

<ValueSet xmlns="http://hl7.org/fhir">
<id value="ISiKLocationPhysicalType" />
<url value="https://gematik.de/fhir/isik/ValueSet/ISiKLocationPhysicalType" />
<version value="5.1.0" />
<name value="ISiKLocationPhysicalType" />
<status value="active" />
<experimental value="false" />
<date value="2025-10-23" />
<publisher value="gematik GmbH" />
<system value="http://terminology.hl7.org/CodeSystem/location-physical-type" />
<code value="bd" />
<display value="Bed" />
</concept>
<code value="ro" />
<display value="Room" />
</concept>
<code value="wa" />
<display value="Ward" />
</concept>
</include>
</compose>
</ValueSet>
{
"resourceType": "ValueSet",
"status": "active",
"name": "ISiKLocationPhysicalType",
"id": "ISiKLocationPhysicalType",
"version": "5.1.0",
"url": "https://gematik.de/fhir/isik/ValueSet/ISiKLocationPhysicalType",
"experimental": false,
"publisher": "gematik GmbH",
"date": "2025-10-23",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"concept": [
{
"code": "bd",
"display": "Bed"
},
{
"code": "ro",
"display": "Room"
},
{
"code": "wa",
"display": "Ward"
}
]
}
]
}
}