PACIO Advance Healthcare Directive Interoperability Implementation Guide
2.0.0-ballot - STU 2 – Ballot United States of America flag

This page is part of the PACIO Advance Directive Information Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Care Plan for Cerebrovascular accident - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "Example-Smith-Johnson-PMOCarePlan1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCarePlan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Example PMO Care Plan</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/adi-condition-code-extension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "230690007",
            "display" : "Cerebrovascular accident (disorder)"
          }
        ]
      }
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "93037-0",
          "display" : "Portable medical order form"
        }
      ]
    }
  ],
  "title" : "Care Plan for Cerebrovascular accident",
  "subject" : {
    🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1"
  },
  "addresses" : [
    {
      "display" : "Stroke and impaired speech."
    }
  ],
  "goal" : [
    {
      "display" : "Prescribe speech therapy to improve expressive dysphasia."
    }
  ]
}