XML View
<Medication xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-MedicationTradeFamily-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-MedicationTradeFamily">
<valueCodeableConcept>
<coding>
<system value="http://snomed.info/sct" />
<code value="9298001000001101" />
<display value="Panadol Extra" />
</coding>
</valueCodeableConcept>
</extension>
<code>
<coding>
<system value="https://dmd.nhs.uk" />
<code value="18677911000001109" />
<display value="Panadol Extra Advance 500mg/65mg tablets (Haleon UK Ltd)" />
</coding>
</code>
</Medication>
JSON View
{
"resourceType": "Medication",
"id": "UKCore-Extension-MedicationTradeFamily-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-MedicationTradeFamily",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "9298001000001101",
"display": "Panadol Extra"
}
]
}
}
],
"code": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "18677911000001109",
"display": "Panadol Extra Advance 500mg/65mg tablets (Haleon UK Ltd)"
}
]
}
}