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

<https://concepts.sagepub.com/social-science/concept/hospitalization>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/patient_transfer>, <https://concepts.sagepub.com/social-science/concept/patient_readmission>, <https://concepts.sagepub.com/social-science/concept/patient_discharge>, <https://concepts.sagepub.com/social-science/concept/patient_admission>, <https://concepts.sagepub.com/social-science/concept/length_of_stay> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D006760.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/patient_care> ;
  skos:prefLabel "hospitalization"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/patient_readmission>
  skos:prefLabel "patient readmission"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hospitalization> .

<https://concepts.sagepub.com/social-science/concept/patient_transfer>
  skos:prefLabel "patient transfer"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hospitalization> .

<https://concepts.sagepub.com/social-science/concept/patient_admission>
  skos:prefLabel "patient admission"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/hospitalization> .

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

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

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

