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

: Dataset CodeSystem (lists all tables) - JSON Representation

Active as of 2022-12-09

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "example-study-data-dictionary-dataset-codesystem-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-dataset-codesystem-1</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">demographics<a name=\"example-study-data-dictionary-dataset-codesystem-1-demographics\"> </a></td></tr></table></div>"
  },
  "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/example-study-data-dictionary-dataset-codesystem-1",
  "version" : "0.2.0",
  "name" : "ExampleStudyDataDictionaryStudyDatasetCS1",
  "title" : "Dataset CodeSystem (lists all tables)",
  "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" : "Example CodeSystem for a data-dictionary dataset with only 1 table.",
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "demographics"
    }
  ]
}