FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.eu.hdr
Resource TypeFlag
IdFlag-example-flag-no-left-arm.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Flag example-flag-no-left-arm

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


Source1

{
  "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"
  }
}