STU 2 Ballot

This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

DAF-Core CarePlan JSON Example: example

Raw JSON

{
  "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.