@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/RelatedPerson/ExampleRelatedPersonLegalRepresentative> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleRelatedPersonLegalRepresentative"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-relatedperson"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-core-relatedperson>
     ] )
  ] ; # 
  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: RelatedPerson ExampleRelatedPersonLegalRepresentative</b></p><a name=\"ExampleRelatedPersonLegalRepresentative\"> </a><a name=\"hcExampleRelatedPersonLegalRepresentative\"> </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-relatedperson.html\">Người liên quan/người giám hộ VN Core — VN Core RelatedPerson Profile</a></p></div><blockquote><p><b>Thẩm quyền đại diện truy cập dữ liệu — Representation Authority Extension</b></p><ul><li>type: <a href=\"CodeSystem-vn-representation-type-cs.html#vn-representation-type-cs-legal-representative\">Loại thẩm quyền đại diện — Vietnam Representation Authority Type CodeSystem: legal-representative</a> (Người đại diện theo pháp luật)</li><li>source: <a href=\"CodeSystem-vn-representation-source-cs.html#vn-representation-source-cs-population-registry\">Nguồn xác minh thẩm quyền đại diện — Vietnam Representation Verification Source CodeSystem: population-registry</a> (CSDLQG về dân cư (C06))</li><li>verifiedDate: 2026-06-01</li><li>period: 2026-06-01 --&gt; (ongoing)</li><li>restrictedSensitivity: <a href=\"CodeSystem-vn-data-sensitivity-class-cs.html#vn-data-sensitivity-class-cs-special-protection\">Lớp nhạy cảm dữ liệu y tế — Vietnam Health Data Sensitivity Class CodeSystem: special-protection</a> (Bảo vệ đặc biệt)</li></ul></blockquote><p><b>identifier</b>: Căn cước công dân/079180001234</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-ExamplePatientChildDependent.html\">Nguyễn Minh Khôi Male, DoB: 2023-06-15 ( Căn cước công dân: VNCCCD#079223000123)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FTH}\">Cha</span></p><p><b>name</b>: Nguyễn Văn Bình</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "type"^^xsd:anyURI ;
         fhir:l fhir:type
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-representation-type-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-representation-type-cs>
         ] ;
         fhir:code [ fhir:v "legal-representative" ] ;
         fhir:display [ fhir:v "Người đại diện theo pháp luật" ]
       ]
     ] [
       fhir:url [
         fhir:v "source"^^xsd:anyURI ;
         fhir:l fhir:source
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-representation-source-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-representation-source-cs>
         ] ;
         fhir:code [ fhir:v "population-registry" ] ;
         fhir:display [ fhir:v "CSDLQG về dân cư (C06)" ]
       ]
     ] [
       fhir:url [
         fhir:v "verifiedDate"^^xsd:anyURI ;
         fhir:l fhir:verifiedDate
       ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2026-06-01"^^xsd:date
       ]
     ] [
       fhir:url [
         fhir:v "period"^^xsd:anyURI ;
         fhir:l fhir:period
       ] ;
       fhir:value [
         a fhir:Period ;
         fhir:start [ fhir:v "2026-06-01"^^xsd:date ]
       ]
     ] [
       fhir:url [
         fhir:v "restrictedSensitivity"^^xsd:anyURI ;
         fhir:l fhir:restrictedSensitivity
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "http://fhir.hl7.org.vn/core/CodeSystem/vn-data-sensitivity-class-cs"^^xsd:anyURI ;
           fhir:l <http://fhir.hl7.org.vn/core/CodeSystem/vn-data-sensitivity-class-cs>
         ] ;
         fhir:code [ fhir:v "special-protection" ] ;
         fhir:display [ fhir:v "Bảo vệ đặc biệt" ]
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-representation-authority"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/StructureDefinition/vn-ext-representation-authority>
     ]
  ] ) ; # 
  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 "CCCD" ] ;
         fhir:display [ fhir:v "Căn cước công dân" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.hl7.org.vn/core/sid/cccd"^^xsd:anyURI ;
       fhir:l <http://fhir.hl7.org.vn/core/sid/cccd>
     ] ;
     fhir:value [ fhir:v "079180001234" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:patient [
     fhir:l <http://fhir.hl7.org.vn/core/Patient/ExamplePatientChildDependent> ;
     fhir:reference [ fhir:v "Patient/ExamplePatientChildDependent" ]
  ] ; # 
  fhir:relationship ( [
     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 "FTH" ] ;
       fhir:display [ fhir:v "father" ]
     ] ) ;
     fhir:text [ fhir:v "Cha" ]
  ] ) ; # 
  fhir:name ( [
     fhir:text [ fhir:v "Nguyễn Văn Bình" ] ;
     fhir:family [ fhir:v "Nguyễn" ] ;
     fhir:given ( [ fhir:v "Văn" ] [ fhir:v "Bình" ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

