FHIR Implementatiegids voor de Nederlandse Kankerregistratie
1.2.2 - release

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

: ncr-medadm - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ncr-medadm"] ; # 
  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_ATC" ]     ] )
  ] ; # 
  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/MedicationAdministration/medication-administration-1"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhir.example.org/MedicationAdministration/medication-administration-1> )
  ] [
fhir:fullUrl [ fhir:v "https://fhir.example.org/Medication/medication-1"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhir.example.org/Medication/medication-1> )
  ] [
fhir:fullUrl [ fhir:v "https://fhir.example.org/MedicationRequest/medication-request-1"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhir.example.org/MedicationRequest/medication-request-1> )
  ] [
fhir:fullUrl [ fhir:v "https://fhir.example.org/MedicationAdministration/medication-administration-2"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhir.example.org/MedicationAdministration/medication-administration-2> )
  ] [
fhir:fullUrl [ fhir:v "https://fhir.example.org/Medication/medication-2"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhir.example.org/Medication/medication-2> )
  ] [
fhir:fullUrl [ fhir:v "https://fhir.example.org/MedicationRequest/medication-request-2"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhir.example.org/MedicationRequest/medication-request-2> )
  ] [
fhir:fullUrl [ fhir:v "https://fhir.example.org/EpisodeOfCare/episode-of-care-2"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhir.example.org/EpisodeOfCare/episode-of-care-2> )
  ] [
fhir:fullUrl [ fhir:v "https://fhir.example.org/Patient/patient-2"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhir.example.org/Patient/patient-2> )
  ] [
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/Condition/encounter-diagnosis-2"^^xsd:anyURI ] ;
    ( fhir:resource <https://fhir.example.org/Condition/encounter-diagnosis-2> )
  ] ) . # 

<https://fhir.example.org/MedicationAdministration/medication-administration-1> a fhir:MedicationAdministration ;
  fhir:id [ fhir:v "medication-administration-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication-administration"^^xsd:anyURI ;
fhir:link <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication-administration>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationAdministration_medication-administration-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration medication-administration-1</b></p><a name=\"medication-administration-1\"> </a><a name=\"hcmedication-administration-1\"> </a><a name=\"medication-administration-1-en-US\"> </a><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 18629005}\">Medication administration</span></p><p><b>medication</b>: <a href=\"Bundle-ncr-medadm.html#https-//fhir.example.org/Medication/medication-1\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>subject</b>: <a href=\"Bundle-ncr-chir.html#https-//fhir.example.org/Patient/patient-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>context</b>: <a href=\"Bundle-ncr-chir.html#https-//fhir.example.org/EpisodeOfCare/episode-of-care-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>effective</b>: 2015-01-15 04:30:00+0100</p><p><b>request</b>: <a href=\"Bundle-ncr-medadm.html#https-//fhir.example.org/MedicationRequest/medication-request-1\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
    ( fhir:coding [
a sct:18629005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18629005" ] ;
fhir:display [ fhir:v "Medication administration" ]     ] )
  ] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:link <https://fhir.example.org/Medication/medication-1> ;
fhir:reference [ fhir:v "https://fhir.example.org/Medication/medication-1" ]
  ] ; # 
  fhir:subject [
fhir:link <https://fhir.example.org/Patient/patient-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/Patient/patient-2" ]
  ] ; # 
  fhir:context [
fhir:link <https://fhir.example.org/EpisodeOfCare/episode-of-care-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/EpisodeOfCare/episode-of-care-2" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2015-01-15T04:30:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:request [
fhir:link <https://fhir.example.org/MedicationRequest/medication-request-1> ;
fhir:reference [ fhir:v "https://fhir.example.org/MedicationRequest/medication-request-1" ]
  ] . # 

<https://fhir.example.org/Medication/medication-1> a fhir:Medication ;
  fhir:id [ fhir:v "medication-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication"^^xsd:anyURI ;
fhir:link <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_medication-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication medication-1</b></p><a name=\"medication-1\"> </a><a name=\"hcmedication-1\"> </a><a name=\"medication-1-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc L01DC03}, {urn:oid:2.16.840.1.113883.2.4.4.8 17077788}\">MITOMYCINE</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L01DC03" ] ;
fhir:display [ fhir:v "mitomycin" ]     ] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.4.8"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17077788" ] ;
fhir:display [ fhir:v "MITOMYCINE MEDAC PDR V INTRAVES GEBR 40MG+SV 40ML" ]     ] ) ;
fhir:text [ fhir:v "MITOMYCINE" ]
  ] . # 

