Example Medications List - GP Record

This examples medication list is provided as part of a patient journey scenario, which is described here. The list references the following example resources:

Below is an example of the above medication statements combined into a medication list:

List
List.id[0]Example-DataStandardsWales-List-Medications-GP
List.status[0]current
List.mode[0]snapshot
List.code[0].coding[0].system[0]http://snomed.info/sct
List.code[0].coding[0].code[0]933361000000108
List.code[0].coding[0].display[0]Medications and medical devices
List.subject[0].reference[0]Patient/Example-DataStandardsWales-Patient-PeterPiper
List.subject[0].display[0]PIPER, Peter (NHS: 1192335566)
List.encounter[0].reference[0]Encounter/Encounter-GP
List.encounter[0].display[0]...
List.date[0]2022-01-10T10:00:00Z
List.source[0].reference[0]Practitioner/Practitioner-GP
List.source[0].display[0]...
List.entry[0].item[0].reference[0]MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bendroflumethiazide-GP
List.entry[0].item[0].display[0]Bendroflumethiazide 2.5mg tablets - 1 tablet every morning
List.entry[1].item[0].reference[0]MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bisoprolol-GP
List.entry[1].item[0].display[0]Bisoprolol 1.25mg tablets - 1 tablet every morning
List.entry[2].item[0].reference[0]MedicationStatement/Example-DataStandardsWales-MedicationStatement-Nifedipress-GP
List.entry[2].item[0].display[0]Nifedipress MR 20mg tablet 1 tablet twice a day
List.entry[3].item[0].reference[0]MedicationStatement/Example-DataStandardsWales-MedicationStatement-Ramipril-GP
List.entry[3].item[0].display[0]Ramipril 2.5mg tablet - 1 tablet in the morning
List.entry[4].item[0].reference[0]MedicationStatement/Example-DataStandardsWales-MedicationStatement-Atorvastatin-GP
List.entry[4].item[0].display[0]Atorvastatin 20mg tablet - 1 tablet at night
List.entry[5].item[0].reference[0]MedicationStatement/Example-DataStandardsWales-MedicationStatement-DurogesicDTrans-GP
List.entry[5].item[0].display[0]Durogesic DTrans 25 micrograms/hour transdermal patches - Apply one patch every 72 hours
List.entry[6].item[0].reference[0]MedicationStatement/Example-DataStandardsWales-MedicationStatement-Hydrocortisone-GP
List.entry[6].item[0].display[0]Hydrocortisone 1% Cream - Apply to the affected area twice a day
List.entry[7].item[0].reference[0]MedicationStatement/Example-DataStandardsWales-MedicationStatement-Latanoprost-GP
List.entry[7].item[0].display[0]Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free - Instil one drop into the left eye at night
List.entry[8].item[0].reference[0]MedicationStatement/Example-DataStandardsWales-MedicationStatement-Amoxicillin-GP
List.entry[8].item[0].display[0]Amoxicillin 500mg capsules, one capsule three times a day for 7 days
<List xmlns="http://hl7.org/fhir">
    <id value="Example-DataStandardsWales-List-Medications-GP" />
    <status value="current" />
    <mode value="snapshot" />
    <code>
        <coding>
            <system value="http://snomed.info/sct" />
            <code value="933361000000108" />
            <display value="Medications and medical devices" />
        </coding>
    </code>
    <subject>
        <reference value="Patient/Example-DataStandardsWales-Patient-PeterPiper" />
        <display value="PIPER, Peter (NHS: 1192335566)" />
    </subject>
    <encounter>
        <reference value="Encounter/Encounter-GP" />
        <display value="..." />
    </encounter>
    <date value="2022-01-10T10:00:00Z" />
    <source>
        <reference value="Practitioner/Practitioner-GP" />
        <display value="..." />
    </source>
    <entry>
        <item>
            <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bendroflumethiazide-GP" />
            <display value="Bendroflumethiazide 2.5mg tablets - 1 tablet every morning" />
        </item>
    </entry>
    <entry>
        <item>
            <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bisoprolol-GP" />
            <display value="Bisoprolol 1.25mg tablets - 1 tablet every morning" />
        </item>
    </entry>
    <entry>
        <item>
            <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Nifedipress-GP" />
            <display value="Nifedipress MR 20mg tablet 1 tablet twice a day" />
        </item>
    </entry>
    <entry>
        <item>
            <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Ramipril-GP" />
            <display value="Ramipril 2.5mg tablet - 1 tablet in the morning" />
        </item>
    </entry>
    <entry>
        <item>
            <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Atorvastatin-GP" />
            <display value="Atorvastatin 20mg tablet - 1 tablet at night" />
        </item>
    </entry>
    <entry>
        <item>
            <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-DurogesicDTrans-GP" />
            <display value="Durogesic DTrans 25 micrograms/hour transdermal patches - Apply one patch every 72 hours" />
        </item>
    </entry>
    <entry>
        <item>
            <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Hydrocortisone-GP" />
            <display value="Hydrocortisone 1% Cream - Apply to the affected area twice a day" />
        </item>
    </entry>
    <entry>
        <item>
            <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Latanoprost-GP" />
            <display value="Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free - Instil one drop into the left eye at night" />
        </item>
    </entry>
    <entry>
        <item>
            <reference value="MedicationStatement/Example-DataStandardsWales-MedicationStatement-Amoxicillin-GP" />
            <display value="Amoxicillin 500mg capsules, one capsule three times a day for 7 days" />
        </item>
    </entry>
