NCPI FHIR Implementation Guide
0.2.0 - ci-build

NCPI FHIR Implementation Guide - Local Development build (v0.2.0). See the Directory of published versions

: Harmonized ValueSet for data table - JSON Representation

Active as of 2022-12-09

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "datatable-mappings-valueset-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>https://uts.nlm.nih.gov/uts/umls</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>C2348584</td><td>Subject Unique Identifier</td></tr><tr><td>C0079399</td><td>Gender</td></tr><tr><td>C168843</td><td>Age in Days at Enrollment</td></tr><tr><td>C1305855</td><td>Body mass index</td></tr><tr><td>C0872128</td><td>case control</td></tr></table></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LP35925-4/\">LP35925-4</a></td><td>Body mass index (BMI)</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-hpo.html\"><code>http://purl.obolibrary.org/obo/hp.owl</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-hpo.html#hpo-HP.580010772\">HP:0010772</a></td><td>Anomalous pulmonary venous return</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-mondo.html\"><code>http://purl.obolibrary.org/obo/mondo.owl</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-mondo.html#mondo-0017705\">0017705</a></td><td>congenital pulmonary venous return anomaly</td></tr><tr><td><a href=\"CodeSystem-mondo.html#mondo-0007130\">0007130</a></td><td>congenital total pulmonary venous return anomaly</td></tr></table></li></ul></div>"
  },
  "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig/ValueSet/datatable-mappings-valueset-1",
  "version" : "0.2.0",
  "name" : "ExampleStudyTableMappingsVS1",
  "title" : "Harmonized ValueSet for data table",
  "status" : "active",
  "date" : "2022-12-09T17:30:30+00:00",
  "publisher" : "NCPI FHIR Working Group",
  "contact" : [
    {
      "name" : "NCPI FHIR Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/nih-ncpi"
        }
      ]
    },
    {
      "name" : "Meen Chul Kim",
      "telecom" : [
        {
          "system" : "email",
          "value" : "meenchul@d3b.center",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Public codes mapped from example dataset\n\nThe codes used below were chosen purely for example's sake and are in no way an endorsement or suggestion for terms that should be used in a real data-dictionary.",
  "compose" : {
    "include" : [
      {
        "system" : "https://uts.nlm.nih.gov/uts/umls",
        "concept" : [
          {
            "code" : "C2348584",
            "display" : "Subject Unique Identifier"
          },
          {
            "code" : "C0079399",
            "display" : "Gender"
          },
          {
            "code" : "C168843",
            "display" : "Age in Days at Enrollment"
          },
          {
            "code" : "C1305855",
            "display" : "Body mass index"
          },
          {
            "code" : "C0872128",
            "display" : "case control"
          }
        ]
      },
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "LP35925-4",
            "display" : "Body mass index (BMI)"
          }
        ]
      },
      {
        "system" : "http://purl.obolibrary.org/obo/hp.owl",
        "concept" : [
          {
            "code" : "HP:0010772",
            "display" : "Anomalous pulmonary venous return"
          }
        ]
      },
      {
        "system" : "http://purl.obolibrary.org/obo/mondo.owl",
        "concept" : [
          {
            "code" : "0017705",
            "display" : "congenital pulmonary venous return anomaly"
          },
          {
            "code" : "0007130",
            "display" : "congenital total pulmonary venous return anomaly"
          }
        ]
      }
    ]
  }
}