FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetewhatuora.hip-core
Resource TypeValueSet
IdValueSet-mws-clinical-status-1.0.json
FHIR VersionR4
Sourcehttps://fhir-ig.digital.health.nz/HIP-FHIR-Common/ValueSet-mws-clinical-status-1.0.html
URLhttps://nzhts.digital.health.nz/fhir/ValueSet/mws-clinical-status
Version1.0
Statusactive
Date2024-03-07T00:00:00+13:00
NameMws_clinical_status
TitleMWS Clinical status
Authoritynational
DescriptionMWS clinical status codes
PurposeA coded type for MWS clinical status.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
allergyintolerance-clinicalAllergyIntolerance Clinical Status Codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet mws-clinical-status-1.0


Source1

{
  "resourceType": "ValueSet",
  "id": "mws-clinical-status-1.0",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    ]
  }
}