This page is part of the PACIO Transitions of Care Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "MedicationStatement",
"id" : "BSJ-SMPMedStmt2",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement BSJ-SMPMedStmt2</b></p><a name=\"BSJ-SMPMedStmt2\"> </a><a name=\"hcBSJ-SMPMedStmt2\"> </a><a name=\"BSJ-SMPMedStmt2-en-US\"> </a><p><b>basedOn</b>: <a href=\"MedicationRequest-BSJ-SMPMedReq2.html\">MedicationRequest: status = active; intent = order; medication[x] = sertraline 25 MG Oral Tablet; authoredOn = 2024-08-11; reasonCode = Depressive disorder (disorder)</a></p><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 312940}\">sertraline 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=\"Organization-org-SNF-Happy-Nursing-Facility.html\">Happy Nursing Facility</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 35489007}\">Depressive disorder (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 nightly</td></tr></table></div>"
},
"basedOn" : [
{
🔗 "reference" : "MedicationRequest/BSJ-SMPMedReq2"
}
],
"status" : "active",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "312940",
"display" : "sertraline 25 MG Oral Tablet"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Example-Smith-Johnson-Patient1",
"display" : "Betsy Smith-Johnson"
},
"dateAsserted" : "2024-08-11",
"informationSource" : {
🔗 "reference" : "Organization/org-SNF-Happy-Nursing-Facility",
"display" : "Happy Nursing Facility"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "35489007",
"display" : "Depressive disorder (disorder)"
}
]
}
],
"dosage" : [
{
"sequence" : 1,
"text" : "po nightly"
}
]
}