This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Provenance-entity-role.xml

Definition for Value SetProvenanceEntityRole

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>ProvenanceEntityRole</h2><p>How an entity was used in an activity</p><p>This value set defines its own terms in the system http://hl7.org/fhir/provenance-entity-role</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>derivation<a name=\"derivation\"> </a></td><td/><td>A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a preexisting entity.</td></tr><tr><td>..revision<a name=\"revision\"> </a></td><td/><td>A derivation for which the resulting entity is a revised version of some original.</td></tr><tr><td>..quotation<a name=\"quotation\"> </a></td><td/><td>The repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author.</td></tr><tr><td>..source<a name=\"source\"> </a></td><td/><td>A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight.</td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/provenance-entity-role",
  "name": "ProvenanceEntityRole",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "How an entity was used in an activity",
  "status": "draft",
  "date": "2014-09-30T18:09:16.979+10:00",
  "define": {
    "system": "http://hl7.org/fhir/provenance-entity-role",
    "caseSensitive": true,
    "concept": [
      {
        "code": "derivation",
        "definition": "A transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a preexisting entity.",
        "concept": [
          {
            "code": "revision",
            "definition": "A derivation for which the resulting entity is a revised version of some original."
          },
          {
            "code": "quotation",
            "definition": "The repeat of (some or all of) an entity, such as text or image, by someone who may or may not be its original author."
          },
          {
            "code": "source",
            "definition": "A primary source for a topic refers to something produced by some agent with direct experience and knowledge about the topic, at the time of the topic's study, without benefit from hindsight."
          }
        ]
      }
    ]
  }
}