Advance Care Planning (PZP)
1.0.0 - release

This page is part of the Advance Care Planning (PZP) (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: ACP Patient - Hendrik Hartman - Pat 1

Raw ttl | Download


@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://hl7.org/fhir/Patient/ACP-Patient-HendrikHartman-Pat1> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ACP-Patient-HendrikHartman-Pat1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-Patient" ;
       fhir:index -1 ;
       fhir:link <https://api.iknl.nl/docs/pzp/r4/StructureDefinition/ACP-Patient>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ACP-Patient-HendrikHartman-Pat1</b></p><a name=\"ACP-Patient-HendrikHartman-Pat1\"> </a><a name=\"hcACP-Patient-HendrikHartman-Pat1\"> </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\">Profile: <a href=\"StructureDefinition-ACP-Patient.html\">ACP Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Hendrik  (no stated gender), DoB: 1961-01-01 ( http://fhir.nl/fhir/NamingSystem/bsn#999911120)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Hendrik Hartman(Official)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>Michiel Hartman(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 24}\">Wettelijke vertegenwoordiger</span>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode BRO}\">brother</span></li><li><a href=\"mailto:michiel.hartman@iknl.nl\">michiel.hartman@iknl.nl</a></li></ul></td></tr></table></div>"
  ] ;
  fhir:Patient.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/bsn" ] ;
     fhir:Identifier.value [ fhir:value "999911120" ]
  ] ;
  fhir:Patient.name [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order" ] ;
       fhir:Extension.valueCode [ fhir:value "NL1" ]
     ] ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "Hendrik Hartman" ] ;
     fhir:HumanName.family [
       fhir:value "Hartman" ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-own-name" ] ;
         fhir:Extension.valueString [ fhir:value "Hartman" ]
       ]
     ] ;
     fhir:HumanName.given [
       fhir:value "Hendrik" ;
       fhir:index -1 ;
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier" ] ;
         fhir:Extension.valueCode [ fhir:value "BR" ]
       ]
     ]
  ], [
     fhir:index -1 ;
     fhir:HumanName.use [ fhir:value "usual" ] ;
     fhir:HumanName.given [
       fhir:value "Hendrik" ;
       fhir:index -1
     ]
  ] ;
  fhir:Patient.birthDate [ fhir:value "1961-01-01"^^xsd:date] ;
  fhir:Patient.contact [
     fhir:index -1 ;
     fhir:Element.extension [
       fhir:index -1 ;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-relatedPerson" ] ;
       fhir:Extension.valueReference [
         fhir:link <http://hl7.org/fhir/RelatedPerson/ACP-ContactPerson-MichielHartman-Pat1> ;
         fhir:Reference.reference [ fhir:value "RelatedPerson/ACP-ContactPerson-MichielHartman-Pat1" ]
       ]
     ] ;
     fhir:Patient.contact.relationship [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.2.4.3.11.22.472" ] ;
         fhir:Coding.code [ fhir:value "01" ] ;
         fhir:Coding.display [ fhir:value "Eerste relatie/contactpersoon" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.2.4.3.11.22.472" ] ;
         fhir:Coding.code [ fhir:value "24" ] ;
         fhir:Coding.display [ fhir:value "Wettelijke vertegenwoordiger" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:CodeableConcept.coding [
         fhir:index -1 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
         fhir:Coding.code [ fhir:value "BRO" ] ;
         fhir:Coding.display [ fhir:value "brother" ]
       ]
     ] ;
     fhir:Patient.contact.name [
       fhir:Element.extension [
         fhir:index -1 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order" ] ;
         fhir:Extension.valueCode [ fhir:value "NL1" ]
       ] ;
       fhir:HumanName.use [ fhir:value "official" ] ;
       fhir:HumanName.text [ fhir:value "Michiel Hartman" ] ;
       fhir:HumanName.family [
         fhir:value "Hartman" ;
         fhir:Element.extension [
           fhir:index -1 ;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/humanname-own-name" ] ;
           fhir:Extension.valueString [ fhir:value "Hartman" ]
         ]
       ] ;
       fhir:HumanName.given [
         fhir:value "Michiel" ;
         fhir:index -1 ;
         fhir:Element.extension [
           fhir:index -1 ;
           fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier" ] ;
           fhir:Extension.valueCode [ fhir:value "BR" ]
         ]
       ]
     ] ;
     fhir:Patient.contact.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "michiel.hartman@iknl.nl" ] ;
       fhir:ContactPoint.use [ fhir:value "work" ]
     ]
  ] .

<http://hl7.org/fhir/RelatedPerson/ACP-ContactPerson-MichielHartman-Pat1> a fhir:RelatedPerson .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Patient/ACP-Patient-HendrikHartman-Pat1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Patient/ACP-Patient-HendrikHartman-Pat1.ttl> .