This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) v1.6.0. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CarePlan",
"id" : "example",
"text" : {
"status" : "additional",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">Example Care and Assessment Example - put the narrative content here</div>"
},
"subject" : {
"reference" : "Patient/example"
},
"status" : "active",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/us/daf/CodeSystem/daf-core-extension-codes",
"code" : "assess-plan"
}
}
}
}
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.