IKNL PZP STU3
1.0.0-rc1 - consultation International flag

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

: Example RelatedPerson - F1-ACP-ContactPerson-MichielHartman - TTL Representation

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

 a fhir:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "F1-ACP-ContactPerson-MichielHartman"] ; # 
  fhir:meta [
    ( fhir:profile [ fhir:v "https://api.iknl.nl/docs/pzp/stu3/StructureDefinition/ACP-ContactPerson"^^xsd:anyURI ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson F1-ACP-ContactPerson-MichielHartman</b></p><a name=\"F1-ACP-ContactPerson-MichielHartman\"> </a><a name=\"hcF1-ACP-ContactPerson-MichielHartman\"> </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-ContactPerson.html\">ContactPerson</a></p></div><p><b>identifier</b>: Resource identifier/ebe579d0-fda9-4440-ac6c-6afb0b338006</p><p><b>patient</b>: <a href=\"Patient-F1-ACP-Patient-HendrikHartman.html\">Patient, Hendrik Hartman</a></p><p><b>relationship</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.4.3.11.22.472 01}\">Eerste relatie/contactpersoon</span></p><p><b>name</b>: Michiel Hartman(Official), Michiel </p><p><b>telecom</b>: <a href=\"mailto:michiel.hartman@iknl.nl\">michiel.hartman@iknl.nl</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RI" ] ;
fhir:display [ fhir:v "Resource identifier" ]       ] )     ] ;
fhir:system [ fhir:v "https://acme.com/fhir/NamingSystem/resource-business-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ebe579d0-fda9-4440-ac6c-6afb0b338006" ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/F1-ACP-Patient-HendrikHartman" ] ;
fhir:display [ fhir:v "Patient, Hendrik Hartman" ]
  ] ; # 
  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:name ( [
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "NL1"       ]     ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Michiel Hartman" ] ;
fhir:family [
fhir:v "Hartman" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Hartman"         ]       ] )     ] ;
    ( fhir:given [
fhir:v "Michiel" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "BR"         ]       ] )     ] )
  ] [
fhir:use [ fhir:v "usual" ] ;
    ( fhir:given [ fhir:v "Michiel" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "michiel.hartman@iknl.nl" ] ;
fhir:use [ fhir:v "work" ]
  ] ) . #