Da Vinci Clinical Data Exchange (CDex)
2.1.0 - STU2 United States of America flag

Da Vinci Clinical Data Exchange (CDex), published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ecdx/ and changes regularly. See the Directory of published versions

: CDex Provenance Inline Example 858 - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Provenance",
  "id" : "cdex-provenance-inline-example-858",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Provenance cdex-provenance-inline-example-858</b></p><a name=\"cdex-provenance-inline-example-858\"> </a><a name=\"hccdex-provenance-inline-example-858\"> </a><a name=\"cdex-provenance-inline-example-858-en-US\"> </a><p>Provenance for <a href=\"Condition-cdex-condition-inline-example-858.html\">Condition Type 2 Diabetes Mellitus</a></p><p>Summary</p><table class=\"grid\"><tr><td>Recorded</td><td>2021-12-01 22:34:05-0800</td></tr></table><p><b>Agents</b></p><table class=\"grid\"><tr><td><b>Type</b></td><td><b>who</b></td><td><b>On Behalf Of</b></td></tr><tr><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/provenance-participant-type author}\">Author</span></td><td><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=http://example.org/fhir/Practitioner/123\">??</a></td><td><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=http://hl7.org/fhir/us/core/Organization/min\">??</a></td></tr></table></div>"
  },
  "target" : [
    {
      🔗 "reference" : "Condition/cdex-condition-inline-example-858"
    }
  ],
  "recorded" : "2021-12-01T22:34:05-08:00",
  "agent" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
            "code" : "author",
            "display" : "Author"
          }
        ]
      },
      "who" : {
        "reference" : "http://example.org/fhir/Practitioner/123"
      },
      "onBehalfOf" : {
        "reference" : "Organization/min"
      }
    }
  ]
}