FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.safr
Resource TypeValueSet
IdValueSet-us-safr-hrd-supply-days-example-codes.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/us-safr/ValueSet-us-safr-hrd-supply-days-example-codes.html
URLhttp://hl7.org/fhir/us/safr/ValueSet/us-safr-hrd-supply-days-example-codes
Version1.0.0
Statusactive
Date2026-03-31T13:23:39+00:00
NameUSSAFRSupplyDaysExampleVS
TitleUS SAFR Time Period Rantes Value Set
Realmus
Authorityhl7
DescriptionThis value set uses codes from ISO 8601 for expressing time period ranges.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
hl7.terminology#currenttime-period-rangesTime Period Ranges

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet us-safr-hrd-supply-days-example-codes


Source1

{
  "resourceType": "ValueSet",
  "id": "us-safr-hrd-supply-days-example-codes",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    ]
  }
}