example-SPOClinicalInformationResponse-MedicationStatement-lipitor

JSON Format: MedicationStatement

Download Raw MedicationStatement json example

Record for consumption of Lipitor 20 MG Oral Tablet.
{
    "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"
                    }
                }
            ]
        }
    ]
}