FHIR IG analytics| Package | surescripts.specialty |
| Resource Type | MedicationStatement |
| Id | example-SPOClinicalInformationResponse-MedicationStatement-lipitor.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationStatement",
"id": "example-SPOClinicalInformationResponse-MedicationStatement-lipitor",
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "617318",
"display": "Lipitor 20 MG Oral Tablet"
}
]
},
"subject": {
"reference": "Patient/799999"
},
"effectiveDateTime": "2020-02-02T00:00:00+00:00",
"dateAsserted": "2020-02-01",
"reasonCode": [
{
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10-cm",
"code": "E78.00",
"display": "Pure hypercholesterolemia, unspecified"
}
]
}
],
"dosage": [
{
"text": "1 tab PO qd",
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral Route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "TAB"
}
}
]
}
]
}