@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "v3-ActClassCoverage"] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/v3-ActClassCoverage"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.1.11.20208" ]
] ) ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "ActClassCoverage"] ; #
fhir:title [ fhir:v "ActClassCoverage"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2014-03-26"^^xsd:date] ; #
fhir:description [ fhir:v "When used in the EVN mood, this concept means with respect to a covered party:\r\n\r\n1. A health care insurance policy or plan that is contractually binding between two or more parties; or\r\n2. A health care program, usually administered by government entities, that provides coverage to persons determined eligible under the terms of the program.\r\n\r\n * When used in the definition (DEF) mood, COV means potential coverage for a patient who may or may not be a covered party.\r\n * The concept's meaning is fully specified by the choice of ActCoverageTypeCode (abstract) ActProgramCode or ActInsurancePolicyCode."] ; #
fhir:immutable [ fhir:v "true"^^xsd:boolean] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActClass"^^xsd:anyURI ] ;
fhir:filter ( [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "COV" ]
] )
] )
] . #
# -------------------------------------------------------------------------------------