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

: Conditon Codes - JSON Representation

Draft as of 2024-09-26

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "condition-code-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet condition-code-vs</b></p><a name=\"condition-code-vs\"> </a><a name=\"hccondition-code-vs\"> </a><a name=\"condition-code-vs-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-HPO.html\"><code>http://human-phenotype-ontology.org</code></a></li><li>Include all codes defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-MONDO.html\"><code>http://purl.obolibrary.org/obo/mondo.owl</code></a></li></ul></div>"
  },
  "url" : "https://nih-ncpi.github.io/ncpi-fhir-ig-2/ValueSet/condition-code-vs",
  "version" : "0.1.0",
  "name" : "ConditionCodeVS",
  "title" : "Conditon Codes",
  "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" : "Includes all codes from **HPO** and **MONDO**",
  "compose" : {
    "include" : [
      {
        "system" : "http://human-phenotype-ontology.org"
      },
      {
        "system" : "http://purl.obolibrary.org/obo/mondo.owl"
      }
    ]
  }
}