XML View
<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="UKCore-Extension-Coverage-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-Coverage">
<valueCodeableConcept>
<coding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory" />
<code value="private" />
<display value="Private" />
</coding>
</valueCodeableConcept>
</extension>
<status value="active" />
<intent value="order" />
<subject>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</ServiceRequest>
JSON View
{
"resourceType": "ServiceRequest",
"id": "UKCore-Extension-Coverage-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-Coverage",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory",
"code": "private",
"display": "Private"
}
]
}
}
],
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}