Da Vinci Payer Data Exchange
1.0.0 - STU1

This page is part of the Da Vinci Payer Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Provenance Roles - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ProvenanceAgentRoleType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/davinci-pdex/CodeSystem/ProvenanceAgentRoleType defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">author<a name=\"ProvenanceAgentRoleType-author\"> </a></td><td>Author</td><td>Person or entity that originated the referenced resource</td></tr><tr><td style=\"white-space:nowrap\">source<a name=\"ProvenanceAgentRoleType-source\"> </a></td><td>Source</td><td>Organization, Practitioner or Payer who was the source of the referenced resource</td></tr><tr><td style=\"white-space:nowrap\">transmitter<a name=\"ProvenanceAgentRoleType-transmitter\"> </a></td><td>Transmitter</td><td>Provenance Transmitter</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/ProvenanceAgentRoleType",
  "version" : "1.0.0",
  "name" : "ProvenanceAgentRoleType",
  "title" : "Provenance Roles",
  "status" : "active",
  "date" : "2020-12-22T14:17:18+00:00",
  "contact" : [
    {
      "name" : "Mark Scrimshire (mark.scrimshire@onyxhealth.io)",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:mark@ekivemark.com0"
        }
      ]
    },
    {
      "name" : "HL7 International - Financial Management",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fm"
        }
      ]
    }
  ],
  "description" : "CodeSystem for types of role relating to the creation or communication of referenced resources",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "author",
      "display" : "Author",
      "definition" : "Person or entity that originated the referenced resource"
    },
    {
      "code" : "source",
      "display" : "Source",
      "definition" : "Organization, Practitioner or Payer who was the source of the referenced resource"
    },
    {
      "code" : "transmitter",
      "display" : "Transmitter",
      "definition" : "Provenance Transmitter"
    }
  ]
}