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 Usage Context - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "us-ph-usage-context",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-11-30T21:33:51.333+00:00",
    "source" : "#VVA749RIj5CbWYFJ"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">triggering<a name=\"us-ph-usage-context-triggering\"> </a></td><td>Triggering</td><td>The artifact is applicable when identifying a triggering event.</td></tr><tr><td style=\"white-space:nowrap\">supplemental<a name=\"us-ph-usage-context-supplemental\"> </a></td><td>Supplemental</td><td>The artifact is applicable only when determining whether an event is suspected reportable.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
  "version" : "1.1.0",
  "name" : "USPublicHealthUsageContext",
  "title" : "US Public Health Usage Context",
  "status" : "active",
  "date" : "2020-10-26",
  "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" : "This code system contains codes that identify the use context of a valueset.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "content" : "complete",
  "concept" : [
    {
      "code" : "triggering",
      "display" : "Triggering",
      "definition" : "The artifact is applicable when identifying a triggering event."
    },
    {
      "code" : "supplemental",
      "display" : "Supplemental",
      "definition" : "The artifact is applicable only when determining whether an event is suspected reportable."
    }
  ]
}