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 Pro Method - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "pcornet-pro-method",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-pro-method 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\">PA<a name=\"pcornet-pro-method-PA\"> </a></td><td>Paper</td><td>Method of administration is Paper.</td></tr><tr><td style=\"white-space:nowrap\">EC<a name=\"pcornet-pro-method-EC\"> </a></td><td>Electronic</td><td>Electronic includes  responses captured via a personal or tablet computer, at web kiosks,  or via a smartphone.</td></tr><tr><td style=\"white-space:nowrap\">PH<a name=\"pcornet-pro-method-PH\"> </a></td><td>Telephonic</td><td>Method of administration is Telephonic</td></tr><tr><td style=\"white-space:nowrap\">IV<a name=\"pcornet-pro-method-IV\"> </a></td><td>Telephonic  with interactive voice response (IVR) technology</td><td>Method of administration is Telephonic with IVR</td></tr><tr><td style=\"white-space:nowrap\">NI<a name=\"pcornet-pro-method-NI\"> </a></td><td>No information</td><td>Method of administration has No Information.</td></tr><tr><td style=\"white-space:nowrap\">UN<a name=\"pcornet-pro-method-UN\"> </a></td><td>Unknown</td><td>Method of administration is Unknown.</td></tr><tr><td style=\"white-space:nowrap\">OT<a name=\"pcornet-pro-method-OT\"> </a></td><td>Other</td><td>Method of administration is Other.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-pro-method",
  "version" : "1.0.0",
  "name" : "PCORNetProMethod",
  "title" : "PCORNet Pro Method",
  "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 Pro Method 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" : "PA",
      "display" : "Paper",
      "definition" : "Method of administration is Paper."
    },
    {
      "code" : "EC",
      "display" : "Electronic",
      "definition" : "Electronic includes  responses captured via a personal or tablet computer, at web kiosks,  or via a smartphone."
    },
    {
      "code" : "PH",
      "display" : "Telephonic",
      "definition" : "Method of administration is Telephonic"
    },
    {
      "code" : "IV",
      "display" : "Telephonic  with interactive voice response (IVR) technology",
      "definition" : "Method of administration is Telephonic with IVR"
    },
    {
      "code" : "NI",
      "display" : "No information",
      "definition" : "Method of administration has No Information."
    },
    {
      "code" : "UN",
      "display" : "Unknown",
      "definition" : "Method of administration is Unknown."
    },
    {
      "code" : "OT",
      "display" : "Other",
      "definition" : "Method of administration is Other."
    }
  ]
}