FHIR IG analytics| Package | hl7.fhir.us.pacio-toc |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-BSJ-SMPMedStmt7.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement BSJ-SMPMedStmt7
status: Active
medication: acetaminophen 650 MG Oral Tablet
subject: Betsy Smith-Johnson
dateAsserted: 2024-08-11
informationSource: Happy Nursing Facility
reasonCode: Osteoarthritis (disorder)
| Sequence | Text |
| 1 | every 6 hours or as needed for pain |
{
"resourceType": "MedicationStatement",
"id": "BSJ-SMPMedStmt7",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "MedicationRequest/BSJ-SMPMedReq7"
}
],
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "198444",
"display": "acetaminophen 650 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": "396275006",
"display": "Osteoarthritis (disorder)"
}
]
}
],
"dosage": [
{
"sequence": 1,
"text": "every 6 hours or as needed for pain"
}
]
}