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 Supplemental Library Example - JSON Representation

Active as of 2023-10-04

Raw json | Download


{
  "resourceType" : "Library",
  "id" : "us-ph-supplemental-library-example",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-supplemental-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=\"Library-us-ph-executable-library-rule-filters.html\">Rule Filters</a></td></tr><tr><td>composed-of</td><td><a href=\"Library-us-ph-supplemental-valueset-library-example.html\">US Public Health Supplemental ValueSet Library Example</a></td></tr></table><h2>Contents</h2></div>"
  },
  "url" : "http://example.org/fhir/Library/us-ph-supplemental-library-example",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.114222.4.11.11112"
    }
  ],
  "version" : "1.0.0",
  "name" : "USPHSupplementalLibraryExample",
  "title" : "US Public Health Supplemental Library Example",
  "status" : "active",
  "experimental" : true,
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/library-type",
        "code" : "asset-collection"
      }
    ]
  },
  "date" : "2023-10-04T15:58:18+00: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" : "Description of library",
  "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://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context-type",
        "code" : "specification-type",
        "display" : "Specification Type"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-usage-context",
            "code" : "program",
            "display" : "Program"
          }
        ]
      }
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "purpose" : "Purpose of library",
  "effectivePeriod" : {
    "start" : "2020-11-01"
  },
  "relatedArtifact" : [
    {
      "type" : "composed-of",
      "resource" : "http://hl7.org/fhir/us/ph-library/Library/us-ph-executable-library-rule-filters"
    },
    {
      "type" : "composed-of",
      "resource" : "http://hl7.org/fhir/us/ph-library/Library/us-ph-supplemental-valueset-library-example"
    }
  ]
}