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

: Consanguinity Value Codes - JSON Representation

Draft as of 2024-09-26

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "consanguinity-assertion-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet consanguinity-assertion-vs</b></p><a name=\"consanguinity-assertion-vs\"> </a><a name=\"hcconsanguinity-assertion-vs\"> </a><a name=\"consanguinity-assertion-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/428263003\">428263003</a></td><td>NOT suspected</td></tr><tr><td><a href=\"http://snomed.info/id/415684004\">415684004</a></td><td>Suspected</td></tr><tr><td><a href=\"http://snomed.info/id/410515003\">410515003</a></td><td>Known present</td></tr><tr><td><a href=\"http://snomed.info/id/261665006\">261665006</a></td><td>Unknown</td></tr></table></li></ul></div>"
  },
  "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/ValueSet/consanguinity-assertion-vs",
  "version" : "0.1.0",
  "name" : "ConsanguinityAssertionVS",
  "title" : "Consanguinity Value Codes",
  "status" : "draft",
  "experimental" : false,
  "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" : "List of codes indicates the level of known consanguinity (blood relation) within a study family.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "428263003",
            "display" : "NOT suspected"
          },
          {
            "code" : "415684004",
            "display" : "Suspected"
          },
          {
            "code" : "410515003",
            "display" : "Known present"
          },
          {
            "code" : "261665006",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}