Advance Care Planning (PZP) STU3
1.0.0 - release International flag

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

: Example Practitioner - ACP-HealthProfessional-Practitioner-DrVanHuissen-Pat1

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Practitioner/ACP-HealthProfessional-Practitioner-DrVanHuissen-Pat1> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ACP-HealthProfessional-Practitioner-DrVanHuissen-Pat1"] ; # 
  fhir:meta [
     fhir:profile ( [ fhir:v "https://api.iknl.nl/docs/pzp/stu3/StructureDefinition/ACP-HealthProfessional-Practitioner"^^xsd:anyURI ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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>Generated Narrative: Practitioner ACP-HealthProfessional-Practitioner-DrVanHuissen-Pat1</b></p><a name=\"ACP-HealthProfessional-Practitioner-DrVanHuissen-Pat1\"> </a><a name=\"hcACP-HealthProfessional-Practitioner-DrVanHuissen-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-HealthProfessional-Practitioner.html\">ACP HealthProfessional Practitioner</a></p></div><p><b>identifier</b>: Vektis AGB-z zorgverlener tabel/000002222</p><p><b>name</b>: Marleen van Huissen(Official), Marleen </p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/agb-z"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "000002222" ]
  ] ) ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:text [ fhir:v "Marleen van Huissen" ] ;
     fhir:family [
       fhir:v "van Huissen" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "van"
         ]
       ] [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Huissen"
         ]
       ] )
     ]
  ] [
     fhir:use [ fhir:v "usual" ] ;
     fhir:given ( [ fhir:v "Marleen" ] )
  ] ) . #