1.3.0 - release

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

: TestPersonReport - TTL Representation

Raw ttl | Download

@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/TestPersonReport> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "TestPersonReport"] ;
  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 "2020-08-14T00:00:00Z"^^xsd:dateTime] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Patient/TestPerson" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Patient/TestPerson>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Condition/VaskeSigLetteBegraensninger" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Condition/VaskeSigLetteBegraensninger>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Goal/ForventetIngenBegraensninger" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Goal/ForventetIngenBegraensninger>
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Observation/OpleverIkkeBegraensningerMedVaskeSig" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Observation/OpleverIkkeBegraensningerMedVaskeSig>
  ], [
     fhir:index 4 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Observation/UdfoererSelvVaskeSig" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Observation/UdfoererSelvVaskeSig>
  ], [
     fhir:index 5 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Condition/ProblemerMedPersonligPleje" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Condition/ProblemerMedPersonligPleje>
  ], [
     fhir:index 6 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/CarePlan/PersonligHygiejne" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/CarePlan/PersonligHygiejne>
  ], [
     fhir:index 7 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/CarePlan/Dialyse" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/CarePlan/Dialyse>
  ], [
     fhir:index 8 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Procedure/Saarbehandling" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Procedure/Saarbehandling>
  ], [
     fhir:index 9 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Observation/EgensomsorgBegraensninger" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Observation/EgensomsorgBegraensninger>
  ], [
     fhir:index 10 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Encounter/NaesteOpfoelgningsdato" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Encounter/NaesteOpfoelgningsdato>
  ], [
     fhir:index 11 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Observation/VaskeSigFortsaettes" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Observation/VaskeSigFortsaettes>
  ], [
     fhir:index 12 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Observation/PersonligPlejeFortsaettes" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Observation/PersonligPlejeFortsaettes>
  ], [
     fhir:index 13 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Observation/PersonligHygiejneFortsaettes" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Observation/PersonligHygiejneFortsaettes>
  ], [
     fhir:index 14 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://test.fhir.dk/Observation/DialyseFortsaettes" ] ;
     fhir:Bundle.entry.resource <https://test.fhir.dk/Observation/DialyseFortsaettes>
  ] .

<https://test.fhir.dk/Patient/TestPerson> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "TestPerson"] ;
  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_TestPerson\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient TestPerson</b></p><a name=\"TestPerson\"> </a><a name=\"hcTestPerson\"> </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)#0101010101 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">false</td></tr><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 "0101010101" ]
  ] ;
  fhir:Patient.deceasedBoolean [ fhir:value "false"^^xsd:boolean] ;
  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/VaskeSigLetteBegraensninger> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "VaskeSigLetteBegraensninger"] ;
  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_VaskeSigLetteBegraensninger\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition VaskeSigLetteBegraensninger</b></p><a name=\"VaskeSigLetteBegraensninger\"> </a><a name=\"hcVaskeSigLetteBegraensninger\"> </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=\"Encounter-NaesteOpfoelgningsdato.html\">Encounter: status = planned; class = home health (ActCode#HH); type = opfølgning; period = 2020-08-14 --&gt; (ongoing)</a></p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</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 J1.1}\">Vaske sig</span></p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>recordedDate</b>: 2020-08-14</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/NaesteOpfoelgningsdato> ;
       fhir:Reference.reference [ fhir:value "Encounter/NaesteOpfoelgningsdato" ]
     ]
  ] ;
  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.verificationStatus [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/condition-ver-status" ] ;
       fhir:Coding.code [ fhir:value "confirmed" ]
     ]
  ] ;
  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 "J1.1" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Condition.recordedDate [ fhir:value "2020-08-14"^^xsd:date] .

<http://hl7.org/fhir/Encounter/NaesteOpfoelgningsdato> a fhir:Encounter .

<http://hl7.org/fhir/Patient/TestPerson> a fhir:Patient .

