HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: US Public Health ValueSet Library Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Library",
  "id" : "library-us-ph-valueset-library-example",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-12-03T08:50:38.949+00:00",
    "source" : "#4yl5TSIoIIl16c3D",
    "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>"
  },
  "url" : "http://hl7.org/fhir/us/ecr/Library/library-us-ph-valueset-library-example",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.114222.4.11.11111"
    }
  ],
  "version" : "1.1.0",
  "name" : "USPHValueSetLibraryExample",
  "title" : "US Public Health ValueSet Library Example",
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/library-type",
        "code" : "asset-collection"
      }
    ]
  },
  "date" : "2020-12-16T19:27:50+00:00",
  "publisher" : "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)",
  "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"
    }
  ]
}