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 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-safr-hrd-supply-days-example-codes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://hl7.org/fhir/us/safr/ValueSet/us-safr-hrd-supply-days-example-codes"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/safr/ValueSet/us-safr-hrd-supply-days-example-codes>
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986>     ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.53.48.1" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "USSAFRSupplyDaysExampleVS"] ; # 
  fhir:title [ fhir:v "US SAFR Time Period Rantes Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-03-31T13:23:39+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Public Health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Public Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set uses codes from ISO 8601 for expressing time period ranges."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166>       ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/time-period-ranges"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/time-period-ranges>       ] ;
      ( fhir:concept [
fhir:code [ fhir:v "P0D--0D" ] ;
fhir:display [ fhir:v "0 DAYS" ]       ] [
fhir:code [ fhir:v "P1D--3D" ] ;
fhir:display [ fhir:v "1-3 DAYS" ]       ] [
fhir:code [ fhir:v "P4D--6D" ] ;
fhir:display [ fhir:v "4-6 DAYS" ]       ] [
fhir:code [ fhir:v "P7D--14D" ] ;
fhir:display [ fhir:v "7-14 DAYS" ]       ] [
fhir:code [ fhir:v "P15D--30D" ] ;
fhir:display [ fhir:v "15-30 DAYS" ]       ] [
fhir:code [ fhir:v "P30D--9999D" ] ;
fhir:display [ fhir:v ">30 DAYS" ]       ] )     ] )
  ] . #