eHealth Infrastructure
3.6.0 - release Denmark flag

eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.6.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Material Assignment Participant Function - JSON Representation

Active as of 2025-07-07

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "material-assignment-participant-function",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Værdisæt material-assignment-participant-function</b></p><a name=\"material-assignment-participant-function\"> </a><a name=\"hcmaterial-assignment-participant-function\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-action-participant-function.html\"><code>http://hl7.org/fhir/action-participant-function</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-action-participant-function.html#action-participant-function-performer\">performer</a></td><td>Performer</td><td>The participant is the performer of the action.</td></tr></table></li></ul></div>"
  },
  "url" : "http://ehealth.sundhed.dk/vs/material-assignment-participant-function",
  "version" : "3.6.0",
  "name" : "MaterialAssignmentParticipantFunction",
  "title" : "Material Assignment Participant Function",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-07-07T12:00:00+00:00",
  "publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact" : [
    {
      "name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description" : "The function of the participant in material assignment (performer).",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/action-participant-function",
        "concept" : [
          {
            "code" : "performer",
            "display" : "Performer"
          }
        ]
      }
    ]
  }
}