PackagesCanonicalsLogsProblems
    Packages
    ndhm.in@6.5.0
    https://nrces.in/ndhm/fhir/r4/StructureDefinition/HealthDocumentRecord
description: The Clinical Artifact represents the unstructured historical health records as a single of multiple Health Record Documents generally uploaded by the patients through the Health Locker and can be shared across the health ecosystem.
package_name: ndhm.in
derivation: constraint
name: HealthDocumentRecord
type: Composition
elements:
  date: {mustSupport: true, index: 10}
  encounter:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Encounter']
    index: 9
  section:
    short: The section contains references to documents that represent unstructured historical health records uploaded by patients. These documents can include medical reports, discharge summaries, diagnostic images, and any other relevant health records.
    mustSupport: true
    index: 17
    elements:
      code:
        elements:
          coding:
            mustSupport: true
            index: 18
            elements:
              system:
                pattern: {type: uri, value: 'http://snomed.info/sct'}
                type: uri
                index: 19
              code:
                pattern: {type: code, value: '419891008'}
                type: code
                index: 20
              display:
                pattern: {type: string, value: Record artifact}
                type: string
                index: 21
            required: [code, display, system]
          text: {mustSupport: true, index: 22}
      author:
        type: Reference
        refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole']
        index: 23
      entry:
        type: Reference
        mustSupport: true
        refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/DocumentReference']
        index: 24
        elements:
          reference: {index: 25}
        required: [reference]
    required: [entry]
  attester:
    mustSupport: true
    index: 14
    elements:
      party:
        type: Reference
        refers: ['http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole']
        index: 15
  type:
    short: Kind of composition ("Prescription record ")
    mustSupport: true
    index: 1
    elements:
      coding:
        short: Code defined by a terminology system/ Code defined by SNOMED CT for Prescription record
        index: 2
        elements:
          system:
            pattern: {type: uri, value: 'http://snomed.info/sct'}
            type: uri
            index: 3
          code:
            pattern: {type: code, value: '419891008'}
            type: code
            index: 4
          display:
            pattern: {type: string, value: Record artifact}
            type: string
            index: 5
        required: [code, display, system]
      text: {mustSupport: true, index: 6}
    required: [coding]
  title: {mustSupport: true, index: 13}
  author:
    type: Reference
    short: Who and/or what authored the composition/Prescription record
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner', 'https://nrces.in/ndhm/fhir/r4/StructureDefinition/PractitionerRole']
    index: 11
    elements:
      reference: {index: 12}
    required: [reference]
  custodian:
    type: Reference
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization']
    index: 16
  status: {mustSupport: true, index: 0}
  subject:
    type: Reference
    short: Who and/or what the composition/Prescription record is about
    mustSupport: true
    refers: ['https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient']
    index: 7
    elements:
      reference: {index: 8}
    required: [reference]
package_version: 6.5.0
class: profile
kind: resource
url: https://nrces.in/ndhm/fhir/r4/StructureDefinition/HealthDocumentRecord
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 6.5.0
required: [section, subject]