FHIR IG analytics| Package | hl7.fhir.uv.ips.r4b |
| Resource Type | AllergyIntolerance |
| Id | AllergyIntolerance-allergyintolerance-multiple-codings.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: AllergyIntolerance allergyintolerance-multiple-codings
Profile: AllergyIntolerance (IPS)
clinicalStatus: Active
verificationStatus: Confirmed
code: Penicillin
patient: Marie Lux-Brennard Female, DoB: 1998-04-17 ( urn:oid:1.3.182.4.4#1998041799999)
onset: Absent because : unknown
{
"resourceType": "AllergyIntolerance",
"id": "allergyintolerance-multiple-codings",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/AllergyIntolerance-uv-ips"
]
},
"text": {
"status": "extensions",
"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"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "764146007",
"display": "Penicillin"
},
{
"system": "http://www.whocc.no/atc",
"code": "J01CA",
"display": "Penicillins with extended spectrum"
}
]
},
"patient": {
"reference": "Patient/66033"
},
"_onsetDateTime": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
]
}
}