HL7 Terminology (THO)
3.0.0 - Publication

This page is part of the HL7 Terminology (v3.0.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

: x_EncounterParticipant - JSON Representation

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>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>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>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>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>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" : "2.0.0",
  "name" : "XEncounterParticipant",
  "title" : "x_EncounterParticipant",
  "status" : "active",
  "date" : "2014-03-26",
  "description" : "Clones using this x\\_domain should have a name \"encounterParticipant\".",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "concept" : [
          {
            "code" : "ADM"
          },
          {
            "code" : "ATND"
          },
          {
            "code" : "CON"
          },
          {
            "code" : "DIS"
          },
          {
            "code" : "REF"
          }
        ]
      }
    ]
  }
}