FHIR IG analytics| Package | pipeline-test |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-ExampleAllergyIntoleranceSulfonamideFR.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance ExampleAllergyIntoleranceSulfonamideFR
Language: fr-BE
clinicalStatus: Active
verificationStatus: Confirmed
type: Allergy
category: Medication
code: Allergie aux sulfamides
recordedDate: 2021-09-15
note:
Reaction allergique confirmee aux sulfamides. Eviter toute prescription de cette classe de medicaments.
{
"resourceType": "AllergyIntolerance",
"id": "ExampleAllergyIntoleranceSulfonamideFR",
"language": "fr-BE",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
]
},
"type": "allergy",
"category": [
"medication"
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "91939003",
"display": "Allergy to sulfonamide"
}
],
"text": "Allergie aux sulfamides"
},
"patient": {
"reference": "Patient/ExampleBelgianPatientFrench"
},
"recordedDate": "2021-09-15",
"note": [
{
"text": "Reaction allergique confirmee aux sulfamides. Eviter toute prescription de cette classe de medicaments."
}
]
}