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-allergy.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-allergy

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)


Source1

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