@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 -------------------------------------------------------------------

<http://fhir.hl7.org.vn/core/Location/ExampleLocationNgocHaConsultRoom1> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleLocationNgocHaConsultRoom1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-location"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-location>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  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 ExampleLocationNgocHaConsultRoom1</b></p><a name=\"ExampleLocationNgocHaConsultRoom1\"> </a><a name=\"hcExampleLocationNgocHaConsultRoom1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vn-core-location.html\">Địa điểm cung cấp dịch vụ VN Core — VN Core Location Profile</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-vn-location-local-id-ns.html\" title=\"Hệ thống định danh cục bộ cho Location trong phạm vi từng cơ sở y tế hoặc từng hệ thống HIS/EMR.\">VNLocationLocalId</a>/NGOCHA-OPD-ROOM1</p><p><b>status</b>: Active</p><p><b>name</b>: Phòng khám số 1</p><p><b>description</b>: Phòng khám tổng quát tại khu khám ngoại trú</p><p><b>type</b>: <span title=\"Codes:\">Phòng khám</span></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-ExampleOrganizationTramYTe.html\">Trạm Y tế phường Ngọc Hà</a></p><p><b>partOf</b>: <a href=\"Location-ExampleLocationNgocHaOutpatientClinic.html\">Khu khám ngoại trú</a></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/location-local-id"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/location-local-id>
     ] ;
     fhir:value [ fhir:v "NGOCHA-OPD-ROOM1" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Phòng khám số 1"] ; # 
  fhir:description [ fhir:v "Phòng khám tổng quát tại khu khám ngoại trú"] ; # 
  fhir:type ( [
     fhir:text [ fhir:v "Phòng khám" ]
  ] ) ; # 
  fhir:physicalType [
     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 "ro" ] ;
       fhir:display [ fhir:v "Room" ]
     ] )
  ] ; # 
  fhir:managingOrganization [
     fhir:l <http://fhir.hl7.org.vn/core/Organization/ExampleOrganizationTramYTe> ;
     fhir:reference [ fhir:v "Organization/ExampleOrganizationTramYTe" ] ;
     fhir:display [ fhir:v "Trạm Y tế phường Ngọc Hà" ]
  ] ; # 
  fhir:partOf [
     fhir:l <http://fhir.hl7.org.vn/core/Location/ExampleLocationNgocHaOutpatientClinic> ;
     fhir:reference [ fhir:v "Location/ExampleLocationNgocHaOutpatientClinic" ] ;
     fhir:display [ fhir:v "Khu khám ngoại trú" ]
  ] . # 

# -------------------------------------------------------------------------------------