<https://test.fhir.dk/Goal/ForventetIngenBegraensninger> a fhir:Goal ;
  fhir:Resource.id [ fhir:value "ForventetIngenBegraensninger"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-goal" ;
       fhir:index 0 ;
       fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-goal>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Goal_ForventetIngenBegraensninger\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Goal ForventetIngenBegraensninger</b></p><a name=\"ForventetIngenBegraensninger\"> </a><a name=\"hcForventetIngenBegraensninger\"> </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-goal.html\">CareGoal</a></p></div><p><b>lifecycleStatus</b>: Planned</p><p><b>category</b>: <span title=\"Codes:{http://fhir.kl.dk/term/CodeSystem/CareSocialCodes ca552020-6ed1-4cdc-b0d4-32697f1f27ad}\">FSIII tilstandsmål</span></p><p><b>description</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 e182c5dc-9f91-474a-92e8-f62be3d498f4}\">Tilstand forsvinder, mindskes eller forbliver uændret</span></p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>start</b>: 2020-08-14</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Measure</b></td><td><b>Detail[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fhir.kl.dk/term/CodeSystem/CareSocialCodes 66959f77-6e2a-4574-8423-3ff097f8b9fa}\">funktionsevneniveau</span></td><td><span title=\"Codes:{urn:oid:1.2.208.176.2.21 B2}\">1</span></td></tr></table><p><b>addresses</b>: <a href=\"Condition-VaskeSigLetteBegraensninger.html\">Condition Vaske sig</a></p></div>"
  ] ;
  fhir:Goal.lifecycleStatus [ fhir:value "planned"] ;
  fhir:Goal.category [
     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 "ca552020-6ed1-4cdc-b0d4-32697f1f27ad" ]
     ]
  ] ;
  fhir:Goal.description [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:oid:1.2.208.176.2.21" ] ;
       fhir:Coding.code [ fhir:value "e182c5dc-9f91-474a-92e8-f62be3d498f4" ]
     ]
  ] ;
  fhir:Goal.subject [
     fhir:link <http://hl7.org/fhir/Patient/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Goal.startDate [ fhir:value "2020-08-14"^^xsd:date] ;
  fhir:Goal.target [
     fhir:index 0 ;
     fhir:Goal.target.measure [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://fhir.kl.dk/term/CodeSystem/CareSocialCodes" ] ;
         fhir:Coding.code [ fhir:value "66959f77-6e2a-4574-8423-3ff097f8b9fa" ]
       ]
     ] ;
     fhir:Goal.target.detailCodeableConcept [
       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:Goal.addresses [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/VaskeSigLetteBegraensninger> ;
     fhir:Reference.reference [ fhir:value "Condition/VaskeSigLetteBegraensninger" ]
  ] .

<http://hl7.org/fhir/Condition/VaskeSigLetteBegraensninger> a fhir:Condition .

<https://test.fhir.dk/Observation/OpleverIkkeBegraensningerMedVaskeSig> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "OpleverIkkeBegraensningerMedVaskeSig"] ;
  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_OpleverIkkeBegraensningerMedVaskeSig\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation OpleverIkkeBegraensningerMedVaskeSig</b></p><a name=\"OpleverIkkeBegraensningerMedVaskeSig\"> </a><a name=\"hcOpleverIkkeBegraensningerMedVaskeSig\"> </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=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>focus</b>: <a href=\"Condition-VaskeSigLetteBegraensninger.html\">Condition Vaske sig</a></p><p><b>effective</b>: 2020-08-14</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/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Observation.focus [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/VaskeSigLetteBegraensninger> ;
     fhir:Reference.reference [ fhir:value "Condition/VaskeSigLetteBegraensninger" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2020-08-14"^^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/Observation/UdfoererSelvVaskeSig> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "UdfoererSelvVaskeSig"] ;
  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_UdfoererSelvVaskeSig\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation UdfoererSelvVaskeSig</b></p><a name=\"UdfoererSelvVaskeSig\"> </a><a name=\"hcUdfoererSelvVaskeSig\"> </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=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>focus</b>: <a href=\"Condition-VaskeSigLetteBegraensninger.html\">Condition Vaske sig</a></p><p><b>effective</b>: 2020-08-14</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/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Observation.focus [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/VaskeSigLetteBegraensninger> ;
     fhir:Reference.reference [ fhir:value "Condition/VaskeSigLetteBegraensninger" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2020-08-14"^^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" ]
     ]
  ] .

<https://test.fhir.dk/Condition/ProblemerMedPersonligPleje> a fhir:Condition ;
  fhir:Resource.id [ fhir:value "ProblemerMedPersonligPleje"] ;
  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_ProblemerMedPersonligPleje\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition ProblemerMedPersonligPleje</b></p><a name=\"ProblemerMedPersonligPleje\"> </a><a name=\"hcProblemerMedPersonligPleje\"> </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=\"Encounter-NaesteOpfoelgningsdato.html\">Encounter: status = planned; class = home health (ActCode#HH); type = opfølgning; period = 2020-08-14 --&gt; (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>code</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 I1.1}\">Problemer med personlig pleje</span></p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>recordedDate</b>: 2020-08-14</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/NaesteOpfoelgningsdato> ;
       fhir:Reference.reference [ fhir:value "Encounter/NaesteOpfoelgningsdato" ]
     ]
  ] ;
  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.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 "I1.1" ]
     ]
  ] ;
  fhir:Condition.subject [
     fhir:link <http://hl7.org/fhir/Patient/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Condition.recordedDate [ fhir:value "2020-08-14"^^xsd:date] .

<https://test.fhir.dk/CarePlan/PersonligHygiejne> a fhir:CarePlan ;
  fhir:Resource.id [ fhir:value "PersonligHygiejne"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-planned-intervention" ;
       fhir:index 0 ;
       fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-planned-intervention>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"CarePlan_PersonligHygiejne\"> </a><p class=\"res-header-id\"><b>Generated Narrative: CarePlan PersonligHygiejne</b></p><a name=\"PersonligHygiejne\"> </a><a name=\"hcPersonligHygiejne\"> </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-planned-intervention.html\">CarePlannedIntervention</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>period</b>: 2020-08-14 --&gt; (ongoing)</p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:oid:1.2.208.176.2.21 H1.1}, {http://fhir.kl.dk/gateway/CodeSystem/LocallyDefinedInterventions H1.1.1}\">Speciel personlig pleje</span></td><td>In Progress</td></tr></table></blockquote></div>"
  ] ;
  fhir:CarePlan.status [ fhir:value "active"] ;
  fhir:CarePlan.intent [ fhir:value "plan"] ;
  fhir:CarePlan.subject [
     fhir:link <http://hl7.org/fhir/Patient/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:CarePlan.period [
     fhir:Period.start [ fhir:value "2020-08-14"^^xsd:date ]
  ] ;
  fhir:CarePlan.activity [
     fhir:index 0 ;
     fhir:CarePlan.activity.detail [
       fhir:CarePlan.activity.detail.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 "H1.1" ]
         ], [
           fhir:index 1 ;
           fhir:Coding.system [ fhir:value "http://fhir.kl.dk/gateway/CodeSystem/LocallyDefinedInterventions" ] ;
           fhir:Coding.code [ fhir:value "H1.1.1" ] ;
           fhir:Coding.display [ fhir:value "Speciel personlig pleje" ]
         ]
       ] ;
       fhir:CarePlan.activity.detail.status [ fhir:value "in-progress" ]
     ]
  ] .

