FHIR IG analytics| Package | swiss.mednet.fhir |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-mni-allergyIntolerance-example2.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-example2
clinicalStatus: Active
type: Intolerance
category: Food
criticality: Low Risk
code: Allergy to cow's milk
patient: Anna Paola Muster Female, DoB: 1985-12-12 ( Medical record number: 123456)
{
"resourceType": "AllergyIntolerance",
"id": "mni-allergyIntolerance-example2",
"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": "intolerance",
"category": [
"food"
],
"criticality": "low",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3718001",
"display": "Cow's milk"
}
],
"text": "Allergy to cow's milk"
},
"patient": {
"reference": "Patient/mni-patient-example1"
}
}