FHIR IG analytics| Package | hl7.fhir.us.pacio-toc |
| Resource Type | MedicationStatement |
| Id | MedicationStatement-BSJ-SMPMedStmt9.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationStatement BSJ-SMPMedStmt9
status: Active
medication: clopidogrel 75 MG Oral Tablet
subject: Betsy Smith-Johnson
dateAsserted: 2024-08-11
informationSource: Dr. Gerald Park
reasonCode: Hyperlipidemia
| Sequence | Text |
| 1 | po nightly |
{
"resourceType": "MedicationStatement",
"id": "BSJ-SMPMedStmt9",
"meta": {
"profile": [
"http://hl7.org/fhir/us/smp/StructureDefinition/smp-medicationstatement"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "MedicationRequest/BSJ-SMPMedReq9"
}
],
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "309362",
"display": "clopidogrel 75 MG Oral Tablet"
}
]
},
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient1",
"display": "Betsy Smith-Johnson"
},
"dateAsserted": "2024-08-11",
"informationSource": {
"reference": "Practitioner/Example-GeraldPark",
"display": "Dr. Gerald Park"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "55822004",
"display": "Hyperlipidemia"
}
]
}
],
"dosage": [
{
"sequence": 1,
"text": "po nightly"
}
]
}