<https://test.fhir.dk/CarePlan/Dialyse> a fhir:CarePlan ;
  fhir:Resource.id [ fhir:value "Dialyse"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-planned-intervention" ;
       fhir:index 0 ;
       fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-planned-intervention>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"CarePlan_Dialyse\"> </a><p class=\"res-header-id\"><b>Generated Narrative: CarePlan Dialyse</b></p><a name=\"Dialyse\"> </a><a name=\"hcDialyse\"> </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-planned-intervention.html\">CarePlannedIntervention</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>period</b>: 2020-08-14 --&gt; (ongoing)</p><blockquote><p><b>activity</b></p><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:oid:1.2.208.176.2.21 G1.10}\">Dialyse</span></td><td>In Progress</td></tr></table></blockquote></div>"
  ] ;
  fhir:CarePlan.status [ fhir:value "active"] ;
  fhir:CarePlan.intent [ fhir:value "plan"] ;
  fhir:CarePlan.subject [
     fhir:link <http://hl7.org/fhir/Patient/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:CarePlan.period [
     fhir:Period.start [ fhir:value "2020-08-14"^^xsd:date ]
  ] ;
  fhir:CarePlan.activity [
     fhir:index 0 ;
     fhir:CarePlan.activity.detail [
       fhir:CarePlan.activity.detail.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 "G1.10" ]
         ]
       ] ;
       fhir:CarePlan.activity.detail.status [ fhir:value "in-progress" ]
     ]
  ] .

