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",
"id": "Extension-DataStandardsWales-UECDischargeInformationGiven",
"url": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-UEC-DischargeInformationGiven",
"version": "0.0.1",
"name": "ExtensionDataStandardsWalesUECDischargeInformationGiven",
"title": "Extension Data Standards Wales UEC Discharge Information Given",
"status": "draft",
"experimental": true,
"date": "2025-09-24",
"publisher": "NHS Wales",
"contact": [
{
"name": "FHIR Standards",
"telecom": [
{
"system": "email",
"value": "fhir.standards@wales.nhs.uk",
"use": "work",
"rank": 1
}
]
}
],
"description": "An extension to carry information given at the point of UEC Discharge",
"purpose": "An extension to carry information given at the point of UEC Discharge",
"copyright": "2025 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": "UEC Discharge Information Given",
"definition": "Details of the information at the point of UEC Discharge, and whether this has been given to the patient.",
"mustSupport": true
},
{
"id": "Extension.extension:givenToPatient",
"path": "Extension.extension",
"sliceName": "givenToPatient",
"short": "UEC Discharge Information Given to Patient",
"definition": "A true or false statement regarding whether the information provided at discharge from UEC was given to the patient or not.",
"max": "1"
},
{
"id": "Extension.extension:givenToPatient.url",
"path": "Extension.extension.url",
"fixedUri": "givenToPatient"
},
{
"id": "Extension.extension:givenToPatient.value[x]",
"path": "Extension.extension.value[x]",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "Extension.extension:dischargeInformation",
"path": "Extension.extension",
"sliceName": "dischargeInformation",
"short": "UEC Discharge Information",
"definition": "A reference to the information provided at discharge from UEC."
},
{
"id": "Extension.extension:dischargeInformation.url",
"path": "Extension.extension.url",
"fixedUri": "dischargeInformation"
},
{
"id": "Extension.extension:dischargeInformation.value[x]",
"path": "Extension.extension.value[x]",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.nhs.wales/StructureDefinition/Profile-DataStandardsWales-DocumentReference"
]
}
]
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "https://fhir.nhs.wales/StructureDefinition/Extension-DataStandardsWales-UEC-DischargeInformationGiven"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"max": "0",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-DocumentReference"
]
}
]
}
]
}
}