KLChildren implementation guide, an implementation of FBU
2.0.0 - Release

This page is part of the KLChildren (v2.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: RikkeInterventionSocialContact - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RikkeInterventionSocialContact"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.kl.dk/children/StructureDefinition/klgateway-children-intervention"^^xsd:anyURI ;
fhir:link <http://fhir.kl.dk/children/StructureDefinition/klgateway-children-intervention>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CarePlan </b><a name=\"RikkeInterventionSocialContact\"> </a><a name=\"hcRikkeInterventionSocialContact\"> </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\">ResourceCarePlan &quot;RikkeInterventionSocialContact&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-klgateway-children-intervention.html\">KLGatewayChildrenIntervention</a></p></div><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>subject</b>: <a href=\"Patient-Rikke.html\">Patient/Rikke</a></p><p><b>period</b>: 2021-03-09 10:15:00+0000 --&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>ReasonCode</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td>Vejledning i kontakt, samspil og barnets behov <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/2.0.0/CodeSystem-FBOE.html\">FBOE</a>#b3de92ea-ac5e-4f87-809e-a9e40b59cc34)</span></td><td>Udfordring i forældre-barn samspil <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://fhir.kl.dk/term/2.0.0/CodeSystem-FBOE.html\">FBOE</a>#d3fc57b7-3a5d-4f69-bcb0-bdb8363650eb)</span></td><td>unknown</td></tr></table></blockquote></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Rikke" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2021-03-09T10:15:00.000Z"^^xsd:dateTime ]
  ] ; # 
  fhir:activity ( [
fhir:detail [
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://fhir.kl.dk/term/CodeSystem/FBOE"^^xsd:anyURI ] ;
fhir:code [ fhir:v "b3de92ea-ac5e-4f87-809e-a9e40b59cc34" ] ;
fhir:display [ fhir:v "Vejledning i kontakt, samspil og barnets behov" ]         ] )       ] ;
      ( fhir:reasonCode [
        ( fhir:coding [
fhir:system [ fhir:v "http://fhir.kl.dk/term/CodeSystem/FBOE"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d3fc57b7-3a5d-4f69-bcb0-bdb8363650eb" ] ;
fhir:display [ fhir:v "Udfordring i forældre-barn samspil" ]         ] )       ] ) ;
fhir:status [ fhir:v "unknown" ]     ]
  ] ) . #