FHIR IG analytics| Package | hl7.fhir.us.pacio-toc.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-BSJ-SMPMedReq7.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest BSJ-SMPMedReq7
status: Active
intent: Order
medication: acetaminophen 650 MG Oral Tablet
subject: Betsy Smith-Johnson
authoredOn: 2024-08-11
reasonCode: Osteoarthritis (disorder)
| Sequence | Text |
| 1 | every 6 hours or as needed for pain |
{
"resourceType": "MedicationRequest",
"id": "BSJ-SMPMedReq7",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"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"
},
"authoredOn": "2024-08-11",
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "396275006",
"display": "Osteoarthritis (disorder)"
}
]
}
],
"dosageInstruction": [
{
"sequence": 1,
"text": "every 6 hours or as needed for pain"
}
]
}