This page is part of the KL Gateway (v1.1.0: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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 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 "b1c5348b-fe9f-4afc-96ff-8c42b6c6c7ff"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-delivery-report"^^xsd:anyURI ; fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-delivery-report> ] ) ] ; # fhir:type [ fhir:v "collection"] ; # fhir:timestamp [ fhir:v "2021-02-15T08:39:34Z"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "Patient/eec9e8e9-221d-4eae-a54d-cdd403661def"^^xsd:anyURI ] ; ( fhir:resource <Patient/eec9e8e9-221d-4eae-a54d-cdd403661def> ) ] [ fhir:fullUrl [ fhir:v "Condition/d45b02d1-be76-4968-812b-6b32338ad8ad"^^xsd:anyURI ] ; ( fhir:resource <Condition/d45b02d1-be76-4968-812b-6b32338ad8ad> ) ] [ fhir:fullUrl [ fhir:v "Condition/34665f6d-7573-46fb-8b4d-72f30641284b"^^xsd:anyURI ] ; ( fhir:resource <Condition/34665f6d-7573-46fb-8b4d-72f30641284b> ) ] [ fhir:fullUrl [ fhir:v "Condition/067e0542-1d8a-404d-b6db-f2bfa6a03c2e"^^xsd:anyURI ] ; ( fhir:resource <Condition/067e0542-1d8a-404d-b6db-f2bfa6a03c2e> ) ] [ fhir:fullUrl [ fhir:v "Condition/cd8643fd-8a42-4ef8-81b4-bf5ec2253f14"^^xsd:anyURI ] ; ( fhir:resource <Condition/cd8643fd-8a42-4ef8-81b4-bf5ec2253f14> ) ] [ fhir:fullUrl [ fhir:v "Condition/806d1cf8-5a4a-4c0d-a020-8a3bb3eacebd"^^xsd:anyURI ] ; ( fhir:resource <Condition/806d1cf8-5a4a-4c0d-a020-8a3bb3eacebd> ) ] [ fhir:fullUrl [ fhir:v "Condition/5ad5649a-6317-41de-8cc4-364b9bafd298"^^xsd:anyURI ] ; ( fhir:resource <Condition/5ad5649a-6317-41de-8cc4-364b9bafd298> ) ] [ fhir:fullUrl [ fhir:v "Condition/fcc4040a-1803-434f-b633-8b354c5fbfb4"^^xsd:anyURI ] ; ( fhir:resource <Condition/fcc4040a-1803-434f-b633-8b354c5fbfb4> ) ] [ fhir:fullUrl [ fhir:v "Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b"^^xsd:anyURI ] ; ( fhir:resource <Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b> ) ] [ fhir:fullUrl [ fhir:v "Observation/4438410f-c879-45ec-9626-75c85fa1449a"^^xsd:anyURI ] ; ( fhir:resource <Observation/4438410f-c879-45ec-9626-75c85fa1449a> ) ] ) . # <Patient/eec9e8e9-221d-4eae-a54d-cdd403661def> a fhir:Patient ; fhir:id [ fhir:v "eec9e8e9-221d-4eae-a54d-cdd403661def"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-citizen"^^xsd:anyURI ; fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-citizen> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Patient</b><a name=\"eec9e8e9-221d-4eae-a54d-cdd403661def\"> </a></p><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\">Resource Patient "eec9e8e9-221d-4eae-a54d-cdd403661def" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-care-citizen.html\">CareCitizen</a></p></div><p><b>identifier</b>: id: 0101410001 (use: OFFICIAL)</p><p><b>managingOrganization</b>: <span/></p></div>" ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "urn:oid:1.2.208.176.1.2"^^xsd:anyURI ] ; fhir:value [ fhir:v "0101410001" ] ] ) ; # fhir:managingOrganization [ fhir:identifier [ fhir:use [ fhir:v "official" ] ; fhir:system [ fhir:v "urn:oid:1.2.208.176.1.1"^^xsd:anyURI ] ; fhir:value [ fhir:v "123456789012345" ] ] ] . # <Condition/d45b02d1-be76-4968-812b-6b32338ad8ad> a fhir:Condition ; fhir:id [ fhir:v "d45b02d1-be76-4968-812b-6b32338ad8ad"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition"^^xsd:anyURI ; fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"d45b02d1-be76-4968-812b-6b32338ad8ad\"> </a></p><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\">Resource Condition "d45b02d1-be76-4968-812b-6b32338ad8ad" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-care-condition.html\">CareCondition</a></p></div><p><b>CareFollowUpEncounterExtension</b>: <a href=\"#Encounter_56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b\">See above (Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b)</a></p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span></p><p><b>severity</b>: Svære begrænsninger <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#B4)</span></p><p><b>code</b>: Af- og påklædning <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#J1.3)</span></p><p><b>subject</b>: <a href=\"#Patient_eec9e8e9-221d-4eae-a54d-cdd403661def\">See above (Patient/eec9e8e9-221d-4eae-a54d-cdd403661def)</a></p><p><b>recordedDate</b>: 2021-02-10</p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-encounter-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b" ] ] ] ) ; # 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 "problem-list-item" ] ] ) ] ) ; # fhir:severity [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "B4" ] ] ) ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "J1.3" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/eec9e8e9-221d-4eae-a54d-cdd403661def" ] ] ; # fhir:recordedDate [ fhir:v "2021-02-10"^^xsd:date] . # <Condition/34665f6d-7573-46fb-8b4d-72f30641284b> a fhir:Condition ; fhir:id [ fhir:v "34665f6d-7573-46fb-8b4d-72f30641284b"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition"^^xsd:anyURI ; fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"34665f6d-7573-46fb-8b4d-72f30641284b\"> </a></p><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\">Resource Condition "34665f6d-7573-46fb-8b4d-72f30641284b" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-care-condition.html\">CareCondition</a></p></div><p><b>CareFollowUpEncounterExtension</b>: <a href=\"#Encounter_56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b\">See above (Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b)</a></p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span></p><p><b>severity</b>: Svære begrænsninger <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#B4)</span></p><p><b>code</b>: Udføre daglige rutiner <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#J2.3)</span></p><p><b>subject</b>: <a href=\"#Patient_eec9e8e9-221d-4eae-a54d-cdd403661def\">See above (Patient/eec9e8e9-221d-4eae-a54d-cdd403661def)</a></p><p><b>recordedDate</b>: 2021-02-10</p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-encounter-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b" ] ] ] ) ; # 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 "problem-list-item" ] ] ) ] ) ; # fhir:severity [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "B4" ] ] ) ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "J2.3" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/eec9e8e9-221d-4eae-a54d-cdd403661def" ] ] ; # fhir:recordedDate [ fhir:v "2021-02-10"^^xsd:date] . # <Condition/067e0542-1d8a-404d-b6db-f2bfa6a03c2e> a fhir:Condition ; fhir:id [ fhir:v "067e0542-1d8a-404d-b6db-f2bfa6a03c2e"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition"^^xsd:anyURI ; fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"067e0542-1d8a-404d-b6db-f2bfa6a03c2e\"> </a></p><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\">Resource Condition "067e0542-1d8a-404d-b6db-f2bfa6a03c2e" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-care-condition.html\">CareCondition</a></p></div><p><b>CareFollowUpEncounterExtension</b>: <a href=\"#Encounter_56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b\">See above (Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b)</a></p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span></p><p><b>severity</b>: Svære begrænsninger <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#B4)</span></p><p><b>code</b>: Lave mad <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#J2.2)</span></p><p><b>subject</b>: <a href=\"#Patient_eec9e8e9-221d-4eae-a54d-cdd403661def\">See above (Patient/eec9e8e9-221d-4eae-a54d-cdd403661def)</a></p><p><b>recordedDate</b>: 2021-02-10</p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-encounter-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b" ] ] ] ) ; # 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 "problem-list-item" ] ] ) ] ) ; # fhir:severity [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "B4" ] ] ) ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "J2.2" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/eec9e8e9-221d-4eae-a54d-cdd403661def" ] ] ; # fhir:recordedDate [ fhir:v "2021-02-10"^^xsd:date] . # <Condition/cd8643fd-8a42-4ef8-81b4-bf5ec2253f14> a fhir:Condition ; fhir:id [ fhir:v "cd8643fd-8a42-4ef8-81b4-bf5ec2253f14"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition"^^xsd:anyURI ; fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"cd8643fd-8a42-4ef8-81b4-bf5ec2253f14\"> </a></p><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\">Resource Condition "cd8643fd-8a42-4ef8-81b4-bf5ec2253f14" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-care-condition.html\">CareCondition</a></p></div><p><b>CareFollowUpEncounterExtension</b>: <a href=\"#Encounter_56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b\">See above (Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b)</a></p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span></p><p><b>severity</b>: Svære begrænsninger <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#B4)</span></p><p><b>code</b>: Lave husligt arbejde <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#J2.1)</span></p><p><b>subject</b>: <a href=\"#Patient_eec9e8e9-221d-4eae-a54d-cdd403661def\">See above (Patient/eec9e8e9-221d-4eae-a54d-cdd403661def)</a></p><p><b>recordedDate</b>: 2021-02-10</p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-encounter-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b" ] ] ] ) ; # 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 "problem-list-item" ] ] ) ] ) ; # fhir:severity [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "B4" ] ] ) ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "J2.1" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/eec9e8e9-221d-4eae-a54d-cdd403661def" ] ] ; # fhir:recordedDate [ fhir:v "2021-02-10"^^xsd:date] . # <Condition/806d1cf8-5a4a-4c0d-a020-8a3bb3eacebd> a fhir:Condition ; fhir:id [ fhir:v "806d1cf8-5a4a-4c0d-a020-8a3bb3eacebd"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition"^^xsd:anyURI ; fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"806d1cf8-5a4a-4c0d-a020-8a3bb3eacebd\"> </a></p><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\">Resource Condition "806d1cf8-5a4a-4c0d-a020-8a3bb3eacebd" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-care-condition.html\">CareCondition</a></p></div><p><b>CareFollowUpEncounterExtension</b>: <a href=\"#Encounter_56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b\">See above (Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b)</a></p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span></p><p><b>severity</b>: Moderate begrænsninger <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#B3)</span></p><p><b>code</b>: Gå <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#J3.8)</span></p><p><b>subject</b>: <a href=\"#Patient_eec9e8e9-221d-4eae-a54d-cdd403661def\">See above (Patient/eec9e8e9-221d-4eae-a54d-cdd403661def)</a></p><p><b>recordedDate</b>: 2021-02-10</p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-encounter-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b" ] ] ] ) ; # 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 "problem-list-item" ] ] ) ] ) ; # fhir:severity [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "B3" ] ] ) ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "J3.8" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/eec9e8e9-221d-4eae-a54d-cdd403661def" ] ] ; # fhir:recordedDate [ fhir:v "2021-02-10"^^xsd:date] . # <Condition/5ad5649a-6317-41de-8cc4-364b9bafd298> a fhir:Condition ; fhir:id [ fhir:v "5ad5649a-6317-41de-8cc4-364b9bafd298"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition"^^xsd:anyURI ; fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"5ad5649a-6317-41de-8cc4-364b9bafd298\"> </a></p><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\">Resource Condition "5ad5649a-6317-41de-8cc4-364b9bafd298" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-care-condition.html\">CareCondition</a></p></div><p><b>CareFollowUpEncounterExtension</b>: <a href=\"#Encounter_56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b\">See above (Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b)</a></p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span></p><p><b>severity</b>: Moderate begrænsninger <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#B3)</span></p><p><b>code</b>: Bevæge sig omkring <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#J3.2)</span></p><p><b>subject</b>: <a href=\"#Patient_eec9e8e9-221d-4eae-a54d-cdd403661def\">See above (Patient/eec9e8e9-221d-4eae-a54d-cdd403661def)</a></p><p><b>recordedDate</b>: 2021-02-10</p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-encounter-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b" ] ] ] ) ; # 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 "problem-list-item" ] ] ) ] ) ; # fhir:severity [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "B3" ] ] ) ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "J3.2" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/eec9e8e9-221d-4eae-a54d-cdd403661def" ] ] ; # fhir:recordedDate [ fhir:v "2021-02-10"^^xsd:date] . # <Condition/fcc4040a-1803-434f-b633-8b354c5fbfb4> a fhir:Condition ; fhir:id [ fhir:v "fcc4040a-1803-434f-b633-8b354c5fbfb4"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition"^^xsd:anyURI ; fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-condition> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"fcc4040a-1803-434f-b633-8b354c5fbfb4\"> </a></p><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\">Resource Condition "fcc4040a-1803-434f-b633-8b354c5fbfb4" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-care-condition.html\">CareCondition</a></p></div><p><b>CareFollowUpEncounterExtension</b>: <a href=\"#Encounter_56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b\">See above (Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b)</a></p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span></p><p><b>severity</b>: Svære begrænsninger <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#B4)</span></p><p><b>code</b>: Muskelstyrke <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#J3.7)</span></p><p><b>subject</b>: <a href=\"#Patient_eec9e8e9-221d-4eae-a54d-cdd403661def\">See above (Patient/eec9e8e9-221d-4eae-a54d-cdd403661def)</a></p><p><b>recordedDate</b>: 2021-02-10</p></div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-encounter-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b" ] ] ] ) ; # 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 "problem-list-item" ] ] ) ] ) ; # fhir:severity [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "B4" ] ] ) ] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "J3.7" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/eec9e8e9-221d-4eae-a54d-cdd403661def" ] ] ; # fhir:recordedDate [ fhir:v "2021-02-10"^^xsd:date] . # <Encounter/56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b> a fhir:Encounter ; fhir:id [ fhir:v "56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-encounter"^^xsd:anyURI ; fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-encounter> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter</b><a name=\"56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b\"> </a></p><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\">Resource Encounter "56c8d2c3-5da1-4a33-a358-d3ecfb67ef3b" </p><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>: home health (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code HH = 'home health', stated as 'null')</p><p><b>type</b>: opfølgning <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-CareSocialCodes.html\">CareSocialCodes</a>#9f03dfbb-7a97-45a5-94db-d4c3501714a9)</span></p><p><b>subject</b>: <a href=\"#Patient_eec9e8e9-221d-4eae-a54d-cdd403661def\">See above (Patient/eec9e8e9-221d-4eae-a54d-cdd403661def)</a></p><p><b>period</b>: 2021-02-24 --> (ongoing)</p></div>" ] ; # fhir:status [ fhir:v "planned"] ; # fhir:class [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ; fhir:code [ fhir:v "HH" ] ] ; # fhir:type ( [ ( fhir:coding [ fhir:system [ fhir:v "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes"^^xsd:anyURI ] ; fhir:code [ fhir:v "9f03dfbb-7a97-45a5-94db-d4c3501714a9" ] ] ) ] ) ; # fhir:subject [ fhir:reference [ fhir:v "Patient/eec9e8e9-221d-4eae-a54d-cdd403661def" ] ] ; # fhir:period [ fhir:start [ fhir:v "2021-02-24"^^xsd:date ] ] . # <Observation/4438410f-c879-45ec-9626-75c85fa1449a> a fhir:Observation ; fhir:id [ fhir:v "4438410f-c879-45ec-9626-75c85fa1449a"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-observation"^^xsd:anyURI ; fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-observation> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"4438410f-c879-45ec-9626-75c85fa1449a\"> </a></p><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\">Resource Observation "4438410f-c879-45ec-9626-75c85fa1449a" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-care-follow-up-observation.html\">CareFollowUpObservation</a></p></div><p><b>status</b>: final</p><p><b>code</b>: Evaluation of care plan (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#712744002)</span></p><p><b>subject</b>: <a href=\"#Patient_eec9e8e9-221d-4eae-a54d-cdd403661def\">See above (Patient/eec9e8e9-221d-4eae-a54d-cdd403661def)</a></p><p><b>focus</b>: </p><ul><li><a href=\"#Condition_d45b02d1-be76-4968-812b-6b32338ad8ad\">See above (Condition/d45b02d1-be76-4968-812b-6b32338ad8ad)</a></li><li><a href=\"#Condition_34665f6d-7573-46fb-8b4d-72f30641284b\">See above (Condition/34665f6d-7573-46fb-8b4d-72f30641284b)</a></li><li><a href=\"#Condition_067e0542-1d8a-404d-b6db-f2bfa6a03c2e\">See above (Condition/067e0542-1d8a-404d-b6db-f2bfa6a03c2e)</a></li><li><a href=\"#Condition_cd8643fd-8a42-4ef8-81b4-bf5ec2253f14\">See above (Condition/cd8643fd-8a42-4ef8-81b4-bf5ec2253f14)</a></li><li><a href=\"#Condition_806d1cf8-5a4a-4c0d-a020-8a3bb3eacebd\">See above (Condition/806d1cf8-5a4a-4c0d-a020-8a3bb3eacebd)</a></li><li><a href=\"#Condition_5ad5649a-6317-41de-8cc4-364b9bafd298\">See above (Condition/5ad5649a-6317-41de-8cc4-364b9bafd298)</a></li><li><a href=\"#Condition_fcc4040a-1803-434f-b633-8b354c5fbfb4\">See above (Condition/fcc4040a-1803-434f-b633-8b354c5fbfb4)</a></li></ul><p><b>effective</b>: 2021-02-15</p><p><b>value</b>: Fortsættes <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/1.0.0/CodeSystem-FSIII.html\">FSIII</a>#E1)</span></p></div>" ] ; # fhir:status [ fhir:v "final"] ; # fhir:code [ ( fhir:coding [ a sct:712744002 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "712744002" ] ] ) ] ; # fhir:subject [ fhir:reference [ fhir:v "Patient/eec9e8e9-221d-4eae-a54d-cdd403661def" ] ] ; # fhir:focus ( [ fhir:reference [ fhir:v "Condition/d45b02d1-be76-4968-812b-6b32338ad8ad" ] ] [ fhir:reference [ fhir:v "Condition/34665f6d-7573-46fb-8b4d-72f30641284b" ] ] [ fhir:reference [ fhir:v "Condition/067e0542-1d8a-404d-b6db-f2bfa6a03c2e" ] ] [ fhir:reference [ fhir:v "Condition/cd8643fd-8a42-4ef8-81b4-bf5ec2253f14" ] ] [ fhir:reference [ fhir:v "Condition/806d1cf8-5a4a-4c0d-a020-8a3bb3eacebd" ] ] [ fhir:reference [ fhir:v "Condition/5ad5649a-6317-41de-8cc4-364b9bafd298" ] ] [ fhir:reference [ fhir:v "Condition/fcc4040a-1803-434f-b633-8b354c5fbfb4" ] ] ) ; # fhir:effective [ fhir:v "2021-02-15"^^xsd:date] ; # fhir:value [ a fhir:CodeableConcept ; ( fhir:coding [ fhir:system [ fhir:v "urn:oid:1.2.208.176.2.21"^^xsd:anyURI ] ; fhir:code [ fhir:v "E1" ] ] ) ] . #
IG © 2021+ KL. Package kl.dk.fhir.gateway#1.1.0 based on FHIR 4.0.1. Generated 2023-06-21
Links: Table of Contents |
QA Report