@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/referral>
  skos:prefLabel "referral"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/secondary_care> .

<https://concepts.sagepub.com/social-science/concept/delivery_of_health_care>
  skos:prefLabel "delivery of health care"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/secondary_care> .

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

<https://concepts.sagepub.com/social-science/concept/referral_and_consultation>
  skos:prefLabel "referral and consultation"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/secondary_care> .

<https://concepts.sagepub.com/social-science/concept/secondary_care>
  skos:definition "Secondary care is care provided by a medical specialist. It is the intermediate step between primary care (the first point of contact with the medical system for most patients) and tertiary care (highly specialized care, normally provided in a hospital). [Source: <a href=\"https://sk.sagepub.com/cqpress/health-care-policy-and-politics-a-to-z-3e/n353.xml\" target=\"_blank\" data-id=\"to-sk\">Health Care Policy and Politics A to Z; Secondary Care</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/referral> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D063127.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/referral_and_consultation>, <https://concepts.sagepub.com/social-science/concept/delivery_of_health_care> ;
  skos:prefLabel "secondary care"@en ;
  a skos:Concept .

