Immunization Decision Support Forecast (ImmDS) Implementation Guide
1.0.0 - STU1

This page is part of the Immunization Decision Support Forecast FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

Evaluation Status Reason - JSON Representation

(back to description)

Raw json

Source view


{
  "resourceType" : "ValueSet",
  "id" : "StatusReason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-StatusReason.html\"><code>http://hl7.org/fhir/us/immds/CodeSystem/StatusReason</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/immds/ValueSet/StatusReason",
  "version" : "1.0.0",
  "name" : "StatusReason",
  "title" : "Evaluation Status Reason",
  "status" : "active",
  "date" : "2021-06-25T16:00:44+10:00",
  "publisher" : "HL7 Public Health Work Group",
  "contact" : [
    {
      "name" : "HL7 Public Health Work Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
        }
      ]
    },
    {
      "name" : "Nathan Bunker",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:nbunker@immregistry.org"
        }
      ]
    }
  ],
  "description" : "A set of reasons for the evaluation status.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/immds/CodeSystem/StatusReason"
      }
    ]
  }
}