New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide, published by Health New Zealand | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/daniel-thomson/nzhts/ and changes regularly. See the Directory of published versions

: Antiviral eligibility - when symptoms started codes - JSON Representation

Draft as of 2023-08-11

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "AntiviralEligibilityWhenSymptomsStartedCodes",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-07-25T17:29:29.425+12:00"
  },
  "url" : "https://standards.digital.health.nz/ns/antiviral-eligibility-when-symptoms-started-codes",
  "version" : "0.1.0",
  "name" : "AntiviralEligibilityWhenSymptomsStartedCodes",
  "title" : "Antiviral eligibility - when symptoms started codes",
  "status" : "draft",
  "date" : "2023-08-11T00:00:00.000Z",
  "publisher" : "Health New Zealand | Te Whatu Ora",
  "contact" : [
    {
      "name" : "Health New Zealand | Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        }
      ]
    }
  ],
  "description" : "Terms for clinicians to identify when symptoms started to determine if a person is eligible for the COVID-19 antiviral",
  "caseSensitive" : false,
  "valueSet" : "https://nzhts.digital.health.nz/fhir/ValueSet/antiviral-eligibility-symptoms-started",
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "within-five-days",
      "display" : "Within the last 5 days (if considering nirmatrelvir with ritonavir or molnupiravir)"
    },
    {
      "code" : "within-seven-days",
      "display" : "Within the last 7 days (if considering remdesivir)"
    },
    {
      "code" : "not-recent",
      "display" : "More than 5 days ago if assessing for nirmaltrelvir with ritonavir; and molnupiravir, OR more than 7 days ago if assessing for remdesivir"
    }
  ]
}