</List>
{
    "resourceType": "List",
    "id": "Example-DataStandardsWales-List-Medications-GP",
    "status": "current",
    "mode": "snapshot",
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "933361000000108",
                "display": "Medications and medical devices"
            }
        ]
    },
    "subject": {
        "reference": "Patient/Example-DataStandardsWales-Patient-PeterPiper",
        "display": "PIPER, Peter (NHS: 1192335566)"
    },
    "encounter": {
        "reference": "Encounter/Encounter-GP",
        "display": "..."
    },
    "date": "2022-01-10T10:00:00Z",
    "source": {
        "reference": "Practitioner/Practitioner-GP",
        "display": "..."
    },
    "entry":  [
        {
            "item": {
                "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bendroflumethiazide-GP",
                "display": "Bendroflumethiazide 2.5mg tablets - 1 tablet every morning"
            }
        },
        {
            "item": {
                "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Bisoprolol-GP",
                "display": "Bisoprolol 1.25mg tablets - 1 tablet every morning"
            }
        },
        {
            "item": {
                "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Nifedipress-GP",
                "display": "Nifedipress MR 20mg tablet 1 tablet twice a day"
            }
        },
        {
            "item": {
                "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Ramipril-GP",
                "display": "Ramipril 2.5mg tablet - 1 tablet in the morning"
            }
        },
        {
            "item": {
                "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Atorvastatin-GP",
                "display": "Atorvastatin 20mg tablet - 1 tablet at night"
            }
        },
        {
            "item": {
                "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-DurogesicDTrans-GP",
                "display": "Durogesic DTrans 25 micrograms/hour transdermal patches - Apply one patch every 72 hours"
            }
        },
        {
            "item": {
                "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Hydrocortisone-GP",
                "display": "Hydrocortisone 1% Cream - Apply to the affected area twice a day"
            }
        },
        {
            "item": {
                "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Latanoprost-GP",
                "display": "Latanoprost 50micrograms/ml eye drops 0.2ml unit dose preservative free - Instil one drop into the left eye at night"
            }
        },
        {
            "item": {
                "reference": "MedicationStatement/Example-DataStandardsWales-MedicationStatement-Amoxicillin-GP",
                "display": "Amoxicillin 500mg capsules, one capsule three times a day for 7 days"
            }
        }
    ]
}