FHIR Implementatiegids voor de Nederlandse Kankerregistratie
1.4.0 - release
FHIR Implementatiegids voor de Nederlandse Kankerregistratie - Local Development build (v1.4.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <https://loinc.org/rdf/> . @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 "gbs-chir"] ; # fhir:meta [ ( fhir:tag [ fhir:system [ fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/NamingSystem/processing-target"^^xsd:anyURI ; fhir:l <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/NamingSystem/processing-target> ] ; fhir:code [ fhir:v "NKR_GBS" ] ] ) ] ; # 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:l <https://fhir.example.org/Organization/organization-1> ] ; ( fhir:resource <https://fhir.example.org/Organization/organization-1> ) ] [ fhir:fullUrl [ fhir:v "https://fhir.example.org/Patient/patient-2"^^xsd:anyURI ; fhir:l <https://fhir.example.org/Patient/patient-2> ] ; ( fhir:resource <https://fhir.example.org/Patient/patient-2> ) ] [ fhir:fullUrl [ fhir:v "https://fhir.example.org/EpisodeOfCare/episode-of-care-2"^^xsd:anyURI ; fhir:l <https://fhir.example.org/EpisodeOfCare/episode-of-care-2> ] ; ( fhir:resource <https://fhir.example.org/EpisodeOfCare/episode-of-care-2> ) ] [ fhir:fullUrl [ fhir:v "https://fhir.example.org/Condition/encounter-diagnosis-2"^^xsd:anyURI ; fhir:l <https://fhir.example.org/Condition/encounter-diagnosis-2> ] ; ( fhir:resource <https://fhir.example.org/Condition/encounter-diagnosis-2> ) ] [ fhir:fullUrl [ fhir:v "https://fhir.example.org/Procedure/procedure-1"^^xsd:anyURI ; fhir:l <https://fhir.example.org/Procedure/procedure-1> ] ; ( fhir:resource <https://fhir.example.org/Procedure/procedure-1> ) ] [ fhir:fullUrl [ fhir:v "https://fhir.example.org/ServiceRequest/lab-service-request-1"^^xsd:anyURI ; fhir:l <https://fhir.example.org/ServiceRequest/lab-service-request-1> ] ; ( fhir:resource <https://fhir.example.org/ServiceRequest/lab-service-request-1> ) ] [ fhir:fullUrl [ fhir:v "https://fhir.example.org/Condition/problem-list-condition-1"^^xsd:anyURI ; fhir:l <https://fhir.example.org/Condition/problem-list-condition-1> ] ; ( fhir:resource <https://fhir.example.org/Condition/problem-list-condition-1> ) ] [ fhir:fullUrl [ fhir:v "https://fhir.example.org/LaboratoryTestResult/laboratory-test-result-1"^^xsd:anyURI ; fhir:l <https://fhir.example.org/LaboratoryTestResult/laboratory-test-result-1> ] ; ( fhir:resource <https://fhir.example.org/LaboratoryTestResult/laboratory-test-result-1> ) ] ) . # <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:l <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-healthcare-provider> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<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><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-ncr-ehr-healthcare-provider.html\">NcrEhrHealthcareProvider</a></p></div><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:l <http://fhir.nl/fhir/NamingSystem/agb-z> ] ; fhir:value [ fhir:v "06010001" ] ] ) . # <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:l <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<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><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-ncr-ehr-patient.html\">NcrEhrPatient</a></p></div><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:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ; fhir:code [ fhir:v "MR" ] ] ) ] ; fhir:value [ fhir:v "009999117" ] ; fhir:assigner [ fhir:l <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:l <http://hl7.org/fhir/StructureDefinition/humanname-assembly-order> ] ; 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:l <http://hl7.org/fhir/StructureDefinition/humanname-own-prefix> ] ; fhir:value [ a fhir:String ; fhir:v "van" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/humanname-own-name> ] ; 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:l <http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier> ] ; 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:l <http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification> ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender> ] ; 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:l <http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification> ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ; fhir:l <urn:iso:std:iso:3166> ] ; fhir:code [ fhir:v "NL" ] ] ) ] ] ) ] ] ) . # <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:l <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-episode-of-care> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<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><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-ncr-ehr-episode-of-care.html\">NcrEhrEpisodeOfCare</a></p></div><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-gbs-chir.html#Condition_encounter-diagnosis-2\">Condition C85.9</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-gbs-chir.html#https-//fhir.example.org/Patient/patient-2\">L van Agtmaal (official) Female, DoB: 1995-10-26 ( Medical record number)</a></p><p><b>managingOrganization</b>: <a href=\"Bundle-gbs-chir.html#https-//fhir.example.org/Organization/organization-1\">Organization: identifier = http://fhir.nl/fhir/NamingSystem/agb-z#06010001</a></p><p><b>period</b>: 2019-12-19 --> (ongoing)</p></div>"^^rdf:XMLLiteral ] ] ; # fhir:status [ fhir:v "active"] ; # fhir:diagnosis ( [ fhir:condition [ fhir:l fhir:Condition/encounter-diagnosis-2 ; 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:l <http://terminology.hl7.org/CodeSystem/diagnosis-role> ] ; fhir:code [ fhir:v "billing" ] ] ) ] ] ) ; # fhir:patient [ fhir:l <https://fhir.example.org/Patient/patient-2> ; fhir:reference [ fhir:v "https://fhir.example.org/Patient/patient-2" ] ] ; # fhir:managingOrganization [ fhir:l <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/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:l <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-condition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<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><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-ncr-ehr-condition.html\">NcrEhrCondition</a></p></div><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-gbs-chir.html#https-//fhir.example.org/Patient/patient-2\">L van Agtmaal (official) Female, DoB: 1995-10-26 ( Medical record number)</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:l <http://terminology.hl7.org/CodeSystem/condition-clinical> ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/condition-category> ] ; 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:l <http://hl7.org/fhir/sid/icd-10-nl> ] ; fhir:code [ fhir:v "C85.9" ] ] ) ] ; # fhir:subject [ fhir:l <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] . # <https://fhir.example.org/Procedure/procedure-1> a fhir:Procedure ; fhir:id [ fhir:v "procedure-1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-procedure-event"^^xsd:anyURI ; fhir:l <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-procedure-event> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_procedure-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure procedure-1</b></p><a name=\"procedure-1\"> </a><a name=\"hcprocedure-1\"> </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-ncr-ehr-procedure-event.html\">NcrEhrProcedureEvent</a></p></div><p><b>Episode of care</b>: <a href=\"Bundle-gbs-chir.html#https-//fhir.example.org/EpisodeOfCare/episode-of-care-2\">EpisodeOfCare: status = active; period = 2019-12-19 --> (ongoing)</a></p><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{urn:oid:2.16.840.1.113883.2.4.3.27.15.5 034739}\">034739</span></p><p><b>subject</b>: <a href=\"Bundle-gbs-chir.html#https-//fhir.example.org/Patient/patient-2\">L van Agtmaal (official) Female, DoB: 1995-10-26 ( Medical record number)</a></p><p><b>performed</b>: 2020-05-07 --> 2020-05-07</p><p><b>reasonReference</b>: <a href=\"Bundle-gbs-chir.html#https-//fhir.example.org/Condition/encounter-diagnosis-2\">Condition C85.9</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></p></div>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare> ] ; fhir:value [ a fhir:Reference ; fhir:l <https://fhir.example.org/EpisodeOfCare/episode-of-care-2> ; fhir:reference [ fhir:v "https://fhir.example.org/EpisodeOfCare/episode-of-care-2" ] ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.27.15.5"^^xsd:anyURI ; fhir:l <urn:oid:2.16.840.1.113883.2.4.3.27.15.5> ] ; fhir:code [ fhir:v "034739" ] ] ) ] ; # fhir:subject [ fhir:l <https://fhir.example.org/Patient/patient-2> ; fhir:reference [ fhir:v "https://fhir.example.org/Patient/patient-2" ] ] ; # fhir:performed [ a fhir:Period ; fhir:start [ fhir:v "2020-05-07"^^xsd:date ] ; fhir:end [ fhir:v "2020-05-07"^^xsd:date ] ] ; # fhir:reasonReference ( [ fhir:l <https://fhir.example.org/Condition/encounter-diagnosis-2> ; fhir:reference [ fhir:v "https://fhir.example.org/Condition/encounter-diagnosis-2" ] ] ) ; # fhir:bodySite ( [ ( fhir:extension [ fhir:url [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/ext-AnatomicalLocation.Laterality"^^xsd:anyURI ; fhir:l <http://nictiz.nl/fhir/StructureDefinition/ext-AnatomicalLocation.Laterality> ] ; fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ a sct:7771000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "7771000" ] ] ) ] ] ) ; ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/v3-NullFlavor> ] ; fhir:code [ fhir:v "UNK" ] ] ) ] ) . # <https://fhir.example.org/ServiceRequest/lab-service-request-1> a fhir:ServiceRequest ; fhir:id [ fhir:v "lab-service-request-1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-lab-service-request"^^xsd:anyURI ; fhir:l <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-lab-service-request> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_lab-service-request-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest lab-service-request-1</b></p><a name=\"lab-service-request-1\"> </a><a name=\"hclab-service-request-1\"> </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-ncr-ehr-lab-service-request.html\">Service request</a></p></div><p><b>identifier</b>: Placer Identifier/SR-2024-0001</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2857-1}\">Prostate specific Ag [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Bundle-gbs-chir.html#https-//fhir.example.org/Patient/patient-2\">L van Agtmaal (official) Female, DoB: 1995-10-26 ( Medical record number)</a></p><p><b>reasonReference</b>: <a href=\"Bundle-gbs-chir.html#https-//fhir.example.org/Condition/problem-list-condition-1\">Condition C85.2</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:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ; fhir:code [ fhir:v "PLAC" ] ] ) ] ; fhir:system [ fhir:v "http://acme.org/fhir/NamingSystem/ordernumber"^^xsd:anyURI ; fhir:l <http://acme.org/fhir/NamingSystem/ordernumber> ] ; fhir:value [ fhir:v "SR-2024-0001" ] ] ) ; # fhir:status [ fhir:v "completed"] ; # fhir:intent [ fhir:v "order"] ; # fhir:category ( [ ( fhir:coding [ a sct:108252007 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "108252007" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a loinc:2857-1 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "2857-1" ] ] ) ] ; # fhir:subject [ fhir:l <https://fhir.example.org/Patient/patient-2> ; fhir:reference [ fhir:v "https://fhir.example.org/Patient/patient-2" ] ] ; # fhir:reasonReference ( [ fhir:l <https://fhir.example.org/Condition/problem-list-condition-1> ; fhir:reference [ fhir:v "https://fhir.example.org/Condition/problem-list-condition-1" ] ] ) . # <https://fhir.example.org/Condition/problem-list-condition-1> a fhir:Condition ; fhir:id [ fhir:v "problem-list-condition-1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-condition"^^xsd:anyURI ; fhir:l <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-condition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_problem-list-condition-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition problem-list-condition-1</b></p><a name=\"problem-list-condition-1\"> </a><a name=\"hcproblem-list-condition-1\"> </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-ncr-ehr-condition.html\">NcrEhrCondition</a></p></div><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 problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-nl C85.2}\">C85.2</span></p><p><b>subject</b>: <a href=\"Bundle-ncr-odia.html#https-//fhir.example.org/Patient/patient-1\">T H van Asch (official) Male, DoB: 1941-10-06 ( Medical record number)</a></p><p><b>recordedDate</b>: 2015-12-27</p></div>"^^rdf:XMLLiteral ] ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/condition-clinical> ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/condition-category> ] ; fhir:code [ fhir:v "problem-list-item" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-nl"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/sid/icd-10-nl> ] ; fhir:code [ fhir:v "C85.2" ] ] ) ] ; # fhir:subject [ fhir:l <https://fhir.example.org/Patient/patient-1> ; fhir:reference [ fhir:v "https://fhir.example.org/Patient/patient-1" ] ] ; # fhir:recordedDate [ fhir:v "2015-12-27"^^xsd:date] . # <https://fhir.example.org/LaboratoryTestResult/laboratory-test-result-1> a fhir:Observation ; fhir:id [ fhir:v "laboratory-test-result-1"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-laboratory-test-result"^^xsd:anyURI ; fhir:l <http://fhir.iknl.nl/fhir/iknl-ncr-ehr-r4/StructureDefinition/ncr-ehr-laboratory-test-result> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_laboratory-test-result-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation laboratory-test-result-1</b></p><a name=\"laboratory-test-result-1\"> </a><a name=\"hclaboratory-test-result-1\"> </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-ncr-ehr-laboratory-test-result.html\">Ncr Ehr Laboratory Test Result</a></p></div><p><b>basedOn</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.4&canonical=https://fhir.example.org/ServiceRequestlab-service-request-1\">https://fhir.example.org/ServiceRequestlab-service-request-1</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2857-1}\">Prostate specific Ag [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: <a href=\"Bundle-gbs-chir.html#https-//fhir.example.org/Patient/patient-2\">L van Agtmaal (official) Female, DoB: 1995-10-26 ( Medical record number)</a></p><p><b>effective</b>: 2024-06-01 10:00:00+0000</p><p><b>value</b>: 3.2 ng/mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeng/mL = 'ng/mL')</span></p></div>"^^rdf:XMLLiteral ] ] ; # fhir:basedOn ( [ fhir:l <https://fhir.example.org/ServiceRequestlab-service-request-1> ; fhir:reference [ fhir:v "https://fhir.example.org/ServiceRequestlab-service-request-1" ] ] ) ; # fhir:status [ fhir:v "final"] ; # fhir:category ( [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/observation-category"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/observation-category> ] ; fhir:code [ fhir:v "laboratory" ] ] ) ] ) ; # fhir:code [ ( fhir:coding [ a loinc:2857-1 ; fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ; fhir:l <http://loinc.org> ] ; fhir:code [ fhir:v "2857-1" ] ] ) ] ; # fhir:subject [ fhir:l <https://fhir.example.org/Patient/patient-2> ; fhir:reference [ fhir:v "https://fhir.example.org/Patient/patient-2" ] ] ; # fhir:effective [ a fhir:DateTime ; fhir:v "2024-06-01T10:00:00Z"^^xsd:dateTime ] ; # fhir:value [ a fhir:Quantity ; fhir:value [ fhir:v 3.2 ] ; fhir:unit [ fhir:v "ng/mL" ] ; fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ; fhir:l <http://unitsofmeasure.org> ] ; fhir:code [ fhir:v "ng/mL" ] ] . #
IG © 2024+ Integraal Kankercentrum Nederland. Package iknl.fhir.nl.r4.ncr-ehr#1.4.0 based on FHIR 4.0.1. Generated 2026-01-27
Links: Table of Contents |
QA Report