@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-dm/Patient/8f005d60-b59b-47f7-b04a-f877378f8d68> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "8f005d60-b59b-47f7-b04a-f877378f8d68"] ; # 
  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 8f005d60-b59b-47f7-b04a-f877378f8d68</b></p><a name=\"8f005d60-b59b-47f7-b04a-f877378f8d68\"> </a><a name=\"hc8f005d60-b59b-47f7-b04a-f877378f8d68\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">john doe Male, Date de Naissance :1948-07-16 ( NIR définitif (use: official, ))</p><hr/></div>"^^rdf:XMLLiteral ]
  ] ; # 
  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 "1234567890123" ]
  ] ) ; # 
  fhir:name ( [
     fhir:text [ fhir:v "john doe" ] ;
     fhir:family [ fhir:v "doe" ] ;
     fhir:given ( [ fhir:v "john" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1948-07-16"^^xsd:date] . # 

# -------------------------------------------------------------------------------------

