FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-mni-allergyIntolerance-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance mni-allergyIntolerance-example1
clinicalStatus: Active
type: Allergy
category: Food
criticality: High Risk
code: Allergy to peanuts
patient: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
{
"resourceType": "AllergyIntolerance",
"id": "mni-allergyIntolerance-example1",
"meta": {
"profile": [
"https://mednet.swiss/fhir/StructureDefinition/mni-allergyIntolerance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"type": "allergy",
"category": [
"food"
],
"criticality": "high",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "91935009",
"display": "Allergy to peanuts"
}
],
"text": "Allergy to peanuts"
},
"patient": {
"reference": "Patient/mni-patient-example1"
}
}