HIP FHIR Common Terminology Guide
1.7.0-SNAPSHOT - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.7.0-SNAPSHOT) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MWS Clinical status - JSON Representation

Active as of 2024-03-07

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mws-clinical-status-1.0",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-allergyintolerance-clinical.html\"><code>http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical</code></a> where code  in  active,inactive</li></ul></div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/mws-clinical-status",
  "version" : "1.0",
  "name" : "Mws_clinical_status",
  "title" : "MWS Clinical status",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-03-07T00:00:00+13:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "MWS clinical status  codes",
  "purpose" : "A coded type for MWS clinical status.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
        "filter" : [
          {
            "property" : "code",
            "op" : "in",
            "value" : "active,inactive"
          }
        ]
      }
    ]
  }
}