Skip to content

Class: Document

A collection of information intented to be understood together as a whole, and codified in human-readable form.

URI: crdch:Document

img

Parents

  • is_a: Entity - Any resource that has its own identifier

Referenced by Class

Attributes

Own

  • id 0..1
    • Description: The 'logical' identifier of the entity within the system of record. The simple value of this attribute stands for an identifier of this data object within the system, it can be used as a reference from other objects within the same system (i.e. primary and foreign keys), and it should be unique per type of object. The same data object copied to a different system will likely have a different "id" in the new system since "id" values are system specific and do not represent persistent business identifiers. Business identifiers are assigned outside the information system and are captured in the "identifier" field. The "id" field is more likely to be a serially or randomly generated value that is assigned to the data object as it is created in a system.
    • Range: CrdchString
  • identifier 0..*
    • Description: A 'business' identifier or accession number for the entity, typically as provided by an external system or authority, that are globally unique and persist across implementing systems. Also, since these identifiers are created outside the information system through a specific business process, the Identifier type has additional attributes to capture this additional metadata so the actual identifier values are qualified by the context that created those values. This additional context allows "identifier" instances to be transmitted as business data across systems while still being able to trace them back to the system of origin.
    • Range: Identifier
  • document_type 0..1
    • Description: The high-level type of the document (e.g. 'publication', 'pathology report')
    • Range: CodeableConcept
  • description 0..1
    • Description: A free text description or summary of the report.
    • Range: CrdchString
  • focus 0..1
    • Description: The entity that the report is primarily about
    • Range: Entity
  • url 0..*
    • Description: A URL/web address where the document can be accessed.
    • Range: CrdchString