- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots - Apply Rule 43: Singular noun convention (keywords → keyword) - Update slot references to match renamed slot files - Maintain schema integrity across all class definitions
87 lines
3.4 KiB
YAML
87 lines
3.4 KiB
YAML
id: https://w3id.org/nde/ontology/HospitalArchive
|
|
name: HospitalArchive
|
|
title: Hospital Archive
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
schema: http://schema.org/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
wd: http://www.wikidata.org/entity/
|
|
imports:
|
|
- linkml:types
|
|
- ./ArchiveOrganizationType
|
|
- ./HospitalArchiveRecordSetTypes
|
|
- ../slots/has_or_had_holds_record_set_type
|
|
- ./CollectionType
|
|
- ../slots/type_scope
|
|
- ../slots/has_or_had_custodian_type
|
|
- ../slots/specificity_annotation
|
|
- ../slots/template_specificity
|
|
- ../slots/wikidata_entity
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
classes:
|
|
HospitalArchive:
|
|
description: Hospital archive (Krankenhausarchiv, archivo hospitalario, archives
|
|
hospitalières). Archives that preserve records created by hospitals and healthcare
|
|
institutions. These may include administrative records, patient records (subject
|
|
to privacy regulations), medical research documentation, photographs, and institutional
|
|
histories. Hospital archives are valuable for medical history, genealogy, and
|
|
understanding the evolution of healthcare practices.
|
|
is_a: ArchiveOrganizationType
|
|
class_uri: schema:ArchiveOrganization
|
|
exact_mappings:
|
|
- wd:Q17301917
|
|
close_mappings:
|
|
- rico:CorporateBody
|
|
- skos:Concept
|
|
broad_mappings:
|
|
- wd:Q166118
|
|
slots:
|
|
- has_or_had_custodian_type
|
|
- has_or_had_holds_record_set_type
|
|
- specificity_annotation
|
|
- template_specificity
|
|
- wikidata_entity
|
|
slot_usage:
|
|
wikidata_entity:
|
|
equals_string: Q17301917
|
|
has_or_had_holds_record_set_type:
|
|
description: |
|
|
Links this custodian type to the record set types it typically holds.
|
|
Uses RiC-O property rico:isOrWasHolderOf to express custodial relationship.
|
|
|
|
**Hospital Archive Holdings**:
|
|
- HospitalAdministrationFonds - governance, policy, administrative records
|
|
- PatientRecordsSeries - patient files, medical records (privacy-restricted)
|
|
- MedicalResearchCollection - clinical trials, research documentation
|
|
- NursingRecordsCollection - nursing logs, training materials
|
|
- MedicalPhotographyCollection - clinical photography, medical imaging archives
|
|
equals_expression: |
|
|
["hc:HospitalAdministrationFonds", "hc:PatientRecordsSeries", "hc:MedicalResearchCollection", "hc:NursingRecordsCollection", "hc:MedicalPhotographyCollection"]
|
|
has_or_had_custodian_type:
|
|
equals_expression: '["hc:ArchiveOrganizationType"]'
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
annotations:
|
|
skos:prefLabel: Hospital Archive
|
|
skos:altLabel: Krankenhausarchiv, archivo hospitalario, archives hospitalières,
|
|
Medical Archive, Healthcare Archive
|
|
subject_domain: healthcare/medical
|
|
access_restrictions: privacy-sensitive materials
|
|
see_also:
|
|
- MedicalArchive
|
|
- InstitutionalArchive
|
|
- HealthcareRecords
|
|
- HospitalArchiveRecordSetType
|
|
comments:
|
|
- Krankenhausarchiv (de)
|
|
- archivo hospitalario (es)
|
|
- archives hospitalières (fr)
|
|
- Patient records subject to strict privacy and retention regulations
|
|
- Important for history of medicine and public health research
|
|
- May include records from associated medical schools or research
|