New Zealand rheumatic fever FHIR Implementation Guide
0.4.6 - draft

New Zealand rheumatic fever FHIR Implementation Guide, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.4.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/rheumatic-fever/ and changes regularly. See the Directory of published versions

: Rheumatic heart disease severity codes - JSON Representation

Active as of 2024-08-07

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "rf-condition-rhdseverity-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet rf-condition-rhdseverity-code</b></p><a name=\"rf-condition-rhdseverity-code\"> </a><a name=\"hcrf-condition-rhdseverity-code\"> </a><a name=\"rf-condition-rhdseverity-code-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"CodeSystem-nz-rheumaticfever-codesystem.html\"><code>https://build.fhir.org/ig/tewhatuora/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem</code></a> where concept  descends from <a href=\"CodeSystem-nz-rheumaticfever-codesystem.html#nz-rheumaticfever-codesystem-rhd-severity-special-codes\">rhd-severity-special-codes</a></li><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/260413007\">260413007</a></td><td>None (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/255604002\">255604002</a></td><td>Mild (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/1255665007\">1255665007</a></td><td>Moderate (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/24484000\">24484000</a></td><td>Severe (severity modifier) (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/261665006\">261665006</a></td><td>Unknown (qualifier value)</td></tr></table></li></ul></div>"
  },
  "url" : "https://build.fhir.org/ig/tewhatuora/rheumatic-fever/ValueSet/rf-condition-rhdseverity-code",
  "version" : "1.1.0",
  "name" : "RFConditionRHDSeverityValueSet",
  "title" : "Rheumatic heart disease severity codes",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-08-07T09:58:46+00:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        }
      ]
    },
    {
      "name" : "David Grainger",
      "telecom" : [
        {
          "system" : "email",
          "value" : "david.grainger@middleware.co.nz",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "This value set defines codes for the severity of rheumatic heart disease which determines the severity of a patient's rheumatic fever condition",
  "compose" : {
    "include" : [
      {
        "system" : "https://build.fhir.org/ig/tewhatuora/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem",
        "filter" : [
          {
            "property" : "concept",
            "op" : "descendent-of",
            "value" : "rhd-severity-special-codes"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "260413007",
            "display" : "None (qualifier value)"
          },
          {
            "code" : "255604002",
            "display" : "Mild (qualifier value)"
          },
          {
            "code" : "1255665007",
            "display" : "Moderate (qualifier value)"
          },
          {
            "code" : "24484000",
            "display" : "Severe (severity modifier) (qualifier value)"
          },
          {
            "code" : "261665006",
            "display" : "Unknown (qualifier value)"
          }
        ]
      }
    ]
  }
}