HL7 Terminology (THO)
5.5.0 - Continuous Process Integration (ci build) International flag

HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 5.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions

: x_EncounterParticipant - JSON Representation

Active as of 2014-03-26

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "v3-xEncounterParticipant",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-v3-ParticipationType.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ParticipationType</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ADM\">ADM</a></td><td style=\"color: #cccccc\">admitter</td><td>The practitioner who is responsible for admitting a patient to a patient encounter.</td></tr><tr><td><a href=\"CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ATND\">ATND</a></td><td style=\"color: #cccccc\">attender</td><td>The practitioner that has responsibility for overseeing a patient's care during a patient encounter.</td></tr><tr><td><a href=\"CodeSystem-v3-ParticipationType.html#v3-ParticipationType-CON\">CON</a></td><td style=\"color: #cccccc\">consultant</td><td>An advisor participating in the service by performing evaluations and making recommendations.</td></tr><tr><td><a href=\"CodeSystem-v3-ParticipationType.html#v3-ParticipationType-DIS\">DIS</a></td><td style=\"color: #cccccc\">discharger</td><td>The practitioner who is responsible for the discharge of a patient from a patient encounter.</td></tr><tr><td><a href=\"CodeSystem-v3-ParticipationType.html#v3-ParticipationType-REF\">REF</a></td><td style=\"color: #cccccc\">referrer</td><td>A person having referred the subject of the service to the performer (referring physician). Typically, a referring physician will receive a report.</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "name",
          "valueString" : "Name:Act:participation:Participation"
        },
        {
          "url" : "value",
          "valueString" : "encounterParticipant"
        }
      ],
      "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp"
    },
    {
      "extension" : [
        {
          "url" : "name",
          "valueString" : "Name:Role:participation:Participation"
        },
        {
          "url" : "value",
          "valueString" : "participation"
        }
      ],
      "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp"
    },
    {
      "extension" : [
        {
          "url" : "name",
          "valueString" : "Sort:Act:participation:Participation"
        },
        {
          "url" : "value",
          "valueString" : "FA_______"
        }
      ],
      "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp"
    },
    {
      "extension" : [
        {
          "url" : "name",
          "valueString" : "Sort:Role:participation:Participation"
        },
        {
          "url" : "value",
          "valueString" : "FA_______"
        }
      ],
      "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-assocConceptProp"
    }
  ],
  "url" : "http://terminology.hl7.org/ValueSet/v3-xEncounterParticipant",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.1.11.19600"
    }
  ],
  "version" : "3.0.0",
  "name" : "XEncounterParticipant",
  "title" : "x_EncounterParticipant",
  "status" : "active",
  "experimental" : false,
  "date" : "2014-03-26",
  "publisher" : "Health Level Seven International",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org"
        },
        {
          "system" : "email",
          "value" : "hq@HL7.org"
        }
      ]
    }
  ],
  "description" : "Clones using this x\\_domain should have a name \"encounterParticipant\".",
  "copyright" : "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "concept" : [
          {
            "code" : "ADM"
          },
          {
            "code" : "ATND"
          },
          {
            "code" : "CON"
          },
          {
            "code" : "DIS"
          },
          {
            "code" : "REF"
          }
        ]
      }
    ]
  }
}