US Public Health Profiles Library
1.0.0 - STU1 United States of America flag

US Public Health Profiles Library, published by HL7 Public Health Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-us-ph-common-library-ig/ and changes regularly. See the Directory of published versions

: US Public Health VaueSet - Supplemental Example - JSON Representation

Active as of 2022-06-02

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "us-ph-valueset-supplemental-example",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2023-07-12T10:20:32.517Z",
    "profile" : [
      "http://hl7.org/fhir/us/ph-library/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.0.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-us-ph-codesystem-endpoint-connection-type-example.html\"><code>http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-endpoint-connection-type-example</code></a></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
      "valueContactDetail" : {
        "name" : "Example Steward"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
      "valueContactDetail" : {
        "name" : "Example Author"
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/ph-library/ValueSet/us-ph-valueset-supplemental-example",
  "version" : "1.0.0",
  "name" : "USPublicHealthValueSetSupplementalExample",
  "title" : "US Public Health VaueSet - Supplemental Example",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-06-02T00:00:00+10:00",
  "publisher" : "HL7 Public Health Working Group",
  "contact" : [
    {
      "name" : "HL7 Public Health Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system" : "email",
          "value" : "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "This valueset is a valueset created for the purposes of demonstrating, by example, the US Public Health Supplemental ValueSet profile.",
  "useContext" : [
    {
      "code" : {
        "system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context-type",
        "code" : "reporting",
        "display" : "Reporting"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context",
            "code" : "supplemental",
            "display" : "Supplemental"
          }
        ]
      }
    },
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "focus",
        "display" : "Clinical Focus"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "240589008",
            "display" : "Chlamydia trachomatis infection"
          }
        ]
      }
    },
    {
      "code" : {
        "system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context-type",
        "code" : "priority",
        "display" : "Priority"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context",
            "code" : "routine",
            "display" : "Routine"
          }
        ]
      }
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "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/ph-library/CodeSystem/us-ph-codesystem-endpoint-connection-type-example"
      }
    ]
  }
}