Standardized Medication Profile (SMP) FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smp-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Composition Example-SMP-MAPComposition-01</b></p><a name=\"Example-SMP-MAPComposition-01\"> </a><a name=\"hcExample-SMP-MAPComposition-01\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-US</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smp-map-composition.html\">SMP Composition Medication Action Plan</a></p></div><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 80797-4}\">Pharmacology Plan of care note</span></p><p><b>date</b>: 2025-07-02</p><p><b>author</b>: <a href=\"Practitioner-examplePharmacist.html\">Practitioner Pharmy Anyperson (official)</a></p><p><b>title</b>: SMP Medication Action Plan for examplePatient</p><h3>Attesters</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Mode</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Professional</td><td><a href=\"Practitioner-examplePharmacist.html\">Practitioner Pharmy Anyperson (official)</a></td></tr></table></div>"
},
"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"
}
]
}
]
}