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

FHIR IG analytics

Packagehl7.fhir.us.smp
Resource TypeComposition
IdComposition-Example-SMP-MAPComposition-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: Composition Example-SMP-MAPComposition-01

status: Final

type: Pharmacology Plan of care note

date: 2025-07-02

author: Practitioner Pharmy Anyperson (official)

title: SMP Medication Action Plan for examplePatient

Attesters

-ModeParty
*ProfessionalPractitioner Pharmy Anyperson (official)

Source1

{
  "resourceType": "Composition",
  "id": "Example-SMP-MAPComposition-01",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/smp/StructureDefinition/smp-map-composition"
    ]
  },
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "type": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "80797-4",
        "display": "Pharmacology Plan of care note"
      }
    ]
  },
  "subject": {
    "reference": "Patient/examplePatient"
  },
  "date": "2025-07-02",
  "author": [
    {
      "reference": "Practitioner/examplePharmacist"
    }
  ],
  "title": "SMP Medication Action Plan for examplePatient",
  "attester": [
    {
      "mode": "professional",
      "party": {
        "reference": "Practitioner/examplePharmacist"
      }
    }
  ],
  "section": [
    {
      "title": "Medication Action Plan Care Plan for example Patient",
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "736378000",
            "display": "Medication management plan (record artifact)"
          }
        ]
      },
      "text": {
        "status": "additional",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">This section contains the Medication Action Plan Care Plan for example Patient.</div>"
      },
      "entry": [
        {
          "reference": "CarePlan/example-MAP-Alprazolam-Metoclopramide-01"
        }
      ]
    },
    {
      "title": "Medication Action Plan Care Plan Document for example Patient",
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "80797-4",
            "display": "Pharmacology Plan of care note"
          }
        ]
      },
      "text": {
        "status": "additional",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">This section contains the Medication Action Plan Care Plan Document for example Patient.</div>"
      },
      "entry": [
        {
          "reference": "DocumentReference/Example-DocumentReference-PatientSummary20250709093054"
        }
      ]
    }
  ]
}