Example MedicationStatement - Nifedipress

This shows an example medication statement as recorded as part of the inpatient medication record.

MedicationStatement
MedicationStatement.id[0]Example-MedicationStatement-Nifedipress-Inpatient
MedicationStatement.meta[0].profile[0]https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement
MedicationStatement.text[0].status[0]generated
MedicationStatement.text[0].div[0]
Nifedipress MR 20mg tablet 1 tablet twice a day
MedicationStatement.status[0]active
MedicationStatement.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/medication-statement-category
MedicationStatement.category[0].coding[0].code[0]inpatient
MedicationStatement.category[0].coding[0].display[0]Inpatient
MedicationStatement.medication[0].coding[0].system[0]https://dmd.nhs.uk
MedicationStatement.medication[0].coding[0].code[0]619111000001101
MedicationStatement.medication[0].coding[0].display[0]Nifedipress MR 20 tablets
MedicationStatement.medication[0].text[0]Nifedipress MR 20 tablets
MedicationStatement.subject[0].reference[0]Patient/Example-DataStandardsWales-Patient-PeterPiper
MedicationStatement.subject[0].display[0]PIPER, Peter (NHS: 1192335566)
MedicationStatement.context[0].reference[0]Encounter/Encounter-Inpatient
MedicationStatement.context[0].display[0]...
MedicationStatement.dateAsserted[0]2022-07-12T11:00:00Z
MedicationStatement.informationSource[0].reference[0]Practitioner/Hospital-Doctor
MedicationStatement.informationSource[0].display[0]...
MedicationStatement.dosage[0].text[0]Nifedipress MR 20mg tablet 1 tablet twice a day
MedicationStatement.dosage[0].timing[0].repeat[0].frequency[0]2
MedicationStatement.dosage[0].timing[0].repeat[0].period[0]1
MedicationStatement.dosage[0].timing[0].repeat[0].periodUnit[0]d
MedicationStatement.dosage[0].route[0].coding[0].system[0]http://snomed.info/sct
MedicationStatement.dosage[0].route[0].coding[0].code[0]26643006
MedicationStatement.dosage[0].route[0].coding[0].display[0]Oral
MedicationStatement.dosage[0].doseAndRate[0].dose[0].value[0]1
MedicationStatement.dosage[0].doseAndRate[0].dose[0].unit[0]tablet
MedicationStatement.dosage[0].doseAndRate[0].dose[0].system[0]http://snomed.info/sct
MedicationStatement.dosage[0].doseAndRate[0].dose[0].code[0]428673006
<MedicationStatement xmlns="http://hl7.org/fhir">
    <id value="Example-MedicationStatement-Nifedipress-Inpatient" />
    <meta>
        <profile value="https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement" />
    </meta>
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <status value="active" />
    <category>
        <coding>
            <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category" />
            <code value="inpatient" />
            <display value="Inpatient" />
        </coding>
    </category>
    <medicationCodeableConcept>
        <coding>
            <system value="https://dmd.nhs.uk" />
            <code value="619111000001101" />
            <display value="Nifedipress MR 20 tablets" />
        </coding>
        <text value="Nifedipress MR 20 tablets" />
    </medicationCodeableConcept>
    <subject>
        <reference value="Patient/Example-DataStandardsWales-Patient-PeterPiper" />
        <display value="PIPER, Peter (NHS: 1192335566)" />
    </subject>
    <context>
        <reference value="Encounter/Encounter-Inpatient" />
        <display value="..." />
    </context>
    <dateAsserted value="2022-07-12T11:00:00Z" />
    <informationSource>
        <reference value="Practitioner/Hospital-Doctor" />
        <display value="..." />
    </informationSource>
    <dosage>
        <text value="Nifedipress MR 20mg tablet 1 tablet twice a day" />
        <timing>
            <repeat>
                <frequency value="2" />
                <period value="1" />
                <periodUnit value="d" />
            </repeat>
        </timing>
        <route>
            <coding>
                <system value="http://snomed.info/sct" />
                <code value="26643006" />
                <display value="Oral" />
            </coding>
        </route>
        <doseAndRate>
            <doseQuantity>
                <value value="1" />
                <unit value="tablet" />
                <system value="http://snomed.info/sct" />
                <code value="428673006" />
            </doseQuantity>
        </doseAndRate>
    </dosage>
</MedicationStatement>
{
    "resourceType": "MedicationStatement",
    "id": "Example-MedicationStatement-Nifedipress-Inpatient",
    "meta": {
        "profile":  [
            "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-MedicationStatement"
        ]
    },
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "status": "active",
    "category": {
        "coding":  [
            {
                "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
                "code": "inpatient",
                "display": "Inpatient"
            }
        ]
    },
    "medicationCodeableConcept": {
        "coding":  [
            {
                "system": "https://dmd.nhs.uk",
                "code": "619111000001101",
                "display": "Nifedipress MR 20 tablets"
            }
        ],
        "text": "Nifedipress MR 20 tablets"
    },
    "subject": {
        "reference": "Patient/Example-DataStandardsWales-Patient-PeterPiper",
        "display": "PIPER, Peter (NHS: 1192335566)"
    },
    "context": {
        "reference": "Encounter/Encounter-Inpatient",
        "display": "..."
    },
    "dateAsserted": "2022-07-12T11:00:00Z",
    "informationSource": {
        "reference": "Practitioner/Hospital-Doctor",
        "display": "..."
    },
    "dosage":  [
        {
            "text": "Nifedipress MR 20mg tablet 1 tablet twice a day",
            "timing": {
                "repeat": {
                    "frequency": 2,
                    "period": 1,
                    "periodUnit": "d"
                }
            },
            "route": {
                "coding":  [
                    {
                        "system": "http://snomed.info/sct",
                        "code": "26643006",
                        "display": "Oral"
                    }
                ]
            },
            "doseAndRate":  [
                {
                    "doseQuantity": {
                        "value": 1,
                        "unit": "tablet",
                        "system": "http://snomed.info/sct",
                        "code": "428673006"
                    }
                }
            ]
        }
    ]
}
Nifedipress MR 20mg tablet 1 tablet twice a day