article-types:case-report


URI

http://ns.nature.com/article-types/case-report

Label

Case Report

Description

The :case-report article-type denotes a detailed report of the symptoms, signs, diagnosis, treatment, and follow-up of an individual patient. A case report may contain a demographic profile of the patient and usually describes an unusual or novel occurrence. Some case reports also contain a literature review of other reported cases.

Implementation

@prefix article-types: <http://ns.nature.com/article-types/> .
@prefix npg: <http://ns.nature.com/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

article-types:case-report a npg:ArticleType,
        skos:Concept ;
    npg:hasRoot article-types:research-and-reviews ;
    npg:id "case-report" ;
    npg:isLeaf false ;
    npg:isRoot false ;
    npg:treeDepth 2 ;
    rdfs:isDefinedBy article-types: ;
    skos:broader article-types:research ;
    skos:definition "The :case-report article-type denotes a detailed report of the symptoms, signs, diagnosis, treatment, and follow-up of an individual patient. A case report may contain a demographic profile of the patient and usually describes an unusual or novel occurrence. Some case reports also contain a literature review of other reported cases."@en ;
    skos:inScheme article-types: ;
    skos:narrower article-types:case-based-learning,
        article-types:clinical-cases ;
    skos:prefLabel "Case Report"@en .