@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://nictiz.nl/fhir/Patient/nl-core-Patient-01> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nl-core-Patient-01"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"^^xsd:anyURI ;
       fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jo </b> female, DoB: 1934-04-28 ( id: 111222333)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus D}\">Divorced</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Known multipleBirth status of Patient\">Multiple Birth:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Johanna Petronella Maria (Jo) van Putten-van der Giessen(OFFICIAL)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"tel:+31611234567\">+31611234567</a></li><li><a href=\"mailto:giesput@myweb.nl\">giesput@myweb.nl</a></li><li>1e Jacob van Campenstr 15 Hoogmade 1012 NX Nederland (HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes: {urn:oid:1.0.639.1 nl}\">Nederlands</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact</td><td colspan=\"3\"><ul><li>J.P.M. van Putten-van der Giessen(OFFICIAL)</li><li>Relationships: <span title=\"Codes: {urn:oid:2.16.840.1.113883.2.4.3.11.22.472 01}\">Eerste relatie/contactpersoon</span>, <span title=\"Codes: {urn:oid:2.16.840.1.113883.2.4.3.11.22.472 07}\">Hulpverlener</span></li><li>1e Jacob van Campenstr 15 Hoogmade 1012 NX Nederland (HOME)</li><li><a href=\"tel:+31611234567\">+31611234567</a></li><li><a href=\"mailto:giesput@myweb.nl\">giesput@myweb.nl</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The nationality of the patient.\">nationality:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes: {urn:oid:2.16.840.1.113883.2.4.4.16.32 0001}\">Nederlandse</span></li></ul></td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-nationality"^^xsd:anyURI ] ;
     fhir:extension ( [
       fhir:url [ fhir:v "code"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.4.16.32"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "0001" ] ;
           fhir:display [ fhir:v "Nederlandse" ]
         ] )
       ]
     ] )
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/bsn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "111222333" ]
  ] ) ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:text [ fhir:v "Johanna Petronella Maria (Jo) van Putten-van der Giessen" ] ;
     fhir:family [
       fhir:v "van Putten-van der Giessen" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "van" ]
       ] [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "Putten" ]
       ] [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "van der" ]
       ] [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-partner-name"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "Giessen" ]
       ] )
     ] ;
     fhir:given ( [
       fhir:v "Johanna" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "BR" ]
       ] )
     ] [
       fhir:v "Petronella" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "BR" ]
       ] )
     ] [
       fhir:v "Maria" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "BR" ]
       ] )
     ] )
  ] [
     fhir:use [ fhir:v "usual" ] ;
     fhir:given ( [ fhir:v "Jo" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [
       fhir:v "phone" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-AddressUse"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "MC" ] ;
             fhir:display [ fhir:v "Mobile Phone" ]
           ] )
         ]
       ] )
     ] ;
     fhir:value [ fhir:v "+31611234567" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "giesput@myweb.nl" ] ;
     fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:gender [
     fhir:v "female" ;
     fhir:extension ( [
       fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "F" ] ;
           fhir:display [ fhir:v "Female" ]
         ] )
       ]
     ] )
  ] ; # 
  fhir:birthDate [ fhir:v "1934-04-28"^^xsd:date] ; # 
  fhir:deceased [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:address ( [
     fhir:extension ( [
       fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-AddressUse"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "HP" ] ;
           fhir:display [ fhir:v "Primary Home" ]
         ] )
       ]
     ] ) ;
     fhir:use [ fhir:v "home" ] ;
     fhir:type [ fhir:v "both" ] ;
     fhir:line ( [
       fhir:v "1e Jacob van Campenstr 15" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "1e Jacob van Campenstr" ]
       ] [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
         fhir:value [ fhir:v "15" ]
       ] )
     ] ) ;
     fhir:city [ fhir:v "Hoogmade" ] ;
     fhir:district [ fhir:v "Kaag en Braassem" ] ;
     fhir:postalCode [ fhir:v "1012 NX" ] ;
     fhir:country [
       fhir:v "Nederland" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
             fhir:version [ fhir:v "2020-10-26T00:00:00" ] ;
             fhir:code [ fhir:v "NL" ] ;
             fhir:display [ fhir:v "Nederland" ]
           ] )
         ]
       ] )
     ]
  ] ) ; # 
  fhir:maritalStatus [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "D" ] ;
       fhir:display [ fhir:v "Divorced" ]
     ] )
  ] ; # 
  fhir:multipleBirth [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:contact ( [
     fhir:relationship ( [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.22.472"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "01" ] ;
         fhir:display [ fhir:v "Eerste relatie/contactpersoon" ]
       ] )
     ] [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.22.472"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "07" ] ;
         fhir:display [ fhir:v "Hulpverlener" ]
       ] )
     ] ) ;
     fhir:name [
       fhir:use [ fhir:v "official" ] ;
       fhir:text [ fhir:v "J.P.M. van Putten-van der Giessen" ] ;
       fhir:family [
         fhir:v "van Putten-van der Giessen" ;
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"^^xsd:anyURI ] ;
           fhir:value [ fhir:v "van" ]
         ] [
           fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
           fhir:value [ fhir:v "Putten" ]
         ] [
           fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-partner-prefix"^^xsd:anyURI ] ;
           fhir:value [ fhir:v "van der" ]
         ] [
           fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-partner-name"^^xsd:anyURI ] ;
           fhir:value [ fhir:v "Giessen" ]
         ] )
       ] ;
       fhir:given ( [
         fhir:v "J." ;
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
           fhir:value [ fhir:v "IN" ]
         ] )
       ] [
         fhir:v "P." ;
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
           fhir:value [ fhir:v "IN" ]
         ] )
       ] [
         fhir:v "M." ;
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
           fhir:value [ fhir:v "IN" ]
         ] )
       ] )
     ] ;
     fhir:telecom ( [
       fhir:system [
         fhir:v "phone" ;
         fhir:extension ( [
           fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:CodeableConcept ;
             fhir:coding ( [
               fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-AddressUse"^^xsd:anyURI ] ;
               fhir:code [ fhir:v "MC" ] ;
               fhir:display [ fhir:v "Mobile Phone" ]
             ] )
           ]
         ] )
       ] ;
       fhir:value [ fhir:v "+31611234567" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "giesput@myweb.nl" ] ;
       fhir:use [ fhir:v "work" ]
     ] ) ;
     fhir:address [
       fhir:extension ( [
         fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-AddressInformation.AddressType"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:CodeableConcept ;
           fhir:coding ( [
             fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-AddressUse"^^xsd:anyURI ] ;
             fhir:code [ fhir:v "HP" ] ;
             fhir:display [ fhir:v "Primary Home" ]
           ] )
         ]
       ] ) ;
       fhir:use [ fhir:v "home" ] ;
       fhir:type [ fhir:v "both" ] ;
       fhir:line ( [
         fhir:v "1e Jacob van Campenstr 15" ;
         fhir:extension ( [
           fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
           fhir:value [ fhir:v "1e Jacob van Campenstr" ]
         ] [
           fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
           fhir:value [ fhir:v "15" ]
         ] )
       ] ) ;
       fhir:city [ fhir:v "Hoogmade" ] ;
       fhir:district [ fhir:v "Kaag en Braassem" ] ;
       fhir:postalCode [ fhir:v "1012 NX" ] ;
       fhir:country [
         fhir:v "Nederland" ;
         fhir:extension ( [
           fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification"^^xsd:anyURI ] ;
           fhir:value [
             a fhir:CodeableConcept ;
             fhir:coding ( [
               fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.4.16.34"^^xsd:anyURI ] ;
               fhir:version [ fhir:v "2020-04-01T00:00:00" ] ;
               fhir:code [ fhir:v "6030" ] ;
               fhir:display [ fhir:v "Nederland" ]
             ] )
           ]
         ] )
       ]
     ]
  ] ) ; # 
  fhir:communication ( [
     fhir:extension ( [
       fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-proficiency"^^xsd:anyURI ] ;
       fhir:extension ( [
         fhir:url [ fhir:v "level"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:Coding ;
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityProficiency"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "G" ] ;
           fhir:display [ fhir:v "Good" ]
         ]
       ] [
         fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:Coding ;
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "RSP" ] ;
           fhir:display [ fhir:v "Received spoken" ]
         ]
       ] )
     ] [
       fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-proficiency"^^xsd:anyURI ] ;
       fhir:extension ( [
         fhir:url [ fhir:v "level"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:Coding ;
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityProficiency"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "F" ] ;
           fhir:display [ fhir:v "Fair" ]
         ]
       ] [
         fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:Coding ;
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "ESP" ] ;
           fhir:display [ fhir:v "Expressed spoken" ]
         ]
       ] )
     ] [
       fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-proficiency"^^xsd:anyURI ] ;
       fhir:extension ( [
         fhir:url [ fhir:v "level"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:Coding ;
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityProficiency"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "G" ] ;
           fhir:display [ fhir:v "Good" ]
         ]
       ] [
         fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:Coding ;
           fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-LanguageAbilityMode"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "RWR" ] ;
           fhir:display [ fhir:v "Received written" ]
         ]
       ] )
     ] [
       fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-Comment"^^xsd:anyURI ] ;
       fhir:value [ fhir:v "Bij gesprek met arts zoon uitnodigen voor vertalen" ]
     ] ) ;
     fhir:language [
       fhir:coding ( [
         fhir:system [ fhir:v "urn:oid:1.0.639.1"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "nl" ] ;
         fhir:display [ fhir:v "Nederlands" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

