Te Whatu Ora Shared Care FHIR API
0.3.9 - release New Zealand flag

Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Codes for certainty of diagnosis of rheumatic fever condition - JSON Representation

Active as of 2024-06-20

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "rf-condition-diagnosticcertainty-codesystem",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://fhir-ig-uat.digital.health.nz/shared-care/CodeSystem/rf-condition-diagnosticcertainty-codesystem</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\">not-a-case<a name=\"rf-condition-diagnosticcertainty-codesystem-not-a-case\"> </a></td><td>not a case</td></tr><tr><td style=\"white-space:nowrap\">under-investigation<a name=\"rf-condition-diagnosticcertainty-codesystem-under-investigation\"> </a></td><td>under investigation</td></tr><tr><td style=\"white-space:nowrap\">borderline<a name=\"rf-condition-diagnosticcertainty-codesystem-borderline\"> </a></td><td>borderline</td></tr><tr><td style=\"white-space:nowrap\">possible<a name=\"rf-condition-diagnosticcertainty-codesystem-possible\"> </a></td><td>possible</td></tr><tr><td style=\"white-space:nowrap\">probable<a name=\"rf-condition-diagnosticcertainty-codesystem-probable\"> </a></td><td>probable</td></tr><tr><td style=\"white-space:nowrap\">definite<a name=\"rf-condition-diagnosticcertainty-codesystem-definite\"> </a></td><td>definite</td></tr></table></div>"
  },
  "url" : "https://fhir-ig-uat.digital.health.nz/shared-care/CodeSystem/rf-condition-diagnosticcertainty-codesystem",
  "version" : "0.3.9",
  "name" : "RheumaticFeverConditionDiagnosticCertaintyCodeSystem",
  "title" : "Codes for certainty of diagnosis of rheumatic fever condition",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-06-20T01:54:07+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 code system defines the codes that classify confidence level in diagnosis of a patient's rheumatic fever condition",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "purpose" : "As rheumatic fever can be difficult to diagnose, these codes provide a way to classify confidence in a particular case diagnosis",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "not-a-case",
      "display" : "not a case"
    },
    {
      "code" : "under-investigation",
      "display" : "under investigation"
    },
    {
      "code" : "borderline",
      "display" : "borderline"
    },
    {
      "code" : "possible",
      "display" : "possible"
    },
    {
      "code" : "probable",
      "display" : "probable"
    },
    {
      "code" : "definite",
      "display" : "definite"
    }
  ]
}