FHIR IG analytics| Package | hl7.fhir.us.pacio-toc.r4b |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-BSJ-SMPMedStmt2.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement BSJ-SMPMedStmt2
status: Active
medication: sertraline 25 MG Oral Tablet
subject: Betsy Smith-Johnson
dateAsserted: 2024-08-11
informationSource: Happy Nursing Facility
reasonCode: Depressive disorder (disorder)
| Sequence | Text |
| 1 | po nightly |
{
"resourceType": "MedicationStatement",
"id": "BSJ-SMPMedStmt2",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}