FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.pacio-adi
Resource TypeCarePlan
IdCarePlan-Example-Smith-Johnson-PMOCarePlan1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Example PMO Care Plan


Source1

{
  "resourceType": "CarePlan",
  "id": "Example-Smith-Johnson-PMOCarePlan1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PMOCarePlan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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."
    }
  ]
}