@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "mr-encounter-admission-locationPhysicalType"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-location-physical-type.html\"><code>http://terminology.hl7.org/CodeSystem/location-physical-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-location-physical-type.html#location-physical-type-ro\">ro</a></td><td>Room</td><td>A space that is allocated as a room, it may have walls/roof etc., but does not require these.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-location-physical-type.html#location-physical-type-wa\">wa</a></td><td>Ward</td><td>A Ward is a section of a medical facility that may contain rooms and other types of location.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-location-physical-type.html#location-physical-type-bd\">bd</a></td><td>Bed</td><td>A space that is allocated for sleeping/laying on. This is not the physical bed/trolley that may be moved about, but the space it may occupy.</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://fhir.medirecords.com/ValueSet/mr-encounter-admission-locationPhysicalType"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.4.1"] ; #
fhir:name [ fhir:v "MREncounterAdmissionLocationPhysicalType"] ; #
fhir:title [ fhir:v "MediRecords Admission Encounter Location PhysicalType"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-10-28T02:34:31+00:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "MediRecords Admission Encounter Location PhysicalType ValueSet"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "ro" ] ;
fhir:display [ fhir:v "Room" ] ] [
fhir:code [ fhir:v "wa" ] ;
fhir:display [ fhir:v "Ward" ] ] [
fhir:code [ fhir:v "bd" ] ;
fhir:display [ fhir:v "Bed" ] ] ) ] )
] . #
IG © 2022+ . Package mr.r4.core#1.4.1 based on FHIR 4.0.1. Generated 2024-10-28
Links: Table of Contents |
QA Report