@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix mi: <https://taxonomy.materialinstruments.com/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://taxonomy.materialinstruments.com/space/patient_room>
  a skos:Concept ;
  skos:inScheme <https://taxonomy.materialinstruments.com/space> ;
  skos:notation "space.patient_room" ;
  skos:prefLabel "Patient Room"@en ;
  skos:definition "An inpatient sleeping and treatment volume, where every surface answers to clinical cleaning, infection control and observation before it answers to comfort."@en ;
  skos:closeMatch <http://vocab.getty.edu/aat/300004543> ;
  mi:semanticId "room.patient-room" ;
  mi:sourceBasis "vendored" ;
  dcterms:source "materialgraph ms_room + materialsinuse PROGRAM_SPACE_TYPES" ;
  dcterms:date "2026-08-21" ;
  skos:scopeNote "Deliberately NOT `broaderTermId: bedroom`. People sleep in it, which is the whole of the resemblance. The ISA test asks whether every patient room is a bedroom, and it is not: it is a clinical space that happens to contain a bed, and its material specification is closer to `operating_room` than to `bedroom`."@en .
