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 json | Download

{
  "resourceType" : "Flag",
  "id" : "546482",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/ips/StructureDefinition/Flag-alert-uv-ips"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions"
  },
  "extension" : [
    {
      "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" : "contact",
          "display" : "Subject Contact"
        }
      ],
      "text" : "Subject Contact"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "370388006",
        "display" : "Patient immunocompromised (finding)"
      }
    ],
    "text" : "Patient Immunocompromised"
  },
  "subject" : {
    🔗 "reference" : "Patient/66033"
  }
}