FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/au-erequesting-coverage-type

Packagehl7.fhir.au.ereq
Resource TypeValueSet
Idau-erequesting-coverage-type
FHIR VersionR4
Sourcehttp://hl7.org.au/fhir/ereq/https://build.fhir.org/ig/mjosborne1/mjo-au-fhir-erequesting/ValueSet-au-erequesting-coverage-type.html
URLhttp://terminology.hl7.org.au/ValueSet/au-erequesting-coverage-type
Version0.3.0-ci-build
Statusdraft
Date2024-10-31
NameAUeRequestingCoverageTypeAndSelf-PayCodes
TitleAU eRequesting Coverage Type and Self-Pay Codes
Realmau
Authorityhl7
DescriptionCoverage type and self-pay codes typically used in the Australian eRequesting context.
CopyrightHL7 International

Resources that use this resource

StructureDefinition
au-erequesting-coverageAU eRequesting Coverage

Resources that this resource uses

CodeSystem
coverage-selfpayCoverage SelfPay Codes
v3-ActCodeActCode

Narrative

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

Generated Narrative: ValueSet au-erequesting-coverage-type

Profile: https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/coverage-selfpay
    CodeDisplayDefinition
    payPayAn individual or organization is paying directly for goods and services.
    payconcConcessionAn individual or organization is paying directly a concessional fee for goods and services.
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode
    CodeDisplayDefinition
    PUBLICPOLpublic healthcareInsurance policy funded by a public health system such as a provincial or national health plan. Examples include BC MSP (British Columbia Medical Services Plan) OHIP (Ontario Health Insurance Plan), NHS (National Health Service).
    VETveteran health program**Definition:** Services provided directly and through contracted and operated veteran health programs.

Source

{
  "resourceType": "ValueSet",
  "id": "au-erequesting-coverage-type",
  "meta": {
    "profile": [
      "https://healthterminologies.gov.au/fhir/StructureDefinition/composed-value-set-4"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org.au/fhir/ereq/ImplementationGuide/hl7.fhir.au.ereq"
          }
        ]
      }
    }
  ],
  "url": "http://terminology.hl7.org.au/ValueSet/au-erequesting-coverage-type",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.2.3.4.2.4.35"
    }
  ],
  "version": "0.3.0-ci-build",
  "name": "AUeRequestingCoverageTypeAndSelf-PayCodes",
  "title": "AU eRequesting Coverage Type and Self-Pay Codes",
  "status": "draft",
  "experimental": false,
  "date": "2024-10-31",
  "publisher": "HL7 Australia",
  "contact": [
    {
      "name": "HL7 Australia",
      "telecom": [
        {
          "system": "url",
          "value": "https://confluence.hl7.org/display/HAFWG"
        }
      ]
    },
    {
      "name": "HL7 Australia FHIR Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "https://confluence.hl7.org/display/HAFWG",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Coverage type and self-pay codes typically used in the Australian eRequesting context.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "AU"
        }
      ]
    }
  ],
  "copyright": "HL7 International",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/coverage-selfpay",
        "concept": [
          {
            "code": "pay"
          },
          {
            "code": "payconc"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "concept": [
          {
            "code": "PUBLICPOL"
          },
          {
            "code": "VET"
          }
        ]
      }
    ]
  }
}