International Patient Summary Implementation Guide
2.0.0 - International flag

International Patient Summary Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ips/ and changes regularly. 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>