NCPI FHIR Implementation Guide v2
0.1.0 - ci-build

NCPI FHIR Implementation Guide v2 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Reference genome examples - JSON Representation

Draft as of 2024-09-26

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "reference-genome-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem reference-genome-cs</b></p><a name=\"reference-genome-cs\"> </a><a name=\"hcreference-genome-cs\"> </a><a name=\"reference-genome-cs-en-US\"> </a><p>This  code system <code>https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/reference-genome-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">GRCh37<a name=\"reference-genome-cs-GRCh37\"> </a></td><td>GRCh37</td></tr><tr><td style=\"white-space:nowrap\">GRCh38<a name=\"reference-genome-cs-GRCh38\"> </a></td><td>CRCh38</td></tr><tr><td style=\"white-space:nowrap\">GRCh38p13<a name=\"reference-genome-cs-GRCh38p13\"> </a></td><td>GRCh38.p13</td></tr><tr><td style=\"white-space:nowrap\">GRCh38p14<a name=\"reference-genome-cs-GRCh38p14\"> </a></td><td>GRCh38.p14</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"reference-genome-cs-unknown\"> </a></td><td>Unknown</td></tr></table></div>"
  },
  "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/CodeSystem/reference-genome-cs",
  "version" : "0.1.0",
  "name" : "ReferenceGenomeCS",
  "title" : "Reference genome examples",
  "status" : "draft",
  "date" : "2024-09-26T19:08:25+00:00",
  "publisher" : "NCPI FHIR Working Group",
  "contact" : [
    {
      "name" : "NCPI FHIR Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        },
        {
          "system" : "email",
          "value" : "ncpi-fhir-ig@googlegroups.com"
        }
      ]
    }
  ],
  "description" : "Reference genome examples",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "GRCh37",
      "display" : "GRCh37"
    },
    {
      "code" : "GRCh38",
      "display" : "CRCh38"
    },
    {
      "code" : "GRCh38p13",
      "display" : "GRCh38.p13"
    },
    {
      "code" : "GRCh38p14",
      "display" : "GRCh38.p14"
    },
    {
      "code" : "unknown",
      "display" : "Unknown"
    }
  ]
}