@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/ExampleOrganizationMergedStation> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleOrganizationMergedStation"] ; # 
  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 ExampleOrganizationMergedStation</b></p><a name=\"ExampleOrganizationMergedStation\"> </a><a name=\"hcExampleOrganizationMergedStation\"> </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><blockquote><p><b>Quan hệ vòng đời mã cơ sở y tế — Organization Facility-Code Lifecycle Relation Extension</b></p><ul><li>relationType: <a href=\"CodeSystem-vn-org-lifecycle-relation-cs.html#vn-org-lifecycle-relation-cs-predecessor\">Loại quan hệ vòng đời mã cơ sở y tế — Organization Lifecycle Relation Type: predecessor</a> (Tiền nhiệm)</li><li>target: Trạm Y tế xã (cũ, trước sáp nhập 01/7/2025) (Identifier: <a href=\"NamingSystem-vn-ma-cskcb-ns.html\" title=\"Hệ thống mã cơ sở khám chữa bệnh (5 chữ số), do BHXH Việt Nam cấp.#xA;Dùng để định danh các cơ sở y tế trong hệ thống thanh toán BHYT.#xA;Căn cứ: Luật KCB 2023 (15/2023/QH15), BHXH Việt Nam.\">VNCSKCB</a>/01234)</li><li>period: ?? --&gt; 2025-06-30</li><li>legalBasis: <a href=\"CodeSystem-vn-legal-document-ref-cs.html#vn-legal-document-ref-cs-NQ-202-2025\">Văn bản pháp lý VN — Vietnam Legal Document Reference CodeSystem: NQ-202-2025</a> (NQ 202/2025/QH15)</li><li>carryOver: <a href=\"CodeSystem-vn-org-carry-over-item-cs.html#vn-org-carry-over-item-cs-bhyt-contract\">Hạng mục kế thừa khi chuyển mã cơ sở y tế — Organization Carry-over Item: bhyt-contract</a> (Hợp đồng KCB BHYT)</li><li>carryOver: <a href=\"CodeSystem-vn-org-carry-over-item-cs.html#vn-org-carry-over-item-cs-primary-care-registration\">Hạng mục kế thừa khi chuyển mã cơ sở y tế — Organization Carry-over Item: primary-care-registration</a> (Đăng ký KCB ban đầu)</li><li>carryOver: <a href=\"CodeSystem-vn-org-carry-over-item-cs.html#vn-org-carry-over-item-cs-license\">Hạng mục kế thừa khi chuyển mã cơ sở y tế — Organization Carry-over Item: license</a> (Giấy phép hoạt động KCB)</li></ul></blockquote><p><b>identifier</b>: Mã cơ sở khám chữa bệnh/01567 (, period: 2025-07-01 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>name</b>: Trạm Y tế xã Phú Mỹ</p><p><b>address</b>: Xã Phú Mỹ, 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:extension ( [
       fhir:url [
         fhir:v "relationType"^^xsd:anyURI ;
         fhir:l fhir:relationType
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-org-lifecycle-relation-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-org-lifecycle-relation-cs>
         ] ;
         fhir:code [ fhir:v "predecessor" ] ;
         fhir:display [ fhir:v "Tiền nhiệm" ]
       ]
     ] [
       fhir:url [
         fhir:v "target"^^xsd:anyURI ;
         fhir:l fhir:target
       ] ;
       fhir:value [
         a fhir:Reference ;
         fhir:identifier [
           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 "01234" ]
         ] ;
         fhir:display [ fhir:v "Trạm Y tế xã (cũ, trước sáp nhập 01/7/2025)" ]
       ]
     ] [
       fhir:url [
         fhir:v "period"^^xsd:anyURI ;
         fhir:l fhir:period
       ] ;
       fhir:value [
         a fhir:Period ;
         fhir:end [ fhir:v "2025-06-30"^^xsd:date ]
       ]
     ] [
       fhir:url [
         fhir:v "legalBasis"^^xsd:anyURI ;
         fhir:l fhir:legalBasis
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-legal-document-ref-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-legal-document-ref-cs>
         ] ;
         fhir:code [ fhir:v "NQ-202-2025" ] ;
         fhir:display [ fhir:v "NQ 202/2025/QH15" ]
       ]
     ] [
       fhir:url [
         fhir:v "carryOver"^^xsd:anyURI ;
         fhir:l fhir:carryOver
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-org-carry-over-item-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-org-carry-over-item-cs>
         ] ;
         fhir:code [ fhir:v "bhyt-contract" ] ;
         fhir:display [ fhir:v "Hợp đồng KCB BHYT" ]
       ]
     ] [
       fhir:url [
         fhir:v "carryOver"^^xsd:anyURI ;
         fhir:l fhir:carryOver
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-org-carry-over-item-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-org-carry-over-item-cs>
         ] ;
         fhir:code [ fhir:v "primary-care-registration" ] ;
         fhir:display [ fhir:v "Đăng ký KCB ban đầu" ]
       ]
     ] [
       fhir:url [
         fhir:v "carryOver"^^xsd:anyURI ;
         fhir:l fhir:carryOver
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-org-carry-over-item-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-org-carry-over-item-cs>
         ] ;
         fhir:code [ fhir:v "license" ] ;
         fhir:display [ fhir:v "Giấy phép hoạt động KCB" ]
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-lifecycle-relation"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-org-lifecycle-relation>
     ]
  ] ) ; # 
  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 "01567" ] ;
     fhir:period [
       fhir:start [ fhir:v "2025-07-01"^^xsd:date ]
     ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name [ fhir:v "Trạm Y tế xã Phú Mỹ"] ; # 
  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:text [ fhir:v "Xã Phú Mỹ, Thành phố Hà Nội" ] ;
     fhir:state [ fhir:v "Thành phố Hà Nội" ] ;
     fhir:country [ fhir:v "VN" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

