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

This page is part of the electronic Case Reporting (eCR) (v2.1.0: STU 2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: US Public Health Computable Valueset Example - JSON Representation

Draft as of 2022-05-01

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "us-ph-computable-valueset-example",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-computable-valueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul/></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
      "valueContactDetail" : {
        "name" : "Example Steward"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
      "valueContactDetail" : {
        "name" : "Example Author"
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/valueset-rules-text",
      "valueMarkdown" : "Include codes from [codesystem-example.html](http://example.org/fhir/CodeSystem/example) where acme-plasma  =  true"
    }
  ],
  "url" : "http://example.org/fhir/ValueSet/us-ph-computable-valueset-example",
  "version" : "2.1.0",
  "name" : "USPublicHealthComputableValueSetExample",
  "title" : "US Public Health Computable ValueSet Example",
  "status" : "draft",
  "experimental" : true,
  "date" : "2022-05-01",
  "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" : "ACME Codes for Cholesterol: Plasma only",
  "useContext" : [
    {
      "code" : {
        "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
        "code" : "priority",
        "display" : "Priority"
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
            "code" : "routine",
            "display" : "Routine"
          }
        ]
      }
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ]
}