PACIO Transitions of Care Implementation Guide, published by HL7 International / Patient Care. 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/fhir-transitions-of-care-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "MedicationStatement",
"id" : "BSJ-SMPMedStmt4",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BSJ-SMPMedStmt4</b></p><a name=\"BSJ-SMPMedStmt4\"> </a><a name=\"hcBSJ-SMPMedStmt4\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/smp/STU1/StructureDefinition-smp-medicationstatement.html\">Standardized Medication Profile - MedicationStatement</a></p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-BSJ-SMPMedReq4.html\">MedicationRequest: status = active; intent = order; medication[x] = losartan potassium 25 MG Oral Tablet; authoredOn = 2024-08-11; reasonCode = Hypertensive disorder, systemic arterial (disorder)</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 979485}\">losartan potassium 25 MG Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-Example-Smith-Johnson-Patient1.html\">Betsy Smith-Johnson</a></p><p><b>dateAsserted</b>: 2024-08-11</p><p><b>informationSource</b>: <a href=\"Practitioner-Example-GeraldPark.html\">Dr. Gerald Park</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 38341003}\">Hypertensive disorder, systemic arterial (disorder)</span></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Sequence</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td><td>po once daily</td></tr></table></div>"
},
"basedOn" : [
{
🔗 "reference" : "MedicationRequest/BSJ-SMPMedReq4"
}
],
"status" : "active",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "979485",
"display" : "losartan potassium 25 MG Oral Tablet"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1",
"display" : "Betsy Smith-Johnson"
},
"dateAsserted" : "2024-08-11",
"informationSource" : {
🔗 "reference" : "Practitioner/Example-GeraldPark",
"display" : "Dr. Gerald Park"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "38341003",
"display" : "Hypertensive disorder, systemic arterial (disorder)"
}
]
}
],
"dosage" : [
{
"sequence" : 1,
"text" : "po once daily"
}
]
}