Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
2.0.0 - draft Chile flag

Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_2.0/ and changes regularly. See the Directory of published versions

: Ejemplo de la Validación de un documento por medio del Autor - JSON Representation

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "EjemplValidacionProvCl",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clcore2/StructureDefinition/ProvenanceCl"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance EjemplValidacionProvCl</b></p><a name=\"EjemplValidacionProvCl\"> </a><a name=\"hcEjemplValidacionProvCl\"> </a><a name=\"EjemplValidacionProvCl-es-CL\"> </a><p>Provenance for <a href=\"Composition-DocumentoEjemplo1.html\">Composition Registro Médico de Una Condición al Paciente</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2022-08-07 10:30:00-0300</td></tr><tr><td>Activity</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion LA}\">legally authenticated</span></td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">author</span></td><td><a href=\"PractitionerRole-EjemploEspecialidadCL2.html\">PractitionerRole: specialty = Medicina Familiar</a></td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "reference" : "Composition/DocumentoEjemplo1"
    }
  ],
  "recorded" : "2022-08-07T10:30:00-03:00",
  "activity" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-DocumentCompletion",
        "code" : "LA",
        "display" : "legally authenticated"
      }
    ]
  },
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author",
            "display" : "author"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "PractitionerRole/EjemploEspecialidadCL2"
      }
    }
  ],
  "signature" : [
    {
      "type" : [
        {
          "system" : "urn:iso-astm:E1762-95:2013",
          "code" : "1.2.840.10065.1.12.1.1"
        }
      ],
      "when" : "2022-08-07T10:30:00-03:00",
      "who" : {
        🔗 "reference" : "PractitionerRole/EjemploEspecialidadCL2"
      },
      "sigFormat" : "application/signature+xml",
      "data" : "Base64=="
    }
  ]
}