FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Flag/provider-unavailable (JSON)

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Device, Patient, Practitioner

Raw JSON (canonical form + also see JSON Format Specification)

Provider Unavailable

{
  "resourceType" : "Flag",
  "id" : "provider-unavailable",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dr. Adam Careful is unavailable for referrals from 10/1/2023 to 11/30/2023</div>"
  },
  "identifier" : [{
    "value" : "provider-unavailable-2024"
  }],
  "status" : "inactive",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/flag-category",
      "code" : "admin",
      "display" : "Administrative"
    }],
    "text" : "Administrative"
  }],
  "code" : {
    "coding" : [{
      "system" : "http://example.org/local",
      "code" : "unavailable",
      "display" : "Unavailable for Referrals"
    }],
    "text" : "Dr. Adam Careful is unavailable for referrals from 10/1/2023 to 11/30/2023"
  },
  "subject" : {
    "reference" : "Practitioner/example",
    "display" : "Dr. Adam Careful"
  },
  "period" : {
    "start" : "2023-09-12",
    "end" : "2023-11-30"
  },
  "author" : {
    "reference" : "Organization/example",
    "display" : "ACME Health"
  }
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.