FHIR IG Statistics: ValueSet/au-erequesting-coverage-type
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
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
Code | Display | Definition |
pay | Pay | An individual or organization is paying directly for goods and services. |
payconc | Concession | An 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
Code | Display | Definition |
PUBLICPOL | public healthcare | Insurance 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). |
VET | veteran 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"
}
]
}
]
}
}