XML View
<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-PharmacistVerifiedIndicator-Example" />
<text>
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PharmacistVerifiedIndicator">
<valueBoolean value="true" />
</extension>
<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>
JSON View
{
"resourceType": "MedicationStatement",
"id": "UKCore-Extension-PharmacistVerifiedIndicator-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-PharmacistVerifiedIndicator",
"valueBoolean": true
}
],
"status": "active",
"medicationCodeableConcept": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "39732311000001104",
"display": "Amoxicillin 250mg capsules"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}