HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.1 - STU 2.1.1 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: US Public Health Supplemental Valueset Example - JSON Representation

Active as of 2020-12-02

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "valueset-us-ph-supplemental-valueset-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-supplemental-valueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-endpoint-connection-type.html\"><code>http://terminology.hl7.org/CodeSystem/endpoint-connection-type</code></a></li><li>Include all codes defined in <a href=\"CodeSystem-ersd-endpoint-connection-type.html\"><code>http://hl7.org/fhir/us/ecr/CodeSystem/ersd-endpoint-connection-type</code></a></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
      "valueContactDetail" : {
        "name" : "CSTE Steward"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
      "valueContactDetail" : {
        "name" : "CSTE Author"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-us-ph-supplemental-valueset-example",
  "version" : "2.1.1",
  "name" : "USPublicHealthSupplementalValueSetExample",
  "title" : "US Public Health Supplemental Valueset Example",
  "status" : "active",
  "experimental" : true,
  "date" : "2020-12-02T00:00:00+10: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 valueset is a simplified duplicate of the eRSD Endpoint Connection Type valueset created for the purposes of demonstraing, by example, the US Public Health Supplemental ValueSet profile.",
  "useContext" : [
    {
      "code" : {
        "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
        "code" : "reporting",
        "display" : "Reporting"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
            "code" : "supplemental",
            "display" : "Supplemental"
          }
        ]
      }
    },
    {
      "code" : {
        "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
        "code" : "priority",
        "display" : "Priority"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
            "code" : "routine",
            "display" : "Routine"
          }
        ]
      }
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "purpose" : "Define the set of supported endpoint connection types.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"
      },
      {
        "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/ersd-endpoint-connection-type"
      }
    ]
  }
}