FHIR IG analytics| Package | hl7.fhir.eu.hdr |
| Resource Type | Flag |
| Id | Flag-example-flag-allergy.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Flag example-flag-allergy
Profile: Flag:Patient (EU core)
Flag details: Allergy to penicillin
Flag Priority: High priority
status: Active
category: Drug
code: Critical allergy: Penicillin
subject: Fiona XXX_Swart
period: 2024-01-10 --> (ongoing)
{
"resourceType": "Flag",
"id": "example-flag-allergy",
"meta": {
"profile": [
"http://hl7.eu/fhir/base/StructureDefinition/flag-patient-eu-core"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/flag-detail",
"valueReference": {
"reference": "AllergyIntolerance/penicillin-allergy",
"display": "Allergy to penicillin"
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/flag-priority",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/flag-priority-code",
"code": "PH",
"display": "High priority"
}
]
}
}
],
"status": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/flag-category",
"code": "drug",
"display": "Drug"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "91936005",
"display": "Allergy to penicillin"
}
],
"text": "Critical allergy: Penicillin"
},
"subject": {
"reference": "Patient/patient-swart",
"display": "Fiona XXX_Swart"
},
"period": {
"start": "2024-01-10"
}
}