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 Vital Source - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "pcornet-vital-source",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-pcornet-information-sources.html\"><code>http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-information-sources</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-PR\">PR</a></td><td>Patient-reported</td><td>Source of the information is Patient-reported.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-PD\">PD</a></td><td>Patient Device Direct Feed</td><td>Source of the information is a Patient Device Direct Feed.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-HC\">HC</a></td><td>Healthcare</td><td>Source of the information is Healthcare organization such as problem list.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-HD\">HD</a></td><td>Healthcare Device Direct Feed</td><td>Source of the information is Healthcare Device Direct Feed.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-DR\">DR</a></td><td>Derived</td><td>Source of the information is Derived.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-NI\">NI</a></td><td>No information</td><td>There is  No Information on the source of the data.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-UN\">UN</a></td><td>Unknown</td><td>Source of the information is Unknown.</td></tr><tr><td><a href=\"CodeSystem-pcornet-information-sources.html#pcornet-information-sources-OT\">OT</a></td><td>Other</td><td>Source of the information is Other.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/cdmh/ValueSet/pcornet-vital-source",
  "version" : "1.0.0",
  "name" : "PCORNetVitalSource",
  "title" : "PCORNet Vital Source",
  "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 Vital Source Codes contains the codes to be used by PCORNet data marts to indicate from where the data originated.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7, all rights reserved Creative Commons License",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-information-sources",
        "concept" : [
          {
            "code" : "PR"
          },
          {
            "code" : "PD"
          },
          {
            "code" : "HC"
          },
          {
            "code" : "HD"
          },
          {
            "code" : "DR"
          },
          {
            "code" : "NI"
          },
          {
            "code" : "UN"
          },
          {
            "code" : "OT"
          }
        ]
      }
    ]
  }
}