@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/mandated_coverage>
  skos:definition "The term mandated coverage refers to services provided by insurance companies and instructs insurers on what benefits they must provide for their insured. Many states require coverage mandates of health plans in order to be eligible to sell their health insurance products in those states. [Source: <a href=\"https://sk.sagepub.com/reference/healthcaremanagement/n479.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health Care Management; Mandated Coverage</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/managed_care>, <https://concepts.sagepub.com/social-science/concept/health_policy> ;
  skos:prefLabel "mandated coverage"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/health_policy>
  skos:prefLabel "health policy"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/mandated_coverage> .

<https://concepts.sagepub.com/social-science/concept/managed_care>
  skos:prefLabel "managed care"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/mandated_coverage> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/mandated_coverage> .

