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

: Condition Inheritance Pattern - JSON Representation

Active as of 2022-12-09

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "condition-inheritance-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-ConditionInheritanceMode.html\"><code>https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/ConditionInheritanceMode</code></a></li></ul></div>"
  },
  "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig/ValueSet/condition-inheritance-vs",
  "version" : "0.2.0",
  "name" : "ConditionInheritanceModeVS",
  "title" : "Condition Inheritance Pattern",
  "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" : "Value Set for specific ttransmission patterns of a condition in a pedigree",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://nih-ncpi.github.io/ncpi-fhir-ig/CodeSystem/ConditionInheritanceMode"
      }
    ]
  }
}