MediRecords FHIR Implementation Guide
1.3.0 - release


: Example of Admission Bed within a Room Location - TTL Representation

Raw ttl | Download


@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 "ce73942d-4a38-4001-90cc-199ccbf82f3c"] ; # 
  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><b>Generated Narrative: Location</b><a name=\"ce73942d-4a38-4001-90cc-199ccbf82f3c\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Location &quot;ce73942d-4a38-4001-90cc-199ccbf82f3c&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mr-location-admission.html\">MediRecords Admission Location</a></p></div><p><b>identifier</b>: id: 001</p><p><b>status</b>: inactive</p><p><b>operationalStatus</b>: Closed (Details: http://terminology.hl7.org/CodeSystem/v2-0116 code C = 'Closed', stated as 'Closed')</p><p><b>description</b>: Red Room Bed 1</p><p><b>mode</b>: instance</p><p><b>physicalType</b>: Bed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-location-physical-type.html\">Location type</a>#bd)</span></p><p><b>managingOrganization</b>: <a href=\"Organization-5ae12958-6291-4101-a6f5-45ed8bbbcb34.html\">Organization/5ae12958-6291-4101-a6f5-45ed8bbbcb34</a> &quot;Practice FHIR&quot;</p><p><b>partOf</b>: <a href=\"Location-981171dc-64ee-4b0f-80b6-4d69be265d69.html\">Location/981171dc-64ee-4b0f-80b6-4d69be265d69</a> &quot;Red Room&quot;</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.medirecords.com/location-scoped/981171dc-64ee-4b0f-80b6-4d69be265d69"^^xsd:anyURI ] ;
fhir:value [ fhir:v "001" ]
  ] ) ; # 
  fhir:status [ fhir:v "inactive"] ; # 
  fhir:operationalStatus [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0116"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Closed" ]
  ] ; # 
  fhir:description [ fhir:v "Red Room Bed 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 "bd" ] ;
fhir:display [ fhir:v "Bed" ]     ] )
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/5ae12958-6291-4101-a6f5-45ed8bbbcb34" ]
  ] ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Location/981171dc-64ee-4b0f-80b6-4d69be265d69" ]
  ] . #