HL7 Terminology
2.1.0 - Publication

This page is part of the HL7 Terminology (v2.1.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: ParticipationAuthorOriginator - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "v3-ParticipationAuthorOriginator",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><ul><li>Include codes from <a href=\"CodeSystem-v3-ParticipationType.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ParticipationType</code></a> where concept  is-a  <a href=\"CodeSystem-v3-ParticipationType.html#v3-ParticipationType-AUT\">AUT</a></li></ul></div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/v3-ParticipationAuthorOriginator",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.1.11.20064"
    }
  ],
  "version" : "2.0.0",
  "name" : "ParticipationAuthorOriginator",
  "title" : "ParticipationAuthorOriginator",
  "status" : "active",
  "date" : "2014-03-26",
  "description" : "**Definition:** A party that originates the Act and therefore has responsibility for the information given in the Act and ownership of this Act.\r\n\r\n**Example:** the report writer, the person writing the act definition, the guideline author, the placer of an order, the EKG cart (device) creating a report etc. Every Act should have an author. Authorship is regardless of mood always actual authorship.\r\n\r\nExamples of such policies might include:\r\n\r\n *  The author and anyone they explicitly delegate may update the report;\r\n *  All administrators within the same clinic may cancel and reschedule appointments created by other administrators within that clinic;\r\n\r\nA party that is neither an author nor a party who is extended authorship maintenance rights by policy, may only amend, reverse, override, replace, or follow up in other ways on this Act, whereby the Act remains intact and is linked to another Act authored by that other party.",
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "AUT"
          }
        ]
      }
    ]
  }
}