@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/health_service_provision>
  skos:prefLabel "health service provision"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/private_medicine> .

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

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

<https://concepts.sagepub.com/social-science/concept/private_medicine>
  skos:definition "The organization of the delivery of medical services based on an individual contract between the patient and the doctor. Organized medicine has always resisted attempts to bring it under state control as socialized medicine. [Source: <a href=\"https://sk.sagepub.com/reference/the-sage-dictionary-of-health-and-society/n669.xml\" target=\"_blank\" data-id=\"to-sk\">The Sage Dictionary of Health and Society; Private Medicine</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/managed_care> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/health_service_provision> ;
  skos:prefLabel "private medicine"@en ;
  a skos:Concept .

