http://terminology.hl7.org/CodeSystem/v3-ParticipationMode|2018-08-12

name
v3.ParticipationMode
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
active
date
2018-08-11 14:00:00.0

v3 Code System ParticipationMode

A set of codes specifying the modality by which the Entity playing the Role is participating in the Act. Examples:\r\nPhysically present, over the telephone, written communication. Rationale:\r\nParticularly for author (originator) participants this is used to specify whether the information represented by the act was initially provided verbally, (hand-)written, or electronically. Open Issue:\r\nThere needs to be a reexamination of the hierarchies as there seems to be some muddling between ELECTRONIC and other concepts that involve electronic communication that are in other hierarchies.

POST /CodeSystem/$validate-codedocs

Input

{
  "resourceType" : "Parameters",
  "parameter" : [ {
    "name" : "url",
    "valueUri" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode"
  }, {
    "name" : "version",
    "valueString" : "2018-08-12"
  } ]
}