@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/Patient/FRCorePatientExample> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FRCorePatientExample"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-ins"^^xsd:anyURI ;
       fhir:l <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-ins>
     ] )
  ] ; # 
  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>Narratif généré : Patient FRCorePatientExample</b></p><a name=\"FRCorePatientExample\"> </a><a name=\"hcFRCorePatientExample\"> </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-patient-ins.html\">FR Core Patient INS Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"L'enregistrement est actif\">Actif :</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Statut connu du patient\">Décédé :</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Moyens de contacter le Patient\">Coordonnées</td><td colspan=\"3\"><ul><li>ph: 01 23 24 67 89(Home)</li><li>ph: 01 99 88 77 66(Work)</li><li>ph: 06 80 55 34 33(Mobile)</li><li>367 rue Troussier, 45100 Orléans, France(home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Contact du patient\">Contact :</td><td colspan=\"3\"><ul><li>Marie Durand </li><li>Relations :<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></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Ambléon </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Précision sur le degré de fiabilité de l'identité du patient (si provisoire, validé... avec la justification : quelle type de pièce d'identité ?) accompagné de la méthode de collection.#xA;#xD;Reliabilility of the patient's identity\">FR Core Patient Ident Reliability Extension:</td><td colspan=\"3\"><ul><li>identityStatus: <a href=\"CodeSystem-fr-core-cs-v2-0445.html#fr-core-cs-v2-0445-VALI\">FR Core CodeSystem v2-0445: VALI</a> (Identité validée)</li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/patient-birthPlace>
     ] ;
     fhir:value [
       a fhir:Address ;
       fhir:extension ( [
         fhir:url [
           fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-address-insee-code"^^xsd:anyURI ;
           fhir:l <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-address-insee-code>
         ] ;
         fhir:value [
           a fhir:Coding ;
           fhir:system [
             fhir:v "https://mos.esante.gouv.fr/NOS/TRE_R13-CommuneOM/FHIR/TRE-R13-CommuneOM"^^xsd:anyURI ;
             fhir:l <https://mos.esante.gouv.fr/NOS/TRE_R13-CommuneOM/FHIR/TRE-R13-CommuneOM>
           ] ;
           fhir:code [ fhir:v "01006" ]
         ]
       ] ) ;
       fhir:city [ fhir:v "Ambléon" ]
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "identityStatus"^^xsd:anyURI ;
         fhir:l fhir:identityStatus
       ] ;
       fhir:value [
         a fhir:Coding ;
         fhir:system [
           fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0445"^^xsd:anyURI ;
           fhir:l <https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0445>
         ] ;
         fhir:code [ fhir:v "VALI" ]
       ]
     ] ) ;
     fhir:url [
       fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-identity-reliability"^^xsd:anyURI ;
       fhir:l <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-identity-reliability>
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203"^^xsd:anyURI ;
           fhir:l <https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203>
         ] ;
         fhir:code [ fhir:v "INS-NIR" ]
       ] )
     ] ;
     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 "123456789012244" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-list-given-name"^^xsd:anyURI ;
         fhir:l <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-list-given-name>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Pierre Yves"
       ]
     ] ) ;
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Durand" ] ;
     fhir:given ( [ fhir:v "Pierre" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "01 23 24 67 89" ] ;
     fhir:use [ fhir:v "home" ]
  ] [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "01 99 88 77 66" ] ;
     fhir:use [ fhir:v "work" ] ;
     fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
  ] [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "06 80 55 34 33" ] ;
     fhir:use [ fhir:v "mobile" ] ;
     fhir:rank [ fhir:v "2"^^xsd:positiveInteger ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1974-12-25"^^xsd:date] ; # 
  fhir:deceased [
     a fhir:Boolean ;
     fhir:v false
  ] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:type [ fhir:v "both" ] ;
     fhir:text [ fhir:v "367 rue Troussier, 45100 Orléans, France" ] ;
     fhir:line ( [ fhir:v "367 rue Troussier" ] ) ;
     fhir:city [ fhir:v "Orléans" ] ;
     fhir:postalCode [ fhir:v "45100" ] ;
     fhir:period [
       fhir:start [ fhir:v "2018-06-01"^^xsd:date ]
     ]
  ] ) ; # 
  fhir:contact ( [
     fhir:relationship ( [
       fhir:extension ( [
         fhir:url [
           fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-contact-relationship-category"^^xsd:anyURI ;
           fhir:l <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-contact-relationship-category>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "role"
         ]
       ] ) ;
       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:extension ( [
         fhir:url [
           fhir:v "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-contact-relationship-category"^^xsd:anyURI ;
           fhir:l <https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-contact-relationship-category>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "relationType"
         ]
       ] ) ;
       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:family [ fhir:v "Durand" ] ;
       fhir:given ( [ fhir:v "Marie" ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

