International Patient Summary Implementation Guide
2.0.1 - STU 2 International flag

This page is part of the International Patient Summary Implementation Guide (v2.0.1: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Flag - Alert of Patient Immunocompromised

Page standards status: Informative

Raw xml | Download


<Flag xmlns="http://hl7.org/fhir">
  <id value="546482"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/ips/StructureDefinition/Flag-alert-uv-ips"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="extensions"/>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/flag-priority">
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/flag-priority-code"/>
        <code value="PH"/>
        <display value="High priority"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <status value="active"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/flag-category"/>
      <code value="contact"/>
      <display value="Subject Contact"/>
    </coding>
    <text value="Subject Contact"/>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="370388006"/>
      <display value="Patient immunocompromised (finding)"/>
    </coding>
    <text value="Patient Immunocompromised"/>
  </code>
  <subject>🔗 
    <reference value="Patient/66033"/>
  </subject>
</Flag>