@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 -------------------------------------------------------------------

<https://sfaa.gov.tw/base/CarePlan/current-care-min> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "current-care-min"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://sfaa.gov.tw/base/StructureDefinition/CarePlan-twss-base" ;
       fhir:index 0 ;
       fhir:link <https://sfaa.gov.tw/base/StructureDefinition/CarePlan-twss-base>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>個案服務規劃</b></h3><p><b>個案</b>：<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>案件</b>：<a href=\"EpisodeOfCare-episode-base.html\">EpisodeOfCare/episode-base</a></p><p><b>預計提供經濟補助</b>：<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"><a href=\"CodeSystem-twss-provided-financial-subsidy.html\">TWSS 預計提供經濟補助代碼系統</a>#5</span> 身心障礙者生活補助</p><p><b>預計提供福利服務</b>：<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"><a href=\"CodeSystem-twss-provided-welfare-service.html\">TWSS 預計提供福利服務代碼系統</a>#3</span> 身體照顧及家務服務</p><p><b>預計提供就業服務</b>：<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"><a href=\"CodeSystem-twss-provided-employment-service.html\">TWSS 預計提供就業服務代碼系統</a>#13</span> 就業服務</p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare" ] ;
     fhir:Extension.valueReference [
       fhir:link <https://sfaa.gov.tw/base/EpisodeOfCare/episode-base> ;
       fhir:Reference.reference [ fhir:value "EpisodeOfCare/episode-base" ]
     ]
  ] ;
  fhir:CarePlan.status [ fhir:value "active"] ;
  fhir:CarePlan.intent [ fhir:value "plan"] ;
  fhir:CarePlan.subject [
     fhir:link <https://sfaa.gov.tw/base/Patient/pat-min> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-min" ]
  ] ;
  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 "https://sfaa.gov.tw/base/CodeSystem/twss-provided-financial-subsidy" ] ;
           fhir:Coding.code [ fhir:value "5" ] ;
           fhir:Coding.display [ fhir:value "身心障礙者生活補助" ]
         ]
       ] ;
       fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CarePlan.activity.detail [
       fhir:CarePlan.activity.detail.code [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-provided-welfare-service" ] ;
           fhir:Coding.code [ fhir:value "3" ] ;
           fhir:Coding.display [ fhir:value "身體照顧及家務服務" ]
         ]
       ] ;
       fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CarePlan.activity.detail [
       fhir:CarePlan.activity.detail.code [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-provided-employment-service" ] ;
           fhir:Coding.code [ fhir:value "13" ] ;
           fhir:Coding.display [ fhir:value "就業服務" ]
         ]
       ] ;
       fhir:CarePlan.activity.detail.status [ fhir:value "scheduled" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://sfaa.gov.tw/base/CarePlan/current-care-min.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

