@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 -------------------------------------------------------------------

<https://hl7.cz/fhir/core/RelatedPerson/RelatedPerson01> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RelatedPerson01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.cz/fhir/core/StructureDefinition/cz-relatedPerson-core"^^xsd:anyURI ;
       fhir:l <https://hl7.cz/fhir/core/StructureDefinition/cz-relatedPerson-core>
     ] )
  ] ; # 
  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: RelatedPerson RelatedPerson01</b></p><a name=\"RelatedPerson01\"> </a><a name=\"hcRelatedPerson01\"> </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-cz-relatedPerson-core.html\">Related Person (CZ core)</a></p></div><p><b>identifier</b>: <code>https://ncez.mzcr.cz/fhir/sid/rcis</code>/5151264525, <code>https://ncez.mzcr.cz/fhir/sid/cpoj</code>/5151264525, Passport number/23476525 (use: official, ), Passport number/88476522 (use: official, )</p><p><b>patient</b>: <a href=\"Patient-Mracena.html\">Mračena Mrakomorová  Female, DoB: 1971-11-26 ( Citizenship Card (use: official, ))</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}, {http://terminology.hl7.org/CodeSystem/v2-0131 N}\">mother</span></p><p><b>name</b>: PraMračena Mrakomorová </p><p><b>telecom</b>: <a href=\"tel:+420603853226\">+420 603 853 226</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1951-01-26</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://ncez.mzcr.cz/fhir/sid/rcis"^^xsd:anyURI ;
       fhir:l <https://ncez.mzcr.cz/fhir/sid/rcis>
     ] ;
     fhir:value [ fhir:v "5151264525" ]
  ] [
     fhir:system [
       fhir:v "https://ncez.mzcr.cz/fhir/sid/cpoj"^^xsd:anyURI ;
       fhir:l <https://ncez.mzcr.cz/fhir/sid/cpoj>
     ] ;
     fhir:value [ fhir:v "5151264525" ]
  ] [
     fhir:use [ fhir:v "official" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "PPN" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://hl7.org/fhir/sid/passport-CZE"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/sid/passport-CZE>
     ] ;
     fhir:value [ fhir:v "23476525" ]
  ] [
     fhir:use [ fhir:v "official" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "PPN" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://hl7.org/fhir/sid/passport-SVK"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/sid/passport-SVK>
     ] ;
     fhir:value [ fhir:v "88476522" ]
  ] ) ; # 
  fhir:patient [
     fhir:l <https://hl7.cz/fhir/core/Patient/Mracena> ;
     fhir:reference [ fhir:v "Patient/Mracena" ]
  ] ; # 
  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 "MTH" ]
     ] [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/v2-0131>
       ] ;
       fhir:code [ fhir:v "N" ]
     ] )
  ] ) ; # 
  fhir:name ( [
     fhir:use [ fhir:v "usual" ] ;
     fhir:family [ fhir:v "Mrakomorová" ] ;
     fhir:given ( [ fhir:v "PraMračena" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "+420 603 853 226" ] ;
     fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1951-01-26"^^xsd:date] . # 

# -------------------------------------------------------------------------------------

