HL7 FHIR® US Core Implementation Guide (Release 3.0.1 STU3 Update for Comment)

This page is part of a downloaded copy of this specification. This page is part of the US Core Implementation Guide (v3.0.1: STU3 Ballot 2) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-us-core-provenance-participant-type

Download Raw json

{
  "resourceType" : "ValueSet",
  "id" : "us-core-provenance-participant-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>US Core Provenance Participant Type Codes</h2><div><p>The type of participation a provenance agent played for a given target.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-us-core-provenance-participant-type.html\"><code>http://hl7.org/fhir/us/core/CodeSystem/us-core-provenance-participant-type</code></a></li><li>Include all codes defined in <a href=\"http://hl7.org/fhir/R4/codesystem-provenance-agent-type.html\"><code>http://terminology.hl7.org/CodeSystem/provenance-participant-type</code></a></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/core/ValueSet/us-core-provenance-participant-type",
  "version" : "3.0.1",
  "name" : "USCoreProvenancePaticipantTypeCodes",
  "title" : "US Core Provenance Participant Type Codes",
  "status" : "active",
  "date" : "2019-08-28T00:00:00-04:00",
  "publisher" : "HL7 US Realm Steering Committee",
  "description" : "The type of participation a provenance agent played for a given target.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "purpose" : "So API consumers can identify the provenance participant type.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-provenance-participant-type"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
      }
    ]
  }
}