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

Active as of 2023-06-08

Raw json | Download


{
  "resourceType" : "Library",
  "id" : "us-ph-valueset-library-example",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2022-07-29T23:37:47.365+00:00",
    "source" : "#YCkzCMwHIRSF9qF9",
    "profile" : [
      "http://hl7.org/fhir/us/medmorph/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-us-ph-valueset-chlamydia-example.html\">US Public Health ValueSet Chlamydia Example</a></td></tr></table><h2>Contents</h2></div>"
  },
  "url" : "http://hl7.org/fhir/us/medmorph/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.0.0",
  "name" : "USPHValueSetLibraryExample",
  "title" : "US Public Health ValueSet Library Example",
  "status" : "active",
  "experimental" : true,
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/library-type",
        "code" : "asset-collection"
      }
    ]
  },
  "date" : "2023-06-08T18:18:22+00:00",
  "publisher" : "HL7 International - Public Health Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "Description of library",
  "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/medmorph/ValueSet/us-ph-valueset-chlamydia-example"
    }
  ]
}