Da Vinci Clinical Data Exchange (CDex)
2.1.0-preview - CI Build 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-preview 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",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "CDex Provenance Inline Example 858"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "Provenance example used to create inline scenarios for this guide"
      }
    ],
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|3.1.1"🔗 ,
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|6.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Provenance</b><a name=\"cdex-provenance-inline-example-858\"> </a><a name=\"hccdex-provenance-inline-example-858\"> </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\">ResourceProvenance &quot;cdex-provenance-inline-example-858&quot; </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1.1/StructureDefinition-us-core-provenance.html\">US Core Provenance Profile (version 3.1.1)</a>, <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-provenance.html\">US Core Provenance Profile (version 6.1.0)</a></p></div><p><b>target</b>: <a href=\"Condition-cdex-condition-inline-example-858.html\">Condition/cdex-condition-inline-example-858</a></p><p><b>recorded</b>: Dec 2, 2021, 6:34:05\u202fAM</p><h3>Agents</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Who</b></td><td><b>OnBehalfOf</b></td></tr><tr><td style=\"display: none\">*</td><td>Author <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-provenance-participant-type.html\">Provenance participant type</a>#author)</span></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/Practitioner/min\">Practitioner/min</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\">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" : "Practitioner/min"
      },
      "onBehalfOf" : {
        "reference" : "Organization/min"
      }
    }
  ]
}