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 ValueSet Library Expansion Parameters Example - JSON Representation

Active as of 2023-12-14

Raw json | Download


{
  "resourceType" : "Library",
  "id" : "library-us-ph-valueset-library-expansion-parameters-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-valueset-library"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Related Artifacts</h2><table class=\"grid\"><tr><td>composed-of</td><td><a href=\"ValueSet-valueset-dxtc-example.html\">Example Diagnosis Problem Triggers for Public Health Reporting</a></td></tr></table><h2>Contents</h2></div>"
  },
  "contained" : [
    {
      "resourceType" : "Parameters",
      "id" : "expansion-parameters-ecr",
      "parameter" : [
        {
          "name" : "profile-url",
          "valueString" : "dc8fd4bc-091a-424a-8a3b-6198ef146891"
        },
        {
          "name" : "system-version",
          "valueString" : "http://snomed.info/sct|http://snomed.info/sct/731000124108"
        }
      ]
    }
  ],
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-expansion-parameters-extension",
      "valueReference" : {
        "reference" : "#expansion-parameters-ecr"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/us/ecr/Library/library-us-ph-valueset-library-expansion-parameters-example",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.114222.4.11.11111.5"
    }
  ],
  "version" : "2.1.1",
  "name" : "USPHValueSetLibraryExpansionParametersExample",
  "title" : "US Public Health ValueSet Library Expansion Parameters Example",
  "status" : "active",
  "experimental" : true,
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/library-type",
        "code" : "asset-collection"
      }
    ]
  },
  "date" : "2023-12-14T03:00:48+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" : "Description of library",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "purpose" : "Purpose of library",
  "effectivePeriod" : {
    "start" : "2020-11-01"
  },
  "relatedArtifact" : [
    {
      "type" : "composed-of",
      "resource" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example"
    }
  ]
}