FHIR IG analytics| Package | hl7.fhir.us.pacio-toc.r4b |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-BSJ-SMPMedReq6.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest BSJ-SMPMedReq6
status: Active
intent: Order
medication: rosuvastatin calcium 5 MG Oral Tablet
subject: Betsy Smith-Johnson
authoredOn: 2024-08-11
reasonCode: Osteopenia
| Sequence | Text |
| 1 | Calcium 500 mg |
{
"resourceType": "MedicationRequest",
"id": "BSJ-SMPMedReq6",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "859424",
"display": "rosuvastatin calcium 5 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": "312894000",
"display": "Osteopenia"
}
]
}
],
"dosageInstruction": [
{
"sequence": 1,
"text": "Calcium 500 mg"
}
]
}