Guia de Implementação do AnHealth
0.2.0 - CI Build

Guia de Implementação do AnHealth - Local Development build (v0.2.0). See the Directory of published versions

: EncounterParticipantTypeMostUsed - JSON Representation

Draft as of 2022-03-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "EncounterParticipantTypeMostUsed",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/4.0.0/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></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ADM\">ADM</a></td><td>admitter</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ATND\">ATND</a></td><td>attender</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-CALLBCK\">CALLBCK</a></td><td>callback contact</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-CON\">CON</a></td><td>consultant</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-DIS\">DIS</a></td><td>discharger</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-ESC\">ESC</a></td><td>escort</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-REF\">REF</a></td><td>referrer</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-SPRF\">SPRF</a></td><td>secondary performer</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-PPRF\">PPRF</a></td><td>primary performer</td></tr><tr><td><a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-PART\">PART</a></td><td>Participation</td></tr></table></li><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4B/codesystem-encounter-participant-type.html\"><code>http://terminology.hl7.org/CodeSystem/participant-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4B/codesystem-encounter-participant-type.html#encounter-participant-type-translator\">translator</a></td><td>Translator</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4B/codesystem-encounter-participant-type.html#encounter-participant-type-emergency\">emergency</a></td><td>Emergency</td></tr></table></li></ul></div>"
  },
  "url" : "https://ancode.app/fhir/ValueSet/EncounterParticipantTypeMostUsed",
  "version" : "0.2.0",
  "name" : "EncounterParticipantTypeMostUsed",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-03-31",
  "publisher" : "Ancode",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ancode.app"
        }
      ]
    }
  ],
  "description" : "Encounter Participant Type Most Used",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "concept" : [
          {
            "code" : "ADM",
            "display" : "admitter"
          },
          {
            "code" : "ATND",
            "display" : "attender"
          },
          {
            "code" : "CALLBCK",
            "display" : "callback contact"
          },
          {
            "code" : "CON",
            "display" : "consultant"
          },
          {
            "code" : "DIS",
            "display" : "discharger"
          },
          {
            "code" : "ESC",
            "display" : "escort"
          },
          {
            "code" : "REF",
            "display" : "referrer"
          },
          {
            "code" : "SPRF",
            "display" : "secondary performer"
          },
          {
            "code" : "PPRF",
            "display" : "primary performer"
          },
          {
            "code" : "PART",
            "display" : "Participation"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/participant-type",
        "concept" : [
          {
            "code" : "translator",
            "display" : "Translator"
          },
          {
            "code" : "emergency",
            "display" : "Emergency"
          }
        ]
      }
    ]
  }
}