@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://eahp-official.github.io/EAHP_Interoperabillty/Location/loc-robot-main> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "loc-robot-main"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location loc-robot-main</b></p><a name=\"loc-robot-main\"> </a><a name=\"hcloc-robot-main\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Main Pharmacy Whole Pack Robot 01</p><p><b>description</b>: </p><div><p>Primary robotic storage for whole packs in Central Pharmacy</p>\n</div><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PHARM}\">Pharmacy</span></p><p><b>form</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ca}\">Cabinet</span></p><p><b>partOf</b>: <a href=\"Location-loc-pharmacy-central-room.html\">Location Central Pharmacy Room</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Main Pharmacy Whole Pack Robot 01"] ; # 
  fhir:description [ fhir:v "Primary robotic storage for whole packs in Central Pharmacy"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode>
       ] ;
       fhir:code [ fhir:v "PHARM" ] ;
       fhir:display [ fhir:v "Pharmacy" ]
     ] )
  ] ) ; # 
  fhir:form [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/location-physical-type>
       ] ;
       fhir:code [ fhir:v "ca" ] ;
       fhir:display [ fhir:v "Cabinet" ]
     ] )
  ] ; # 
  fhir:partOf [
     fhir:l <https://eahp-official.github.io/EAHP_Interoperabillty/Location/loc-pharmacy-central-room> ;
     fhir:reference [ fhir:v "Location/loc-pharmacy-central-room" ]
  ] . # 

# -------------------------------------------------------------------------------------

