FHIR Implementatiegids voor de Nederlandse Kankerregistratie - Local Development build (v1.2.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: opt-out - 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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "opt-out"] ; #
fhir:meta [
( fhir:tag [
fhir:system [ fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/NamingSystem/processing-target"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NKR_ODIA" ] ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:timestamp [ fhir:v "2023-01-01T14:49:45.6439747Z"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://fhir.example.org/Organization/organization-1"^^xsd:anyURI ] ;
( fhir:resource <https://fhir.example.org/Organization/organization-1> )
] [
fhir:fullUrl [ fhir:v "https://fhir.example.org/Patient/opt-out-patient"^^xsd:anyURI ] ;
( fhir:resource <https://fhir.example.org/Patient/opt-out-patient> )
] ) . #
<https://fhir.example.org/Organization/organization-1> a fhir:Organization ;
fhir:id [ fhir:v "organization-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-healthcare-provider"^^xsd:anyURI ;
fhir:link <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-healthcare-provider> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_organization-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization organization-1</b></p><a name=\"organization-1\"> </a><a name=\"hcorganization-1\"> </a><a name=\"organization-1-en-US\"> </a><p><b>identifier</b>: <code>http://fhir.nl/fhir/NamingSystem/agb-z</code>/06010001</p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/agb-z"^^xsd:anyURI ] ;
fhir:value [ fhir:v "06010001" ]
] ) . #
<https://fhir.example.org/Patient/opt-out-patient> a fhir:Patient ;
fhir:id [ fhir:v "opt-out-patient"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_opt-out-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient opt-out-patient</b></p><a name=\"opt-out-patient\"> </a><a name=\"hcopt-out-patient\"> </a><a name=\"opt-out-patient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown ( Medical record number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">false</td></tr></table></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 "MR" ] ] ) ] ;
fhir:value [ fhir:v "009999115" ] ;
fhir:assigner [
fhir:link <https://fhir.example.org/Organization/organization-1> ;
fhir:reference [ fhir:v "https://fhir.example.org/Organization/organization-1" ] ]
] ) ; #
fhir:active [ fhir:v "false"^^xsd:boolean] . #