FHIR IG analytics| Package | fhir.r4.wales.discovery |
| Resource Type | StructureDefinition |
| Id | Profile-DataStandardsWales-AllergyList.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"url": "https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyList",
"name": "DataStandardsWalesAllergyList",
"title": "Data Standards Wales AllergyList Profile",
"status": "draft",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "List",
"baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-List",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "List.status",
"path": "List.status",
"mustSupport": true
},
{
"id": "List.mode",
"path": "List.mode",
"mustSupport": true
},
{
"id": "List.code",
"path": "List.code",
"fixedCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "886921000000105",
"display": "Allergies and adverse reactions"
}
]
},
"mustSupport": true
},
{
"id": "List.subject",
"path": "List.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient"
]
}
],
"mustSupport": true
},
{
"id": "List.encounter",
"path": "List.encounter",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Encounter"
]
}
],
"mustSupport": true
},
{
"id": "List.source",
"path": "List.source",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.hl7.org.uk/StructureDefinition/UKCore-Device",
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Patient",
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-Practitioner",
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-PractitionerRole"
]
}
],
"mustSupport": true
},
{
"id": "List.entry.item",
"path": "List.entry.item",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.nhs.wales/StructureDefinition/DataStandardsWales-AllergyIntolerance"
]
}
],
"mustSupport": true
}
]
}
}