Cross Border Data Exchange IG
1.0.0 - CI Build International flag

Cross Border Data Exchange IG, published by IEHR-Workgroup. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/InteropEHRate-project/cross-border-data-exchange/ and changes regularly. See the Directory of published versions

: Provenance Example - BioSignalReport - Echocardiogram - JSON Representation

Raw json | Download


{
  "resourceType" : "Provenance",
  "id" : "4",
  "meta" : {
    "profile" : [
      🔗 "http://interopehrate.eu/fhir/StructureDefinition/Provenance-IEHR"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"4\"> </a><a name=\"hc4\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Provenance &quot;4&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Provenance-IEHR.html\">Provenance-IEHR</a></p></div><p><b>target</b>: <a href=\"DiagnosticReport-4111.html\">DiagnosticReport/4111</a></p><p><b>recorded</b>: Jul 5, 2022, 8:02:01\u202fAM</p><blockquote><p><b>agent</b></p><p><b>type</b>: Author <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#author)</span></p><p><b>who</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p></blockquote><blockquote><p><b>agent</b></p><p><b>type</b>: Custodian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#custodian)</span></p><p><b>who</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p></blockquote><blockquote><p><b>signature</b></p><blockquote><p><b>id</b></p>Signature/04012022</blockquote><p><b>type</b>: Verification Signature (Details: urn:iso-astm:E1762-95:2013 code 1.2.840.10065.1.12.1.5 = 'Verification Signature', stated as 'Verification Signature')</p><p><b>when</b>: Jul 5, 2022, 8:02:01\u202fAM</p><p><b>who</b>: <a href=\"Practitioner-21.html\">Practitioner/21</a> &quot; ANTONIO&quot;</p><p><b>targetFormat</b>: json</p><p><b>sigFormat</b>: application/jose</p><p><b>data</b>: (base64 data - 5 bytes)</p></blockquote></div>"
  },
  "target" : [
    {
      🔗 "reference" : "DiagnosticReport/4111"
    }
  ],
  "recorded" : "2022-07-05T10:02:01.674+02:00",
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author",
            "display" : "Author"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Practitioner/21"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "custodian",
            "display" : "Custodian"
          }
        ]
      },
      "who" : {
        🔗 "reference" : "Practitioner/21"
      }
    }
  ],
  "signature" : [
    {
      "id" : "Signature/04012022",
      "type" : [
        {
          "system" : "urn:iso-astm:E1762-95:2013",
          "code" : "1.2.840.10065.1.12.1.5",
          "display" : "Verification Signature"
        }
      ],
      "when" : "2022-07-05T10:02:01.677+02:00",
      "who" : {
        🔗 "reference" : "Practitioner/21"
      },
      "targetFormat" : "json",
      "sigFormat" : "application/jose",
      "data" : "ZW1wdHk="
    }
  ]
}