MedicationStatement.id[0] | UKCore-Extension-MedicationPrescribingOrganizationType-Example |
MedicationStatement.text[0].status[0] | additional |
MedicationStatement.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the type of organisation or setting responsible for authorising and issuing a medication, but not the organisation or setting delivering the patient care</div> |
MedicationStatement.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType |
MedicationStatement.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType |
MedicationStatement.extension[0].value[0].coding[0].code[0] | prescribed-at-gp-practice |
MedicationStatement.extension[0].value[0].coding[0].display[0] | Prescribed at GP practice |
MedicationStatement.status[0] | active |
MedicationStatement.medication[0].coding[0].system[0] | https://dmd.nhs.uk |
MedicationStatement.medication[0].coding[0].code[0] | 39732311000001104 |
MedicationStatement.medication[0].coding[0].display[0] | Amoxicillin 250mg capsules |
MedicationStatement.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
MedicationStatement |
id : UKCore-Extension-MedicationPrescribingOrganizationType-Example |
text |
status : additional |
extension |
url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType |
value |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType |
code : prescribed-at-gp-practice |
display : Prescribed at GP practice |
status : active |
medication |
coding |
system : https://dmd.nhs.uk |
code : 39732311000001104 |
display : Amoxicillin 250mg capsules |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
<MedicationStatement xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-MedicationPrescribingOrganizationType-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType" /> <code value="prescribed-at-gp-practice" /> <display value="Prescribed at GP practice" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> <status value="active" /> <medicationCodeableConcept> <coding> <system value="https://dmd.nhs.uk" /> <code value="39732311000001104" /> <display value="Amoxicillin 250mg capsules" /> </coding> </medicationCodeableConcept> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> </MedicationStatement>
{ "resourceType": "MedicationStatement", "id": "UKCore-Extension-MedicationPrescribingOrganizationType-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType", "code": "prescribed-at-gp-practice", "display": "Prescribed at GP practice" } ] } } ], "status": "active", "medicationCodeableConcept": { "coding": [ { "system": "https://dmd.nhs.uk", "code": "39732311000001104", "display": "Amoxicillin 250mg capsules" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" } }