<https://test.fhir.dk/Procedure/Saarbehandling> a fhir:Procedure ;
  fhir:Resource.id [ fhir:value "Saarbehandling"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-completed-intervention" ;
       fhir:index 0 ;
       fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-completed-intervention>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Procedure_Saarbehandling\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Procedure Saarbehandling</b></p><a name=\"Saarbehandling\"> </a><a name=\"hcSaarbehandling\"> </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-completed-intervention.html\">CareCompletedIntervention</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 G1.39}\">Sårbehandling</span></p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>performed</b>: 2020-08-14 10:15:00+0000</p></div>"
  ] ;
  fhir:Procedure.status [ fhir:value "completed"] ;
  fhir:Procedure.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 "G1.39" ]
     ]
  ] ;
  fhir:Procedure.subject [
     fhir:link <http://hl7.org/fhir/Patient/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Procedure.performedDateTime [ fhir:value "2020-08-14T10:15:00Z"^^xsd:dateTime] .

<https://test.fhir.dk/Observation/EgensomsorgBegraensninger> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "EgensomsorgBegraensninger"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-matter-of-interest-observation" ;
       fhir:index 0 ;
       fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-matter-of-interest-observation>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_EgensomsorgBegraensninger\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation EgensomsorgBegraensninger</b></p><a name=\"EgensomsorgBegraensninger\"> </a><a name=\"hcEgensomsorgBegraensninger\"> </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-matter-of-interest-observation.html\">CareMatterOfInterestObservation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 J1}\">Egenomsorg</span></p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>effective</b>: 2020-08-14</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 "J1" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2020-08-14"^^xsd:date] .

<https://test.fhir.dk/Encounter/NaesteOpfoelgningsdato> a fhir:Encounter ;
  fhir:Resource.id [ fhir:value "NaesteOpfoelgningsdato"] ;
  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_NaesteOpfoelgningsdato\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Encounter NaesteOpfoelgningsdato</b></p><a name=\"NaesteOpfoelgningsdato\"> </a><a name=\"hcNaesteOpfoelgningsdato\"> </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=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>period</b>: 2020-08-14 --&gt; (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/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2020-08-14"^^xsd:date ]
  ] .

<https://test.fhir.dk/Observation/VaskeSigFortsaettes> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "VaskeSigFortsaettes"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-observation" ;
       fhir:index 0 ;
       fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-observation>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_VaskeSigFortsaettes\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation VaskeSigFortsaettes</b></p><a name=\"VaskeSigFortsaettes\"> </a><a name=\"hcVaskeSigFortsaettes\"> </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-follow-up-observation.html\">CareFollowUpObservation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 712744002}\">Evaluation of care plan (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>focus</b>: <a href=\"Condition-VaskeSigLetteBegraensninger.html\">Condition Vaske sig</a></p><p><b>effective</b>: 2020-08-14</p><p><b>value</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 E1}\">Fortsættes</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:712744002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "712744002" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Observation.focus [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/VaskeSigLetteBegraensninger> ;
     fhir:Reference.reference [ fhir:value "Condition/VaskeSigLetteBegraensninger" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2020-08-14"^^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 "E1" ]
     ]
  ] .

