FHIR IG analytics| Package | hl7.at.fhir.elga.aps.r4 |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-at-aps-example-allergyintolerance-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance at-aps-example-allergyintolerance-01
Profile: AT APS AllergyIntolerance
clinicalStatus: Resolved
verificationStatus: Confirmed
code: Ambrosiapollen
patient: Maria Musterfrau
onset: Absent because : unknown
{
"resourceType": "AllergyIntolerance",
"id": "at-aps-example-allergyintolerance-01",
"meta": {
"profile": [
"https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-allergyintolerance"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "resolved"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "256303006",
"display": "Ambrosiapollen"
}
]
},
"patient": {
"reference": "Patient/at-aps-example-patient-01",
"display": "Maria Musterfrau"
},
"_onsetDateTime": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
}
}