FHIR IG analytics| Package | hl7.fhir.eu.hdr |
| Resource Type | Flag |
| Id | Flag-example-flag-no-left-arm.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-no-left-arm
Profile: Flag:Patient (EU core)
Flag details: Patient has lymphedema following left-sided mastectomy. Avoid venipuncture and blood pressure measurement on the left arm.
Flag Priority: Medium priority
status: Active
category: Safety
code: Do not use left arm for blood draws or IV access
subject: Fiona XXX_Swart
{
"resourceType": "Flag",
"id": "example-flag-no-left-arm",
"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": {
"display": "Patient has lymphedema following left-sided mastectomy. Avoid venipuncture and blood pressure measurement on the left arm."
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/flag-priority",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/flag-priority-code",
"code": "PM",
"display": "Medium priority"
}
]
}
}
],
"status": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/flag-category",
"code": "safety",
"display": "Safety"
}
]
}
],
"code": {
"text": "Do not use left arm for blood draws or IV access"
},
"subject": {
"reference": "Patient/patient-swart",
"display": "Fiona XXX_Swart"
}
}