@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-toc/CarePlan/BSJ2-DischargeCarePlan> a fhir:CarePlan ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BSJ2-DischargeCarePlan"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan|8.0.1"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan?version=8.0.1>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan BSJ2-DischargeCarePlan</b></p><a name=\"BSJ2-DischargeCarePlan\"> </a><a name=\"hcBSJ2-DischargeCarePlan\"> </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=\"http://hl7.org/fhir/us/core/STU8.0.1/StructureDefinition-us-core-careplan.html\">US Core CarePlan Profile</a> version: 8.0.1</p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/careplan-category assess-plan}\">Assessment and Plan of Treatment</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Smith-Johnson, Betsy Female, DoB: 1958-11-01 ( http://hl7.org/fhir/sid/us-medicare#United States Medicare Number#1AA3D58WH16)</a></p><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest-BSJ2-PCPFollowUp.html\">ServiceRequest Follow-up visit (procedure)</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest/BSJ2-SNFDischargeDietSalt\">ServiceRequest/BSJ2-SNFDischargeDietSalt</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest/BSJ2-SNFDischargeLabOrderBMP\">ServiceRequest/BSJ2-SNFDischargeLabOrderBMP</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest/BSJ2-SNFDischargeLabOrderCBC\">ServiceRequest/BSJ2-SNFDischargeLabOrderCBC</a></p></blockquote><blockquote><p><b>activity</b></p><p><b>reference</b>: <a href=\"ServiceRequest/BSJ2-SNFDischargePTRefer\">ServiceRequest/BSJ2-SNFDischargePTRefer</a></p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/us/core/CodeSystem/careplan-category"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/CodeSystem/careplan-category>
       ] ;
       fhir:code [ fhir:v "assess-plan" ] ;
       fhir:display [ fhir:v "Assessment and Plan of Treatment" ]
     ] )
  ] ) ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/us/pacio-toc/Patient/Example-Smith-Johnson-Patient1> ;
     fhir:reference [ fhir:v "Patient/Example-Smith-Johnson-Patient1" ]
  ] ; # 
  fhir:activity ( [
     fhir:reference [
       fhir:l <http://hl7.org/fhir/us/pacio-toc/ServiceRequest/BSJ2-PCPFollowUp> ;
       fhir:reference [ fhir:v "ServiceRequest/BSJ2-PCPFollowUp" ]
     ]
  ] [
     fhir:reference [
       fhir:l <http://hl7.org/fhir/us/pacio-toc/ServiceRequest/BSJ2-SNFDischargeDietSalt> ;
       fhir:reference [ fhir:v "ServiceRequest/BSJ2-SNFDischargeDietSalt" ]
     ]
  ] [
     fhir:reference [
       fhir:l <http://hl7.org/fhir/us/pacio-toc/ServiceRequest/BSJ2-SNFDischargeLabOrderBMP> ;
       fhir:reference [ fhir:v "ServiceRequest/BSJ2-SNFDischargeLabOrderBMP" ]
     ]
  ] [
     fhir:reference [
       fhir:l <http://hl7.org/fhir/us/pacio-toc/ServiceRequest/BSJ2-SNFDischargeLabOrderCBC> ;
       fhir:reference [ fhir:v "ServiceRequest/BSJ2-SNFDischargeLabOrderCBC" ]
     ]
  ] [
     fhir:reference [
       fhir:l <http://hl7.org/fhir/us/pacio-toc/ServiceRequest/BSJ2-SNFDischargePTRefer> ;
       fhir:reference [ fhir:v "ServiceRequest/BSJ2-SNFDischargePTRefer" ]
     ]
  ] ) . # 

<http://hl7.org/fhir/us/pacio-toc/Patient/Example-Smith-Johnson-Patient1> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/ServiceRequest/BSJ2-PCPFollowUp> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/ServiceRequest/BSJ2-SNFDischargeDietSalt> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/ServiceRequest/BSJ2-SNFDischargeLabOrderBMP> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/ServiceRequest/BSJ2-SNFDischargeLabOrderCBC> a fhir:Us .

<http://hl7.org/fhir/us/pacio-toc/ServiceRequest/BSJ2-SNFDischargePTRefer> a fhir:Us .

# -------------------------------------------------------------------------------------

