FHIR IG analytics| Package | fhirfrog.au-core-tests |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-au-core-allergyintolerance-conformant.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance au-core-allergyintolerance-conformant
clinicalStatus: Active
verificationStatus: Confirmed
code: Allergy to peanuts
patient: Patient/patient-fixture
onset: 2020-06-01
note:
Synthetic test allergy record for AU Core Frog conformance testing.
| Manifestation | Severity |
| Skin rash | Moderate |
{
"resourceType": "AllergyIntolerance",
"id": "au-core-allergyintolerance-conformant",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "91935009",
"display": "Allergy to peanuts"
}
]
},
"patient": {
"reference": "Patient/patient-fixture"
},
"onsetDateTime": "2020-06-01",
"note": [
{
"text": "Synthetic test allergy record for AU Core Frog conformance testing."
}
],
"reaction": [
{
"manifestation": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "271807003",
"display": "Skin rash"
}
]
}
],
"severity": "moderate"
}
]
}