FHIR IG analytics| Package | snomed-ig |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-AllergyIntoleranceExample8-alt.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance AllergyIntoleranceExample8-alt
Allergy Intolerance Detailed Type Extension: Allergic disposition (finding)
clinicalStatus: Active
verificationStatus: Refuted
type: Allergy
code: Substance (substance)
{
"resourceType": "AllergyIntolerance",
"id": "AllergyIntoleranceExample8-alt",
"meta": {
"profile": [
"http://snomed.info/fhir/StructureDefinition/AllergyIntolerance-SubstanceFocused"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://snomed.info/fhir/StructureDefinition/allergy-intolerance-detailed-type",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "609328004",
"display": "Allergic disposition (finding)"
}
]
}
}
],
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
},
{
"system": "http://snomed.info/sct",
"code": "55561003",
"display": "Active (qualifier value)"
}
],
"text": "Active"
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "refuted"
},
{
"system": "http://snomed.info/sct",
"code": "410594000",
"display": "Definitely NOT present (qualifier value)"
}
],
"text": "Refuted"
},
"type": "allergy",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "105590001",
"display": "Substance (substance)"
}
]
},
"patient": {
"reference": "Patient/PatientExample1"
}
}