Netherlands - Generic Functions for data exchange Implementation Guide
0.3.0 - ci-build
Netherlands - Generic Functions for data exchange Implementation Guide, published by Stichting Nuts. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nuts-foundation/nl-generic-functions-ig/ and changes regularly. 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/phi-org3> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "phi-org3"] ;
fhir:Bundle.type [ fhir:value "transaction"] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d" ] ;
fhir:Bundle.entry.resource <urn:uuid:96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d> ;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ;
fhir:Bundle.entry.request.url [ fhir:value "Patient/96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d" ]
]
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:8732d369-7759-447b-af01-f3e0c601b452" ] ;
fhir:Bundle.entry.resource <urn:uuid:8732d369-7759-447b-af01-f3e0c601b452> ;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ;
fhir:Bundle.entry.request.url [ fhir:value "MedicationStatement/8732d369-7759-447b-af01-f3e0c601b452" ]
]
], [
fhir:index 2 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:bd8f360a-7bf2-4b65-9202-f3c092525492" ] ;
fhir:Bundle.entry.resource <urn:uuid:bd8f360a-7bf2-4b65-9202-f3c092525492> ;
fhir:Bundle.entry.request [
fhir:Bundle.entry.request.method [ fhir:value "PUT" ] ;
fhir:Bundle.entry.request.url [ fhir:value "CareTeam/bd8f360a-7bf2-4b65-9202-f3c092525492" ]
]
] .
<urn:uuid:96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d> a fhir:Patient ;
fhir:Resource.id [ fhir:value "96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient" ;
fhir:index 0 ;
fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d</b></p><a name=\"96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d\"> </a><a name=\"hc96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d\"> </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=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.4&canonical=http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient\">nl core Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jaantje Merkens Female, DoB: 1950-02-26 ( http://organization3.example.org/EHR/patients#126)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>http://fhir.nl/fhir/NamingSystem/bsn</code>/111222333</li><li><code>https://cp3-test.example.org/Patient</code>/96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+31612345678\">+31612345678</a></li><li><a href=\"mailto:j.merkens@bigtech.com\">j.merkens@bigtech.com</a></li><li>Kerkstraat 18 Ulft 7071 WZ </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-3e799075-63a2-4a4c-913d-a91b8198463d.html\">Organization 1</a></li></ul></td></tr></table></div>"
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "http://organization3.example.org/EHR/patients" ] ;
fhir:Identifier.value [ fhir:value "126" ]
], [
fhir:index 1 ;
fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/bsn" ] ;
fhir:Identifier.value [ fhir:value "111222333" ]
], [
fhir:index 2 ;
fhir:Identifier.system [ fhir:value "https://cp3-test.example.org/Patient" ] ;
fhir:Identifier.value [ fhir:value "96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d" ] ;
fhir:Identifier.assigner [
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
fhir:Coding.code [ fhir:value "author" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
fhir:Identifier.value [ fhir:value "33333333" ]
]
]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.family [ fhir:value "Merkens" ] ;
fhir:HumanName.given [
fhir:value "Jaantje" ;
fhir:index 0
]
] ;
fhir:Patient.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+31612345678" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "j.merkens@bigtech.com" ]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1950-02-26"^^xsd:date] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Address.line [
fhir:value "Kerkstraat 18" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "Ulft" ] ;
fhir:Address.postalCode [ fhir:value "7071 WZ" ]
] ;
fhir:Patient.managingOrganization [
fhir:link <http://hl7.org/fhir/Organization/3e799075-63a2-4a4c-913d-a91b8198463d> ;
fhir:Reference.reference [ fhir:value "Organization/3e799075-63a2-4a4c-913d-a91b8198463d" ] ;
fhir:Reference.display [ fhir:value "Organization 1" ]
] .
<http://hl7.org/fhir/Organization/3e799075-63a2-4a4c-913d-a91b8198463d> a fhir:Organization .
<urn:uuid:8732d369-7759-447b-af01-f3e0c601b452> a fhir:MedicationStatement ;
fhir:Resource.id [ fhir:value "8732d369-7759-447b-af01-f3e0c601b452"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationStatement_8732d369-7759-447b-af01-f3e0c601b452\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement 8732d369-7759-447b-af01-f3e0c601b452</b></p><a name=\"8732d369-7759-447b-af01-f3e0c601b452\"> </a><a name=\"hc8732d369-7759-447b-af01-f3e0c601b452\"> </a><p><b>identifier</b>: <code>https://cp3-test.example.org/MedicationStatement</code>/8732d369-7759-447b-af01-f3e0c601b452</p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc L04AA32}\">apremilast</span></p><p><b>subject</b>: <a href=\"Bundle-phi-org3.html#Patient_96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d\">Jaantje Merkens Female, DoB: 1950-02-26 ( http://organization3.example.org/EHR/patients#126)</a></p><p><b>dateAsserted</b>: 2024-10-03</p><p><b>informationSource</b>: <a href=\"PractitionerRole-d60525bd-5caf-4437-8f4b-4156300a27de.html\">PractitionerRole Klinisch geriater</a></p><blockquote><p><b>dosage</b></p><p><b>text</b>: 10 mg orally every 4 hours</p><p><b>timing</b>: 6 per 1 day</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>10 mg</td></tr></table></blockquote></div>"
] ;
fhir:MedicationStatement.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://cp3-test.example.org/MedicationStatement" ] ;
fhir:Identifier.value [ fhir:value "8732d369-7759-447b-af01-f3e0c601b452" ] ;
fhir:Identifier.assigner [
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
fhir:Coding.code [ fhir:value "author" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
fhir:Identifier.value [ fhir:value "33333333" ]
]
]
] ;
fhir:MedicationStatement.status [ fhir:value "active"] ;
fhir:MedicationStatement.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
fhir:Coding.code [ fhir:value "L04AA32" ] ;
fhir:Coding.display [ fhir:value "apremilast" ]
]
] ;
fhir:MedicationStatement.subject [
fhir:link <http://hl7.org/fhir/Patient/96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d> ;
fhir:Reference.reference [ fhir:value "Patient/96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d" ]
] ;
fhir:MedicationStatement.dateAsserted [ fhir:value "2024-10-03"^^xsd:date] ;
fhir:MedicationStatement.informationSource [
fhir:link <http://hl7.org/fhir/PractitionerRole/d60525bd-5caf-4437-8f4b-4156300a27de> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/d60525bd-5caf-4437-8f4b-4156300a27de" ]
] ;
fhir:MedicationStatement.dosage [
fhir:index 0 ;
fhir:Dosage.text [ fhir:value "10 mg orally every 4 hours" ] ;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.frequency [ fhir:value "6"^^xsd:positiveInteger ] ;
fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
]
] ;
fhir:Dosage.doseAndRate [
fhir:index 0 ;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mg" ]
]
]
] .
<http://hl7.org/fhir/Patient/96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d> a fhir:Patient .
<http://hl7.org/fhir/PractitionerRole/d60525bd-5caf-4437-8f4b-4156300a27de> a fhir:PractitionerRole .
<urn:uuid:bd8f360a-7bf2-4b65-9202-f3c092525492> a fhir:CareTeam ;
fhir:Resource.id [ fhir:value "bd8f360a-7bf2-4b65-9202-f3c092525492"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"CareTeam_bd8f360a-7bf2-4b65-9202-f3c092525492\"> </a><p class=\"res-header-id\"><b>Generated Narrative: CareTeam bd8f360a-7bf2-4b65-9202-f3c092525492</b></p><a name=\"bd8f360a-7bf2-4b65-9202-f3c092525492\"> </a><a name=\"hcbd8f360a-7bf2-4b65-9202-f3c092525492\"> </a><p><b>identifier</b>: <code>https://cp3-test.example.org/CareTeam</code>/bd8f360a-7bf2-4b65-9202-f3c092525492</p><blockquote><p><b>participant</b></p><p><b>member</b>: <a href=\"Bundle-phi-org3.html#Patient_96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d\">Jaantje Merkens Female, DoB: 1950-02-26 ( http://organization3.example.org/EHR/patients#126)</a></p><p><b>period</b>: 2024-08-27 --> (ongoing)</p></blockquote><blockquote><p><b>participant</b></p><p><b>member</b>: <a href=\"PractitionerRole-d60525bd-5caf-4437-8f4b-4156300a27de.html\">PractitionerRole Klinisch geriater</a></p><p><b>period</b>: 2024-08-27 --> (ongoing)</p></blockquote><blockquote><p><b>participant</b></p><p><b>member</b>: <a href=\"Organization-3e799075-63a2-4a4c-913d-a91b8198463d.html\">Organization example Care Institution</a></p><p><b>period</b>: 2024-08-27 --> (ongoing)</p></blockquote></div>"
] ;
fhir:CareTeam.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://cp3-test.example.org/CareTeam" ] ;
fhir:Identifier.value [ fhir:value "bd8f360a-7bf2-4b65-9202-f3c092525492" ] ;
fhir:Identifier.assigner [
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/provenance-participant-type" ] ;
fhir:Coding.code [ fhir:value "author" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
fhir:Identifier.value [ fhir:value "33333333" ]
]
]
] ;
fhir:CareTeam.participant [
fhir:index 0 ;
fhir:CareTeam.participant.member [
fhir:link <http://hl7.org/fhir/Patient/96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d> ;
fhir:Reference.reference [ fhir:value "Patient/96e7aa36-6d66-4a9e-bf6b-245d97d8ec1d" ]
] ;
fhir:CareTeam.participant.period [
fhir:Period.start [ fhir:value "2024-08-27"^^xsd:date ]
]
], [
fhir:index 1 ;
fhir:CareTeam.participant.member [
fhir:link <http://hl7.org/fhir/PractitionerRole/d60525bd-5caf-4437-8f4b-4156300a27de> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/d60525bd-5caf-4437-8f4b-4156300a27de" ]
] ;
fhir:CareTeam.participant.period [
fhir:Period.start [ fhir:value "2024-08-27"^^xsd:date ]
]
], [
fhir:index 2 ;
fhir:CareTeam.participant.member [
fhir:link <http://hl7.org/fhir/Organization/3e799075-63a2-4a4c-913d-a91b8198463d> ;
fhir:Reference.reference [ fhir:value "Organization/3e799075-63a2-4a4c-913d-a91b8198463d" ] ;
fhir:Reference.identifier [
fhir:Identifier.system [ fhir:value "http://fhir.nl/fhir/NamingSystem/ura" ] ;
fhir:Identifier.value [ fhir:value "33333333" ]
]
] ;
fhir:CareTeam.participant.period [
fhir:Period.start [ fhir:value "2024-08-27"^^xsd:date ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/phi-org3.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/phi-org3.ttl> .
IG © 2025+ Stichting Nuts. Package fhir.nl.gf#0.3.0 based on FHIR 4.0.1. Generated 2026-07-22
Links: Table of Contents |
QA Report