@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/length_of_stay> .

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

<https://concepts.sagepub.com/social-science/concept/length_of_stay>
  skos:definition "Length of stay (LOS) is also known as the average length of stay (ALOS) or the arithmetic mean of length of stay (AMLOS). It is the average number of days patients stay in the hospital for a specific DRG (diagnosis-related group). [Source: <a href=\"https://sk.sagepub.com/reference/healthcaremanagement/n444.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Health Care Management; Length of Stay (LOS)</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D007902.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/managed_care>, <https://concepts.sagepub.com/social-science/concept/hospitalization> ;
  skos:prefLabel "length of stay"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/hospitalization>
  skos:prefLabel "hospitalization"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/length_of_stay> .

