PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.cl.clcore@1.8.4
    https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvenanceCl
description: Este Perfil describe la forma de validación respecto a la procedencia de un recurso genrado durante un acto clínico.
package_name: rs/hl7.fhir.cl.clcore
derivation: constraint
name: ProvenanceCL
type: Provenance
elements:
  target:
    short: Recurso que se desea validar
    mustSupport: true
    index: 0
    elements:
      reference: {short: URL absoluta del Recurso  a validar, index: 1}
    required: [reference]
  recorded: {short: Cuando se desarrollo el envío o actualización del Recurso, mustSupport: true, index: 2}
  location: {short: Referencia o identificación de la localización de donde ocurrió la actividad, mustSupport: true, index: 3}
  activity:
    short: Actividad que ocurrió
    mustSupport: true
    index: 4
    elements:
      coding:
        elements:
          code:
            binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/provenance-activity-type'}
            index: 5
  agent:
    short: El actor que genera el recuso
    mustSupport: true
    index: 6
    elements:
      type:
        short: Referencia a lo que ejecuta el actor
        index: 7
        elements:
          coding:
            elements:
              system:
                binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/provenance-agent-type'}
                index: 8
      role:
        short: El rol especifico del agente
        index: 9
        elements:
          coding:
            elements:
              system:
                binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/security-role-type'}
                index: 10
      who:
        short: Quien emite el recurso
        mustSupport: true
        index: 11
        elements:
          reference: {short: Referencia al misor del recurso, index: 12}
  signature:
    short: firma del target
    mustSupport: true
    index: 13
    elements:
      type:
        short: Indicación de la razón por la que la entidad firmó el objeto o los objetos
        binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/signature-type'}
        index: 14
      when: {short: Hora y Fecha de cuando se firmó la validacion, index: 15}
      who:
        short: Referencia al firmante
        index: 16
        elements:
          reference: {short: Referencia/identificación al recurso que identifica al  firmante, index: 17}
      sigFormat: {short: Formato técnico de la firma, mustSupport: true, index: 18}
      data: {short: 'Contenido de la firma (XML DigSig.JWS, imagem, etc.)', mustSupport: true, index: 19}
    required: [data]
package_version: 1.8.4
class: profile
kind: resource
url: https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvenanceCl
base: http://hl7.org/fhir/StructureDefinition/Provenance
version: 1.8.4
required: [signature]