@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/ExampleOrganizationTramYTe> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleOrganizationTramYTe"] ; # 
  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 ExampleOrganizationTramYTe</b></p><a name=\"ExampleOrganizationTramYTe\"> </a><a name=\"hcExampleOrganizationTramYTe\"> </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 TYT}\">Trạm y tế</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 XA}\">Xã</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 NOT_APPLICABLE}\">Không áp dụ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/01500</p><p><b>active</b>: true</p><p><b>name</b>: Trạm Y tế phường Ngọc Hà</p><p><b>address</b>: Phường Ngọc Hà, Thành phố 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 "TYT" ] ;
         fhir:display [ fhir:v "Trạm y tế" ]
       ] )
     ]
  ] [
     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 "XA" ] ;
         fhir:display [ fhir:v "Xã" ]
       ] )
     ]
  ] [
     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 "NOT_APPLICABLE" ] ;
         fhir:display [ fhir:v "Không áp dụ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 "01500" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name [ fhir:v "Trạm Y tế phường Ngọc Hà"] ; # 
  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 "00008" ] ;
         fhir:display [ fhir:v "Phường Ngọc Hà" ]
       ]
     ] ) ;
     fhir:text [ fhir:v "Phường Ngọc Hà, Thành phố Hà Nội" ] ;
     fhir:state [ fhir:v "Thành phố Hà Nội" ] ;
     fhir:country [ fhir:v "VN" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

