@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:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "9c7cd171-6575-42a3-82d9-82aa5498b34c"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.medirecords.com/StructureDefinition/mr-location-admission"^^xsd:anyURI ;
fhir:link <https://fhir.medirecords.com/StructureDefinition/mr-location-admission> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location 9c7cd171-6575-42a3-82d9-82aa5498b34c</b></p><a name=\"9c7cd171-6575-42a3-82d9-82aa5498b34c\"> </a><a name=\"hc9c7cd171-6575-42a3-82d9-82aa5498b34c\"> </a><a name=\"9c7cd171-6575-42a3-82d9-82aa5498b34c-en-US\"> </a><p><b>identifier</b>: <code>https://fhir.medirecords.com/organization-scoped/5ae12958-6291-4101-a6f5-45ed8bbbcb34</code>/R001</p><p><b>status</b>: Active</p><p><b>name</b>: Lounge Room</p><p><b>description</b>: Lounge Room 1</p><p><b>mode</b>: Instance</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}\">Room</span></p><p><b>managingOrganization</b>: <a href=\"Organization-5ae12958-6291-4101-a6f5-45ed8bbbcb34.html\">Organization Practice FHIR</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.medirecords.com/organization-scoped/5ae12958-6291-4101-a6f5-45ed8bbbcb34"^^xsd:anyURI ] ;
fhir:value [ fhir:v "R001" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "Lounge Room"] ; #
fhir:description [ fhir:v "Lounge Room 1"] ; #
fhir:mode [ fhir:v "instance"] ; #
fhir:physicalType [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ro" ] ;
fhir:display [ fhir:v "Room" ] ] )
] ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/5ae12958-6291-4101-a6f5-45ed8bbbcb34" ]
] . #
IG © 2022+ . Package mr.r4.core#1.4.1 based on FHIR 4.0.1. Generated 2025-02-03
Links: Table of Contents |
QA Report