@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.fr/ig/fhir/core/RelatedPerson/FRCoreRelatedPersonExample> a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FRCoreRelatedPersonExample"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-related-person"^^xsd:anyURI ;
       fhir:l <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-related-person>
     ] )
  ] ; # 
  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>Narratif généré : PersonneEnRelation FRCoreRelatedPersonExample</b></p><a name=\"FRCoreRelatedPersonExample\"> </a><a name=\"hcFRCoreRelatedPersonExample\"> </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\">Profil: <a href=\"StructureDefinition-fr-core-related-person.html\">FR Core Related Person Profile</a></p></div><blockquote><p><b>FR Core Nationality Extension</b></p><ul><li>code: <span title=\"Codes :{urn:iso:std:iso:3166 FR}\">France (la)</span></li></ul></blockquote><p><b>identifier</b>: <code>urn:oid:1.2.250.1.213.1.4.8</code>/P98765</p><p><b>patient</b>: <a href=\"Patient-FRCorePatientINSExample.html\">Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif (use: official, ))</a></p><p><b>relationship</b>: <span title=\"Codes :{https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass ECON}\">Personne à prévenir en cas d'urgence</span>, <span title=\"Codes :{https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode MTH}\">Mère</span></p><p><b>name</b>: Marie Durand (Official)</p><p><b>telecom</b>: ph: 06 12 34 56 78(Mobile)</p><p><b>address</b>: 12 rue des Lilas Paris 75020 (home)</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "code"^^xsd:anyURI ;
         fhir:l fhir:code
       ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [
             fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
             fhir:l <urn:iso:std:iso:3166>
           ] ;
           fhir:code [ fhir:v "FR" ] ;
           fhir:display [ fhir:v "France (la)" ]
         ] )
       ]
     ] ) ;
     fhir:url [
       fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-nationality"^^xsd:anyURI ;
       fhir:l <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-nationality>
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:oid:1.2.250.1.213.1.4.8"^^xsd:anyURI ;
       fhir:l <urn:oid:1.2.250.1.213.1.4.8>
     ] ;
     fhir:value [ fhir:v "P98765" ]
  ] ) ; # 
  fhir:patient [
     fhir:l <https://hl7.fr/ig/fhir/core/Patient/FRCorePatientINSExample> ;
     fhir:reference [ fhir:v "Patient/FRCorePatientINSExample" ]
  ] ; # 
  fhir:relationship ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass"^^xsd:anyURI ;
         fhir:l <https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass>
       ] ;
       fhir:code [ fhir:v "ECON" ] ;
       fhir:display [ fhir:v "Personne à prévenir en cas d'urgence" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [
         fhir:v "https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode"^^xsd:anyURI ;
         fhir:l <https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode>
       ] ;
       fhir:code [ fhir:v "MTH" ] ;
       fhir:display [ fhir:v "Mère" ]
     ] )
  ] ) ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Durand" ] ;
     fhir:given ( [ fhir:v "Marie" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "06 12 34 56 78" ] ;
     fhir:use [ fhir:v "mobile" ]
  ] ) ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "12 rue des Lilas" ] ) ;
     fhir:city [ fhir:v "Paris" ] ;
     fhir:postalCode [ fhir:v "75020" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

