US Situational Awareness Framework for Reporting (US SAFR) Implementation Guide
1.0.0 - STU 1 United States of America flag

US Situational Awareness Framework for Reporting (US SAFR) Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/us-safr/ and changes regularly. See the Directory of published versions

: USSAFRSupplyDaysExampleVS - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "us-safr-hrd-supply-days-example-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet us-safr-hrd-supply-days-example-codes</b></p><a name=\"us-safr-hrd-supply-days-example-codes\"> </a><a name=\"hcus-safr-hrd-supply-days-example-codes\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-time-period-ranges.html\"><code>http://terminology.hl7.org/CodeSystem/time-period-ranges</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>P0D--0D</td><td>0 DAYS</td></tr><tr><td>P1D--3D</td><td>1-3 DAYS</td></tr><tr><td>P4D--6D</td><td>4-6 DAYS</td></tr><tr><td>P7D--14D</td><td>7-14 DAYS</td></tr><tr><td>P15D--30D</td><td>15-30 DAYS</td></tr><tr><td>P30D--9999D</td><td>&gt;30 DAYS</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/safr/ValueSet/us-safr-hrd-supply-days-example-codes",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.53.48.1"
    }
  ],
  "version" : "1.0.0",
  "name" : "USSAFRSupplyDaysExampleVS",
  "title" : "US SAFR Time Period Rantes Value Set",
  "status" : "active",
  "experimental" : true,
  "date" : "2026-03-31T13:23:39+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "name" : "HL7 International / Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This value set uses codes from ISO 8601 for expressing time period ranges.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/time-period-ranges",
        "concept" : [
          {
            "code" : "P0D--0D",
            "display" : "0 DAYS"
          },
          {
            "code" : "P1D--3D",
            "display" : "1-3 DAYS"
          },
          {
            "code" : "P4D--6D",
            "display" : "4-6 DAYS"
          },
          {
            "code" : "P7D--14D",
            "display" : "7-14 DAYS"
          },
          {
            "code" : "P15D--30D",
            "display" : "15-30 DAYS"
          },
          {
            "code" : "P30D--9999D",
            "display" : ">30 DAYS"
          }
        ]
      }
    ]
  }
}