@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/managed_care>
  skos:prefLabel "managed care"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/managed_care_plans> .

<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/managed_care_plans> .

<https://concepts.sagepub.com/social-science/concept/managed_care_plans>
  skos:definition "Managed care is a health care system that coordinates the health care services for a select group of covered individuals and integrates the financing for these services. These systems most often include payment arrangements with the providers, hospitals, and specialists on a predetermined fee schedule. [Source: <a href=\"https://sk.sagepub.com/reference/healthcaremanagement/n472.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health Care Management; Managed Care Plans</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/managed_care> ;
  skos:prefLabel "managed care plans"@en ;
  a skos:Concept .

