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

FHIR IG analytics

Packagehl7.fhir.us.smp
Resource TypeCarePlan
IdCarePlan-example-MAP-Alprazolam-Metoclopramide-01.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

Generated Narrative: CarePlan example-MAP-Alprazolam-Metoclopramide-01

status: Draft

intent: Plan

category: Medication management plan (record artifact)

title: Example Med Action Plan (MAP) - Alprazolam and metoclopramide concurrent therapy as detected issue

description: Example Med Action Plan (MAP) - Alprazolam and metoclopramide concurrent therapy as DetectedIssue with risk for falls.

subject: Betsy Smith-Johnson

created: 2025-07-02

author: Practitioner Pharmy Anyperson (official)

supportingInfo: DetectedIssue Duplicate Therapy Alert


Source1

{
  "resourceType": "CarePlan",
  "id": "example-MAP-Alprazolam-Metoclopramide-01",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medication-action-plan"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "draft",
  "intent": "plan",
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "736378000",
          "display": "Medication management plan (record artifact)"
        }
      ]
    }
  ],
  "title": "Example Med Action Plan (MAP) - Alprazolam and metoclopramide concurrent therapy as detected issue",
  "description": "Example Med Action Plan (MAP) - Alprazolam and metoclopramide concurrent therapy as DetectedIssue with risk for falls.",
  "subject": {
    "reference": "Patient/examplePatient",
    "display": "Betsy Smith-Johnson"
  },
  "created": "2025-07-02",
  "author": {
    "reference": "Practitioner/examplePharmacist"
  },
  "supportingInfo": [
    {
      "reference": "DetectedIssue/example-di01-duplicateTherapy"
    }
  ]
}