@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:narrower <https://concepts.sagepub.com/social-science/concept/patient_pre_discharge>, <https://concepts.sagepub.com/social-science/concept/patient_early_discharge>, <https://concepts.sagepub.com/social-science/concept/forty_eight_hour_discharge>, <https://concepts.sagepub.com/social-science/concept/delayed_discharge> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D010351.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/patient_care>, <https://concepts.sagepub.com/social-science/concept/hospitalization> ;
  skos:prefLabel "patient discharge"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/forty_eight_hour_discharge>
  skos:prefLabel "forty eight hour discharge"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/patient_discharge> .

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

<https://concepts.sagepub.com/social-science/concept/delayed_discharge>
  skos:prefLabel "delayed discharge"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/patient_discharge> .

<https://concepts.sagepub.com/social-science/concept/patient_pre_discharge>
  skos:prefLabel "patient pre discharge"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/patient_discharge> .

<https://concepts.sagepub.com/social-science/concept/patient_early_discharge>
  skos:prefLabel "patient early discharge"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/patient_discharge> .

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

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