<https://fhir.example.org/MedicationRequest/medication-request-1> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "medication-request-1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication-agreement"^^xsd:anyURI ;
fhir:link <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication-agreement>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_medication-request-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest medication-request-1</b></p><a name=\"medication-request-1\"> </a><a name=\"hcmedication-request-1\"> </a><a name=\"medication-request-1-en-US\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 33633005}\">Prescription of drug</span></p><p><b>medication</b>: <a href=\"Bundle-ncr-medadm.html#https-//fhir.example.org/Medication/medication-1\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>subject</b>: <a href=\"Bundle-ncr-chir.html#https-//fhir.example.org/Patient/patient-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>reasonReference</b>: <a href=\"Bundle-ncr-chir.html#https-//fhir.example.org/Condition/encounter-diagnosis-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:33633005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "33633005" ]     ] )
  ] ) ; # 
  fhir:medication [
a fhir:Reference ;
fhir:link <https://fhir.example.org/Medication/medication-1> ;
fhir:reference [ fhir:v "https://fhir.example.org/Medication/medication-1" ]
  ] ; # 
  fhir:subject [
fhir:link <https://fhir.example.org/Patient/patient-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/Patient/patient-2" ]
  ] ; # 
  fhir:reasonReference ( [
fhir:link <https://fhir.example.org/Condition/encounter-diagnosis-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/Condition/encounter-diagnosis-2" ]
  ] ) . # 

<https://fhir.example.org/MedicationAdministration/medication-administration-2> a fhir:MedicationAdministration ;
  fhir:id [ fhir:v "medication-administration-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication-administration"^^xsd:anyURI ;
fhir:link <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication-administration>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationAdministration_medication-administration-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration medication-administration-2</b></p><a name=\"medication-administration-2\"> </a><a name=\"hcmedication-administration-2\"> </a><a name=\"medication-administration-2-en-US\"> </a><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 18629005}\">Medication administration</span></p><p><b>medication</b>: <a href=\"Bundle-ncr-medadm.html#https-//fhir.example.org/Medication/medication-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>subject</b>: <a href=\"Bundle-ncr-chir.html#https-//fhir.example.org/Patient/patient-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>context</b>: <a href=\"Bundle-ncr-chir.html#https-//fhir.example.org/EpisodeOfCare/episode-of-care-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>effective</b>: 2015-01-15 04:30:00+0100</p><p><b>request</b>: <a href=\"Bundle-ncr-medadm.html#https-//fhir.example.org/MedicationRequest/medication-request-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:category [
    ( fhir:coding [
a sct:18629005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "18629005" ] ;
fhir:display [ fhir:v "Medication administration" ]     ] )
  ] ; # 
  fhir:medication [
a fhir:Reference ;
fhir:link <https://fhir.example.org/Medication/medication-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/Medication/medication-2" ]
  ] ; # 
  fhir:subject [
fhir:link <https://fhir.example.org/Patient/patient-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/Patient/patient-2" ]
  ] ; # 
  fhir:context [
fhir:link <https://fhir.example.org/EpisodeOfCare/episode-of-care-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/EpisodeOfCare/episode-of-care-2" ]
  ] ; # 
  fhir:effective [
a fhir:dateTime ;
fhir:v "2015-01-15T04:30:00+01:00"^^xsd:dateTime
  ] ; # 
  fhir:request [
fhir:link <https://fhir.example.org/MedicationRequest/medication-request-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/MedicationRequest/medication-request-2" ]
  ] . # 

<https://fhir.example.org/Medication/medication-2> a fhir:Medication ;
  fhir:id [ fhir:v "medication-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication"^^xsd:anyURI ;
fhir:link <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Medication_medication-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Medication medication-2</b></p><a name=\"medication-2\"> </a><a name=\"hcmedication-2\"> </a><a name=\"medication-2-en-US\"> </a><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc L01DC03}, {urn:oid:2.16.840.1.113883.2.4.4.8 17077788}\">MITOMYCINE</span></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "L01DC03" ] ;
fhir:display [ fhir:v "mitomycin" ]     ] [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.4.8"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17077788" ] ;
fhir:display [ fhir:v "MITOMYCINE MEDAC PDR V INTRAVES GEBR 40MG+SV 40ML" ]     ] ) ;
fhir:text [ fhir:v "MITOMYCINE" ]
  ] . # 

