Common Data Models Harmonization
1.0.0 - STU 1 Publication

Common Data Models Harmonization, published by HL7 International - Biomedical Research and Regulation 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/cdmh/ and changes regularly. See the Directory of published versions

: PCORNet VX Status - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "pcornet-vx-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-vx-status 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\">CP<a name=\"pcornet-vx-status-CP\"> </a></td><td>Completed</td><td>Status of  the immunization is Completed.</td></tr><tr><td style=\"white-space:nowrap\">ER<a name=\"pcornet-vx-status-ER\"> </a></td><td>Entered in error</td><td>Status of  the immunization is Entered in error.</td></tr><tr><td style=\"white-space:nowrap\">ND<a name=\"pcornet-vx-status-ND\"> </a></td><td>Not Done</td><td>Status of  the immunization is Not DOne.</td></tr><tr><td style=\"white-space:nowrap\">IC<a name=\"pcornet-vx-status-IC\"> </a></td><td>Incomplete</td><td>Status of  the immunization is Incomplete.</td></tr><tr><td style=\"white-space:nowrap\">NI<a name=\"pcornet-vx-status-NI\"> </a></td><td>No information</td><td>Status of  the immunization has No Information.</td></tr><tr><td style=\"white-space:nowrap\">UN<a name=\"pcornet-vx-status-UN\"> </a></td><td>Unknown</td><td>Status of  the immunization is Unknown.</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"pcornet-vx-status-OT\"> </a></td><td>Other</td><td>Status of  the immunization is Other.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-vx-status",
  "version" : "1.0.0",
  "name" : "PCORNetVXStatus",
  "title" : "PCORNet VX Status",
  "status" : "active",
  "date" : "2021-09-06",
  "publisher" : "HL7 International - Biomedical Research and Regulation Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description" : "The PCORNet VX Status contains the codes to be used by PCORNet data marts.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7, all rights reserved Creative Commons License",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "CP",
      "display" : "Completed",
      "definition" : "Status of  the immunization is Completed."
    },
    {
      "code" : "ER",
      "display" : "Entered in error",
      "definition" : "Status of  the immunization is Entered in error."
    },
    {
      "code" : "ND",
      "display" : "Not Done",
      "definition" : "Status of  the immunization is Not DOne."
    },
    {
      "code" : "IC",
      "display" : "Incomplete",
      "definition" : "Status of  the immunization is Incomplete."
    },
    {
      "code" : "NI",
      "display" : "No information",
      "definition" : "Status of  the immunization has No Information."
    },
    {
      "code" : "UN",
      "display" : "Unknown",
      "definition" : "Status of  the immunization is Unknown."
    },
    {
      "code" : "OT",
      "display" : "Other",
      "definition" : "Status of  the immunization is Other."
    }
  ]
}