@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "dva-entitlement"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
  • Include these codes as defined in http://terminology.hl7.org.au/CodeSystem/v2-0203
    CodeDisplayDefinition
    DVAUDVA NumberAn individual's state-based Department of Veterans’ Affairs (DVA) File number. Entitlement is not specified with the use of this code.
    DVGDVA Number (Gold Card)An individual's state-based Department of Veterans’ Affairs (DVA) File number as displayed on a Veteran Gold Card (the new name for a DVA Gold card). A Veteran Gold Card issued by Department of Veterans’ Affairs (DVA) to an eligible individual provides access to benefits associated with that card.
    DVLDVA Number (Lilac Card)An individual's state-based Department of Veterans’ Affairs (DVA) File number as displayed on a DVA Lilac card). DVA Lilac Cards are no longer in use and were issued by Department of Veterans’ Affairs (DVA) to eligible individuals 1987-1996.
    DVODVA Number (Orange Card)An individual's state-based Department of Veterans’ Affairs (DVA) File number as displayed on a Veteran Orange Card (the new name for a DVA Orange card). A Veteran Orange Card issued by Department of Veterans’ Affairs (DVA) to an eligible individual provides access to benefits associated with that card.
    DVWDVA Number (White Card)An individual's state-based Department of Veterans’ Affairs (DVA) File number as displayed on a Veteran White Card (the new name for a DVA White card). A Veteran White Card issued by Department of Veterans’ Affairs (DVA) to an eligible individual provides access to benefits associated with that card.
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org.au/ValueSet/dva-entitlement"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.2.3.4.2.4.22" ] ]; fhir:ValueSet.version [ fhir:value "4.1.0-ballot"]; fhir:ValueSet.name [ fhir:value "DVAEntitlement"]; fhir:ValueSet.title [ fhir:value "DVA Entitlement"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2022-11-10T20:45:44+11:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "HL7 Australia"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "HL7 Australia Patient Administration Working Group" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://confluence.hl7australia.com/display/PA" ]; fhir:ContactPoint.use [ fhir:value "work" ] ] ], [ fhir:index 1; fhir:ContactDetail.name [ fhir:value "HL7 Australia Orders and Observations Working Group" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://confluence.hl7australia.com/display/OO" ]; fhir:ContactPoint.use [ fhir:value "work" ] ] ], [ fhir:index 2; fhir:ContactDetail.name [ fhir:value "HL7 Australia Medications Working Group" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://confluence.hl7australia.com/display/MED" ]; fhir:ContactPoint.use [ fhir:value "work" ] ] ]; fhir:ValueSet.description [ fhir:value "Entitlement types that may be associated with an individual's Department of Veterans’ Affairs (DVA) File Number on a DVA issued health card in an Australian context."]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "AU" ] ] ]; fhir:ValueSet.copyright [ fhir:value "HL7 Australia© 2018+; Licensed Under Creative Commons No Rights Reserved."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org.au/CodeSystem/v2-0203" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "DVAU" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "DVG" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "DVL" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "DVO" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "DVW" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------