FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"url": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-Speciality",
"name": "ExtensionDataStandardsWalesSpeciality",
"status": "draft",
"publisher": "NHS Wales",
"contact": [
{
"name": "Data Standards",
"telecom": [
{
"system": "email",
"value": "data.standards@wales.nhs.uk",
"use": "work",
"rank": 1
}
]
}
],
"description": "An extension to carry the specialty of a practitioner that would be required to perform the service requested in this appointment",
"purpose": "An extension to carry the specialty of a practitioner that would be required to perform the service requested in this appointment",
"copyright": "2023 NHS Wales",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "Encounter"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "The specialty of a practitioner that would be required to perform the service requested in this appointmen",
"definition": "The specialty of a practitioner that would be required to perform the service requested in this appointmen",
"mustSupport": true
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-Speciality"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"short": "The specialty of a practitioner that would be required to perform the service requested at this encounter",
"definition": "The specialty of a practitioner that would be required to perform the service requested at this encounter",
"type": [
{
"code": "CodeableConcept"
}
],
"mustSupport": false,
"binding": {
"strength": "extensible",
"valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-PracticeSettingCode"
}
}
]
}
}