Nictiz FHIR NL R4 Zib2020 - Local Development build (v0.9.0). See the Directory of published versions
@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 -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "nl-core-TreatmentDirective2-02-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>Piet </b> female, DoB: 1998-12-03 ( id: 999911120)</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 multipleBirth status of Patient\">Multiple Birth:</td><td colspan=\"3\">false</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Jan Pieter Mark (Piet) Pietersen(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 to 15 A 2e Hoogmade 1012 NX Nederland (HOME)</li></ul></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/bsn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "999911120" ]
] ) ; #
fhir:name ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-assembly-order"^^xsd:anyURI ] ;
fhir:value [ fhir:v "NL1" ] ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:text [ fhir:v "Jan Pieter Mark (Piet) Pietersen" ] ;
fhir:family [
fhir:v "Pietersen" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Pietersen" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-partner-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Janssen" ] ] ) ] ;
( fhir:given [
fhir:v "Jan" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "BR" ] ] ) ] [
fhir:v "Pieter" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "BR" ] ] ) ] [
fhir:v "Mark" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "BR" ] ] ) ] ) ;
( fhir:prefix [ fhir:v "Mr." ] )
] [
fhir:use [ fhir:v "usual" ] ;
( fhir:given [ fhir:v "Piet" ] )
] ) ; #
fhir:telecom ( [
( fhir:extension [
fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-Comment"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Tussen 9 en 17" ] ] ) ;
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:use [ fhir:v "work" ]
] [
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 "1998-12-03"^^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 to 15 A 2e" ;
( 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:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-buildingNumberSuffix"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A 2e" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator"^^xsd:anyURI ] ;
fhir:value [ fhir:v "to" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-unitID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Testadres" ] ] ) ] ) ;
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:multipleBirth [ fhir:v "false"^^xsd:boolean] . #
IG © 2023+ HL7NL. Package zibs2020#0.9.0 based on FHIR 4.0.1. Generated 2023-10-17
Links: Table of Contents |
QA Report