Making Electronic Data More available for Research and Public Health (MedMorph)
1.0.0 - STU 1 United States of America flag

Making Electronic Data More available for Research and Public Health (MedMorph), published by HL7 International - Public Health Work 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-medmorph/ and changes regularly. See the Directory of published versions

: US Public Health Supplemental Valueset Example - JSON Representation

Active as of 2022-06-02

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "us-ph-supplemental-valueset-example",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2022-08-02T23:54:38.998+00:00",
    "source" : "#dT0KXVOAb8myg0g1",
    "profile" : [
      "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-supplemental-valueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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></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/medmorph/ValueSet/us-ph-supplemental-valueset-example",
  "version" : "1.0.0",
  "name" : "USPublicHealthSupplementalValueSetExample",
  "title" : "US Public Health Supplemental Valueset Example",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-06-02T00:00:00+10:00",
  "publisher" : "HL7 International - Public Health Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "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/medmorph/CodeSystem/us-ph-usage-context-type",
        "code" : "reporting",
        "display" : "Reporting"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-usage-context",
            "code" : "supplemental",
            "display" : "Supplemental"
          }
        ]
      }
    }
  ],
  "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"
      }
    ]
  }
}