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

: ValueSet example for Cancer Reporting - JSON Representation

Draft as of 2018-08-01

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "valueset-cancer-trigger-codes-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-11-30T23:10:42.057+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-valueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes trigger code examples for cancer reporting</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
      "valueContactDetail" : {
        "name" : "CSTE Steward"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
      "valueContactDetail" : {
        "name" : "CSTE Author"
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/medmorph/ValueSet/valueset-cancer-trigger-codes-example",
  "version" : "1.0.0",
  "name" : "SNOMEDCancerCodesExample",
  "title" : "SNOMED Cancer Codes Example",
  "status" : "draft",
  "experimental" : true,
  "date" : "2018-08-01",
  "publisher" : "HL7 International - Public Health Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This example set of values contains diagnoses or problems that represent that the patient may have a potentially reportable condition regardless of the clinical presentation of the condition",
  "useContext" : [
    {
      "code" : {
        "system" : "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code" : "program"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/medmorph/CodeSystem/us-ph-valueset-usecontext-codes",
            "code" : "ph-reporting",
            "display" : "ValueSet is to be used in the context of public health reporting use cases."
          }
        ]
      }
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "281566005",
            "display" : "Abdominothoracic neuroblastoma"
          }
        ]
      }
    ]
  }
}