<https://fhir.example.org/MedicationRequest/medication-request-2> a fhir:MedicationRequest ;
  fhir:id [ fhir:v "medication-request-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication-agreement"^^xsd:anyURI ;
fhir:link <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-medication-agreement>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationRequest_medication-request-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest medication-request-2</b></p><a name=\"medication-request-2\"> </a><a name=\"hcmedication-request-2\"> </a><a name=\"medication-request-2-en-US\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 33633005}\">Prescription of drug</span></p><p><b>medication</b>: <a href=\"Bundle-ncr-medadm.html#https-//fhir.example.org/Medication/medication-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>subject</b>: <a href=\"Bundle-ncr-chir.html#https-//fhir.example.org/Patient/patient-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>reasonReference</b>: <a href=\"Bundle-ncr-chir.html#https-//fhir.example.org/Condition/encounter-diagnosis-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:category ( [
    ( fhir:coding [
a sct:33633005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "33633005" ]     ] )
  ] ) ; # 
  fhir:medication [
a fhir:Reference ;
fhir:link <https://fhir.example.org/Medication/medication-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/Medication/medication-2" ]
  ] ; # 
  fhir:subject [
fhir:link <https://fhir.example.org/Patient/patient-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/Patient/patient-2" ]
  ] ; # 
  fhir:reasonReference ( [
fhir:link <https://fhir.example.org/Condition/encounter-diagnosis-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/Condition/encounter-diagnosis-2" ]
  ] ) . # 

<https://fhir.example.org/EpisodeOfCare/episode-of-care-2> a fhir:EpisodeOfCare ;
  fhir:id [ fhir:v "episode-of-care-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-episode-of-care"^^xsd:anyURI ;
fhir:link <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-episode-of-care>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"EpisodeOfCare_episode-of-care-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: EpisodeOfCare episode-of-care-2</b></p><a name=\"episode-of-care-2\"> </a><a name=\"hcepisode-of-care-2\"> </a><a name=\"episode-of-care-2-en-US\"> </a><p><b>status</b>: Active</p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Condition</b></td><td><b>Role</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Bundle-ncr-chir.html#Condition_encounter-diagnosis-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role billing}\">Billing</span></td></tr></table><p><b>patient</b>: <a href=\"Bundle-ncr-chir.html#https-//fhir.example.org/Patient/patient-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>managingOrganization</b>: <a href=\"Bundle-ncr-chir.html#https-//fhir.example.org/Organization/organization-1\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>period</b>: 2019-12-19 --&gt; (ongoing)</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:diagnosis ( [
fhir:condition [
fhir:reference [ fhir:v "Condition/encounter-diagnosis-2" ]     ] ;
fhir:role [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/diagnosis-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "billing" ]       ] )     ]
  ] ) ; # 
  fhir:patient [
fhir:link <https://fhir.example.org/Patient/patient-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/Patient/patient-2" ]
  ] ; # 
  fhir:managingOrganization [
fhir:link <https://fhir.example.org/Organization/organization-1> ;
fhir:reference [ fhir:v "https://fhir.example.org/Organization/organization-1" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2019-12-19"^^xsd:date ]
  ] . # 

<https://fhir.example.org/Patient/patient-2> a fhir:Patient ;
  fhir:id [ fhir:v "patient-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-patient"^^xsd:anyURI ;
fhir:link <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-2</b></p><a name=\"patient-2\"> </a><a name=\"hcpatient-2\"> </a><a name=\"patient-2-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">L van Agtmaal (official) Female, DoB: 1995-10-26 ( Medical record number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">9202JR NL </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 "009999117" ] ;
fhir:assigner [
fhir:link <https://fhir.example.org/Organization/organization-1> ;
fhir:reference [ fhir:v "https://fhir.example.org/Organization/organization-1" ]     ]
  ] ) ; # 
  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:family [
fhir:v "van Agtmaal" ;
      ( 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 "Agtmaal"         ]       ] )     ] ;
    ( fhir:given [
fhir:v "L" ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "IN"         ]       ] )     ] )
  ] ) ; # 
  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:birthDate [ fhir:v "1995-10-26"^^xsd:date] ; # 
  fhir:address ( [
fhir:postalCode [ fhir:v "9202JR" ] ;
fhir:country [
fhir:v "NL" ;
      ( 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:code [ fhir:v "NL" ]           ] )         ]       ] )     ]
  ] ) . # 

<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/Condition/encounter-diagnosis-2> a fhir:Condition ;
  fhir:id [ fhir:v "encounter-diagnosis-2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-condition"^^xsd:anyURI ;
fhir:link <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-condition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_encounter-diagnosis-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition encounter-diagnosis-2</b></p><a name=\"encounter-diagnosis-2\"> </a><a name=\"hcencounter-diagnosis-2\"> </a><a name=\"encounter-diagnosis-2-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}\">Encounter Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-nl C85.9}\">C85.9</span></p><p><b>subject</b>: <a href=\"Bundle-ncr-chir.html#https-//fhir.example.org/Patient/patient-2\">Bundle: type = collection; timestamp = 2023-01-01 14:49:45+0000</a></p><p><b>recordedDate</b>: 2019-12-19</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "encounter-diagnosis" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-nl"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C85.9" ]     ] )
  ] ; # 
  fhir:subject [
fhir:link <https://fhir.example.org/Patient/patient-2> ;
fhir:reference [ fhir:v "https://fhir.example.org/Patient/patient-2" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2019-12-19"^^xsd:date] . #