KLGateway, published by KL. This guide is not an authorized publication; it is the continuous build for version 1.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/kl-gateway/ 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/1652f2a9-510a-4cd3-8fc4-8b69d0ffedae> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "1652f2a9-510a-4cd3-8fc4-8b69d0ffedae"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-delivery-report" ;
fhir:index 0 ;
fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-delivery-report>
]
] ;
fhir:Bundle.type [ fhir:value "collection"] ;
fhir:Bundle.timestamp [ fhir:value "2021-02-18T09:11:29Z"^^xsd:dateTime] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Patient/4a45e179-ace1-4ace-9991-8276c0ba490a" ] ;
fhir:Bundle.entry.resource <https://test.fhir.dk/Patient/4a45e179-ace1-4ace-9991-8276c0ba490a>
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Condition/39869f95-3b5f-4cbf-9af9-79d1344791f6" ] ;
fhir:Bundle.entry.resource <https://test.fhir.dk/Condition/39869f95-3b5f-4cbf-9af9-79d1344791f6>
], [
fhir:index 2 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Observation/2d5aab71-9c3f-49b2-92e0-07619ae321e5" ] ;
fhir:Bundle.entry.resource <https://test.fhir.dk/Observation/2d5aab71-9c3f-49b2-92e0-07619ae321e5>
], [
fhir:index 3 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Observation/f35aa1be-0ed2-4d86-8d62-178a7d20c923" ] ;
fhir:Bundle.entry.resource <https://test.fhir.dk/Observation/f35aa1be-0ed2-4d86-8d62-178a7d20c923>
], [
fhir:index 4 ;
fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Encounter/f5b962ec-f815-4f12-a1d8-bbd504db79ed" ] ;
fhir:Bundle.entry.resource <https://test.fhir.dk/Encounter/f5b962ec-f815-4f12-a1d8-bbd504db79ed>
] .
<https://test.fhir.dk/Patient/4a45e179-ace1-4ace-9991-8276c0ba490a> a fhir:Patient ;
fhir:Resource.id [ fhir:value "4a45e179-ace1-4ace-9991-8276c0ba490a"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-citizen" ;
fhir:index 0 ;
fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-citizen>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_4a45e179-ace1-4ace-9991-8276c0ba490a\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient 4a45e179-ace1-4ace-9991-8276c0ba490a</b></p><a name=\"4a45e179-ace1-4ace-9991-8276c0ba490a\"> </a><a name=\"hc4a45e179-ace1-4ace-9991-8276c0ba490a\"> </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-klgateway-care-citizen.html\">CareCitizen</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101570001 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: Identifier: <code>urn:oid:1.2.208.176.1.1</code>/123456789012345 (use: official, )</li></ul></td></tr></table></div>"
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "urn:oid:1.2.208.176.1.2" ] ;
fhir:Identifier.value [ fhir:value "0101570001" ]
] ;
fhir:Patient.managingOrganization [
fhir:Reference.identifier [
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.system [ fhir:value "urn:oid:1.2.208.176.1.1" ] ;
fhir:Identifier.value [ fhir:value "123456789012345" ]
]
] .
<https://test.fhir.dk/Condition/39869f95-3b5f-4cbf-9af9-79d1344791f6> a fhir:Condition ;
fhir:Resource.id [ fhir:value "39869f95-3b5f-4cbf-9af9-79d1344791f6"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition" ;
fhir:index 0 ;
fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_39869f95-3b5f-4cbf-9af9-79d1344791f6\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition 39869f95-3b5f-4cbf-9af9-79d1344791f6</b></p><a name=\"39869f95-3b5f-4cbf-9af9-79d1344791f6\"> </a><a name=\"hc39869f95-3b5f-4cbf-9af9-79d1344791f6\"> </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-klgateway-care-condition.html\">CareCondition</a></p></div><p><b>CareFollowUpEncounterExtension</b>: <a href=\"Bundle-1652f2a9-510a-4cd3-8fc4-8b69d0ffedae.html#Encounter_f5b962ec-f815-4f12-a1d8-bbd504db79ed\">Encounter: status = planned; class = home health (ActCode#HH); type = opfølgning; period = 2021-04-06 --> (ongoing)</a></p><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>severity</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 B2}\">1</span></p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 J3.8}\">Gå</span></p><p><b>subject</b>: <a href=\"Bundle-0c1112c3-77b5-4d85-965c-0c26228ec7ef.html#Patient_4a45e179-ace1-4ace-9991-8276c0ba490a\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101570001 (use: official, ))</a></p><p><b>recordedDate</b>: 2021-02-15</p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-encounter-extension" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Encounter/f5b962ec-f815-4f12-a1d8-bbd504db79ed> ;
fhir:Reference.reference [ fhir:value "Encounter/f5b962ec-f815-4f12-a1d8-bbd504db79ed" ]
]
] ;
fhir:Condition.clinicalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-clinical" ] ;
fhir:Coding.code [ fhir:value "active" ]
]
] ;
fhir:Condition.category [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-category" ] ;
fhir:Coding.code [ fhir:value "problem-list-item" ]
]
] ;
fhir:Condition.severity [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:oid:1.2.208.176.2.21" ] ;
fhir:Coding.code [ fhir:value "B2" ]
]
] ;
fhir:Condition.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:oid:1.2.208.176.2.21" ] ;
fhir:Coding.code [ fhir:value "J3.8" ]
]
] ;
fhir:Condition.subject [
fhir:link <http://hl7.org/fhir/Patient/4a45e179-ace1-4ace-9991-8276c0ba490a> ;
fhir:Reference.reference [ fhir:value "Patient/4a45e179-ace1-4ace-9991-8276c0ba490a" ]
] ;
fhir:Condition.recordedDate [ fhir:value "2021-02-15"^^xsd:date] .
<http://hl7.org/fhir/Encounter/f5b962ec-f815-4f12-a1d8-bbd504db79ed> a fhir:Encounter .
<http://hl7.org/fhir/Patient/4a45e179-ace1-4ace-9991-8276c0ba490a> a fhir:Patient .
<https://test.fhir.dk/Observation/2d5aab71-9c3f-49b2-92e0-07619ae321e5> a fhir:Observation ;
fhir:Resource.id [ fhir:value "2d5aab71-9c3f-49b2-92e0-07619ae321e5"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-citizens-own-observation" ;
fhir:index 0 ;
fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-citizens-own-observation>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_2d5aab71-9c3f-49b2-92e0-07619ae321e5\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation 2d5aab71-9c3f-49b2-92e0-07619ae321e5</b></p><a name=\"2d5aab71-9c3f-49b2-92e0-07619ae321e5\"> </a><a name=\"hc2d5aab71-9c3f-49b2-92e0-07619ae321e5\"> </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-klgateway-care-citizens-own-observation.html\">CareCitizensOwnObservation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 C}\">Udførelse</span></p><p><b>subject</b>: <a href=\"Bundle-0c1112c3-77b5-4d85-965c-0c26228ec7ef.html#Patient_4a45e179-ace1-4ace-9991-8276c0ba490a\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101570001 (use: official, ))</a></p><p><b>focus</b>: <a href=\"Bundle-1652f2a9-510a-4cd3-8fc4-8b69d0ffedae.html#Condition_39869f95-3b5f-4cbf-9af9-79d1344791f6\">Condition Gå</a></p><p><b>effective</b>: 2020-08-21</p><p><b>value</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 C1}\">Udfører selv</span></p></div>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:oid:1.2.208.176.2.21" ] ;
fhir:Coding.code [ fhir:value "C" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/4a45e179-ace1-4ace-9991-8276c0ba490a> ;
fhir:Reference.reference [ fhir:value "Patient/4a45e179-ace1-4ace-9991-8276c0ba490a" ]
] ;
fhir:Observation.focus [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Condition/39869f95-3b5f-4cbf-9af9-79d1344791f6> ;
fhir:Reference.reference [ fhir:value "Condition/39869f95-3b5f-4cbf-9af9-79d1344791f6" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2020-08-21"^^xsd:date] ;
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:oid:1.2.208.176.2.21" ] ;
fhir:Coding.code [ fhir:value "C1" ]
]
] .
<http://hl7.org/fhir/Condition/39869f95-3b5f-4cbf-9af9-79d1344791f6> a fhir:Condition .
<https://test.fhir.dk/Observation/f35aa1be-0ed2-4d86-8d62-178a7d20c923> a fhir:Observation ;
fhir:Resource.id [ fhir:value "f35aa1be-0ed2-4d86-8d62-178a7d20c923"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-citizens-own-observation" ;
fhir:index 0 ;
fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-citizens-own-observation>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_f35aa1be-0ed2-4d86-8d62-178a7d20c923\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation f35aa1be-0ed2-4d86-8d62-178a7d20c923</b></p><a name=\"f35aa1be-0ed2-4d86-8d62-178a7d20c923\"> </a><a name=\"hcf35aa1be-0ed2-4d86-8d62-178a7d20c923\"> </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-klgateway-care-citizens-own-observation.html\">CareCitizensOwnObservation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 D}\">Betydning</span></p><p><b>subject</b>: <a href=\"Bundle-0c1112c3-77b5-4d85-965c-0c26228ec7ef.html#Patient_4a45e179-ace1-4ace-9991-8276c0ba490a\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101570001 (use: official, ))</a></p><p><b>focus</b>: <a href=\"Bundle-1652f2a9-510a-4cd3-8fc4-8b69d0ffedae.html#Condition_39869f95-3b5f-4cbf-9af9-79d1344791f6\">Condition Gå</a></p><p><b>effective</b>: 2020-08-21</p><p><b>value</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 D1}\">Oplever ikke begrænsninger</span></p></div>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:oid:1.2.208.176.2.21" ] ;
fhir:Coding.code [ fhir:value "D" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/4a45e179-ace1-4ace-9991-8276c0ba490a> ;
fhir:Reference.reference [ fhir:value "Patient/4a45e179-ace1-4ace-9991-8276c0ba490a" ]
] ;
fhir:Observation.focus [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Condition/39869f95-3b5f-4cbf-9af9-79d1344791f6> ;
fhir:Reference.reference [ fhir:value "Condition/39869f95-3b5f-4cbf-9af9-79d1344791f6" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2020-08-21"^^xsd:date] ;
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:oid:1.2.208.176.2.21" ] ;
fhir:Coding.code [ fhir:value "D1" ]
]
] .
<https://test.fhir.dk/Encounter/f5b962ec-f815-4f12-a1d8-bbd504db79ed> a fhir:Encounter ;
fhir:Resource.id [ fhir:value "f5b962ec-f815-4f12-a1d8-bbd504db79ed"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-encounter" ;
fhir:index 0 ;
fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-encounter>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Encounter_f5b962ec-f815-4f12-a1d8-bbd504db79ed\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter f5b962ec-f815-4f12-a1d8-bbd504db79ed</b></p><a name=\"f5b962ec-f815-4f12-a1d8-bbd504db79ed\"> </a><a name=\"hcf5b962ec-f815-4f12-a1d8-bbd504db79ed\"> </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-klgateway-care-encounter.html\">CareEncounter</a></p></div><p><b>status</b>: Planned</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActCode.html#v3-ActCode-HH\">ActCode: HH</a> (home health)</p><p><b>type</b>: <span title=\"Codes:{http://fhir.kl.dk/term/CodeSystem/CareSocialCodes 9f03dfbb-7a97-45a5-94db-d4c3501714a9}\">opfølgning</span></p><p><b>subject</b>: <a href=\"Bundle-0c1112c3-77b5-4d85-965c-0c26228ec7ef.html#Patient_4a45e179-ace1-4ace-9991-8276c0ba490a\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101570001 (use: official, ))</a></p><p><b>period</b>: 2021-04-06 --> (ongoing)</p></div>"
] ;
fhir:Encounter.status [ fhir:value "planned"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "HH" ]
] ;
fhir:Encounter.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes" ] ;
fhir:Coding.code [ fhir:value "9f03dfbb-7a97-45a5-94db-d4c3501714a9" ]
]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/4a45e179-ace1-4ace-9991-8276c0ba490a> ;
fhir:Reference.reference [ fhir:value "Patient/4a45e179-ace1-4ace-9991-8276c0ba490a" ]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2021-04-06"^^xsd:date ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/1652f2a9-510a-4cd3-8fc4-8b69d0ffedae.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/1652f2a9-510a-4cd3-8fc4-8b69d0ffedae.ttl> .
IG © 2021+ KL. Package kl.dk.fhir.gateway#1.3.0 based on FHIR 4.0.1. Generated 2026-07-19
Links: Table of Contents |
QA Report