@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://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/Patient/ee82429a-e183-409e-bcf6-d01fb7a4d2e3> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ee82429a-e183-409e-bcf6-d01fb7a4d2e3"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-patient"^^xsd:anyURI ;
       fhir:l <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-patient>
     ] )
  ] ; # 
  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 ee82429a-e183-409e-bcf6-d01fb7a4d2e3</b></p><a name=\"ee82429a-e183-409e-bcf6-d01fb7a4d2e3\"> </a><a name=\"hcee82429a-e183-409e-bcf6-d01fb7a4d2e3\"> </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-edsh-patient.html\">Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Camille Simon  Female, Date de Naissance :1945-07-04 ( NIR)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Statut de naissance multiple connu du patient\">Naissance Multiple :</td><td colspan=\"3\">1</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Moyens de contacter le Patient\">Coordonnées</td><td colspan=\"3\">null </td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://interopsante.org/fhir/CodeSystem/fr-v2-0203"^^xsd:anyURI ;
           fhir:l <http://interopsante.org/fhir/CodeSystem/fr-v2-0203>
         ] ;
         fhir:code [ fhir:v "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 "203074521234567" ]
  ] ) ; # 
  fhir:name ( [
     fhir:family [ fhir:v "Simon" ] ;
     fhir:given ( [ fhir:v "Camille" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1945-07-04"^^xsd:date] ; # 
  fhir:address ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-pmsi-code-geo"^^xsd:anyURI ;
         fhir:l <https://aphp.github.io/IG-FHIR-EDSH-SOCLE-COMMUN/StructureDefinition/edsh-pmsi-code-geo>
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "75018"
       ]
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "latitude"^^xsd:anyURI ;
           fhir:l fhir:latitude
         ] ;
         fhir:value [
           a fhir:Decimal ;
           fhir:v 48.8798
         ]
       ] [
         fhir:url [
           fhir:v "longitude"^^xsd:anyURI ;
           fhir:l fhir:longitude
         ] ;
         fhir:value [
           a fhir:Decimal ;
           fhir:v 2.3474
         ]
       ] ) ;
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/geolocation"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/geolocation>
       ]
     ] ) ;
     fhir:line ( [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract>
         ] ;
         fhir:value [
           a fhir:String ;
           fhir:v "751187209"
         ]
       ] )
     ] )
  ] ) ; # 
  fhir:multipleBirth [
     a fhir:Integer ;
     fhir:v 1
  ] . # 

# -------------------------------------------------------------------------------------