<https://test.fhir.dk/Observation/PersonligPlejeFortsaettes> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "PersonligPlejeFortsaettes"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-observation" ;
       fhir:index 0 ;
       fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-observation>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_PersonligPlejeFortsaettes\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation PersonligPlejeFortsaettes</b></p><a name=\"PersonligPlejeFortsaettes\"> </a><a name=\"hcPersonligPlejeFortsaettes\"> </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-follow-up-observation.html\">CareFollowUpObservation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 712744002}\">Evaluation of care plan (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>focus</b>: <a href=\"Condition-ProblemerMedPersonligPleje.html\">Condition Problemer med personlig pleje</a></p><p><b>effective</b>: 2020-08-14</p><p><b>value</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 E1}\">Fortsættes</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:712744002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "712744002" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Observation.focus [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/ProblemerMedPersonligPleje> ;
     fhir:Reference.reference [ fhir:value "Condition/ProblemerMedPersonligPleje" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2020-08-14"^^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 "E1" ]
     ]
  ] .

<http://hl7.org/fhir/Condition/ProblemerMedPersonligPleje> a fhir:Condition .

<https://test.fhir.dk/Observation/PersonligHygiejneFortsaettes> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "PersonligHygiejneFortsaettes"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-observation" ;
       fhir:index 0 ;
       fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-observation>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_PersonligHygiejneFortsaettes\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation PersonligHygiejneFortsaettes</b></p><a name=\"PersonligHygiejneFortsaettes\"> </a><a name=\"hcPersonligHygiejneFortsaettes\"> </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-follow-up-observation.html\">CareFollowUpObservation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 712744002}\">Evaluation of care plan (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>focus</b>: <a href=\"CarePlan-PersonligHygiejne.html\">CarePlan: status = active; intent = plan; period = 2020-08-14 --&gt; (ongoing)</a></p><p><b>effective</b>: 2020-08-14</p><p><b>value</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 E1}\">Fortsættes</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:712744002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "712744002" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Observation.focus [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/CarePlan/PersonligHygiejne> ;
     fhir:Reference.reference [ fhir:value "CarePlan/PersonligHygiejne" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2020-08-14"^^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 "E1" ]
     ]
  ] .

<http://hl7.org/fhir/CarePlan/PersonligHygiejne> a fhir:CarePlan .

<https://test.fhir.dk/Observation/DialyseFortsaettes> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "DialyseFortsaettes"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-observation" ;
       fhir:index 0 ;
       fhir:link <http://fhir.kl.dk/gateway/StructureDefinition/klgateway-care-follow-up-observation>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_DialyseFortsaettes\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation DialyseFortsaettes</b></p><a name=\"DialyseFortsaettes\"> </a><a name=\"hcDialyseFortsaettes\"> </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-follow-up-observation.html\">CareFollowUpObservation</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 712744002}\">Evaluation of care plan (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-TestPerson.html\">Anonymous Patient (no stated gender), DoB Unknown ( urn:oid:1.2.208.176.1.2#DK Central Person Registry (CPR)#0101010101 (use: official, ))</a></p><p><b>focus</b>: <a href=\"CarePlan-Dialyse.html\">CarePlan: status = active; intent = plan; period = 2020-08-14 --&gt; (ongoing)</a></p><p><b>effective</b>: 2020-08-14</p><p><b>value</b>: <span title=\"Codes:{urn:oid:1.2.208.176.2.21 E1}\">Fortsættes</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:712744002 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "712744002" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/TestPerson> ;
     fhir:Reference.reference [ fhir:value "Patient/TestPerson" ]
  ] ;
  fhir:Observation.focus [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/CarePlan/Dialyse> ;
     fhir:Reference.reference [ fhir:value "CarePlan/Dialyse" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2020-08-14"^^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 "E1" ]
     ]
  ] .

<http://hl7.org/fhir/CarePlan/Dialyse> a fhir:CarePlan .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/TestPersonReport.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/TestPersonReport.ttl> .