@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/Organization/ExampleOrganizationPrivateClinic> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleOrganizationPrivateClinic"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-organization>
     ] )
  ] ; # 
  fhir:language [ fhir:v "vi"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExampleOrganizationPrivateClinic</b></p><a name=\"ExampleOrganizationPrivateClinic\"> </a><a name=\"hcExampleOrganizationPrivateClinic\"> </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-organization.html\">Cơ sở y tế VN Core — VN Core Organization Profile</a></p></div><p><b>Loại hình cơ sở y tế — Vietnam Organization Type Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs PK}\">Phòng khám</span></p><p><b>Cấp quản lý hành chính y tế — Vietnam Administrative Health Level Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs TINH}\">Tỉnh</span></p><p><b>Tình trạng xếp hạng cơ sở y tế — Organization Rank Status Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs UNRANKED}\">Chưa xếp hạng</span></p><p><b>Cấp năng lực cơ sở KCB — Facility Care Level Extension</b>: <span title=\"Codes:{http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs BAN_DAU}\">Cấp ban đầu</span></p><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/01958</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Cơ sở khám chữa bệnh tư nhân</span></p><p><b>name</b>: Phòng khám đa khoa Hoàng Long</p><p><b>telecom</b>: ph: 024 3511 5678, <a href=\"mailto:info@hoanglong-clinic.vn\">info@hoanglong-clinic.vn</a>, <a href=\"https://hoanglong-clinic.vn\">https://hoanglong-clinic.vn</a></p><p><b>address</b>: Số 55 Phố Yên Lãng, Phường Văn Miếu - Quốc Tử Giám, Hà Nội</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-type>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-type-cs>
         ] ;
         fhir:code [ fhir:v "PK" ] ;
         fhir:display [ fhir:v "Phòng khám" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-level>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-healthcare-level-cs>
         ] ;
         fhir:code [ fhir:v "TINH" ] ;
         fhir:display [ fhir:v "Tỉnh" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-rank-status>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-organization-rank-status-cs>
         ] ;
         fhir:code [ fhir:v "UNRANKED" ] ;
         fhir:display [ fhir:v "Chưa xếp hạng" ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-facility-care-level>
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-facility-care-level-cs>
         ] ;
         fhir:code [ fhir:v "BAN_DAU" ] ;
         fhir:display [ fhir:v "Cấp ban đầu" ]
       ] )
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-identifier-type-cs>
         ] ;
         fhir:code [ fhir:v "CSKCB" ] ;
         fhir:display [ fhir:v "Mã cơ sở khám chữa bệnh" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/ma-cskcb"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/ma-cskcb>
     ] ;
     fhir:value [ fhir:v "01958" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/organization-type>
       ] ;
       fhir:code [ fhir:v "prov" ] ;
       fhir:display [ fhir:v "Healthcare Provider" ]
     ] ) ;
     fhir:text [ fhir:v "Cơ sở khám chữa bệnh tư nhân" ]
  ] ) ; # 
  fhir:name [ fhir:v "Phòng khám đa khoa Hoàng Long"] ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "024 3511 5678" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "info@hoanglong-clinic.vn" ]
  ] [
     fhir:system [ fhir:v "url" ] ;
     fhir:value [ fhir:v "https://hoanglong-clinic.vn" ]
  ] ) ; # 
  fhir:address ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-province>
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-province-cs>
         ] ;
         fhir:code [ fhir:v "01" ] ;
         fhir:display [ fhir:v "Thành phố Hà Nội" ]
       ]
     ] [
       fhir:url [
         fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward"^^xsd:anyURI ;
         fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-ward>
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-ward-cs>
         ] ;
         fhir:code [ fhir:v "00226" ] ;
         fhir:display [ fhir:v "Phường Văn Miếu - Quốc Tử Giám" ]
       ]
     ] ) ;
     fhir:text [ fhir:v "Số 55 Phố Yên Lãng, Phường Văn Miếu - Quốc Tử Giám, Hà Nội" ] ;
     fhir:line ( [ fhir:v "Số 55 Phố Yên Lãng" ] ) ;
     fhir:state [ fhir:v "Hà Nội" ] ;
     fhir:country [ fhir:v "VN" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

