@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "-s-persist-login"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

persist-login

OPERATION: persist-login

The official URL for this operation definition is:

https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-persist-login

This operation persists login information into CareTeams and PractitionerRoles\nThe following elements of each careteam are mandatory:

\n
    \n
  • id: Reference based on the careteam from the saml security token
  • \n
  • status: any
  • \n
  • name: any
  • \n
  • reasonCode: any
  • \n
  • participant: 1 for each careteam-role in the saml security token\n-- role: from the saml security token\n-- member: reference to the practitioner\n-- onBehalfOf: reference to organization (cannot be set currently because of a bug in hapi)
  • \n
\n

Persist-login will find each careteam, and update it with any new participants and roles from the input bundle.\nThe input careteam resources are are used as a container for the participant list. The rest of the fields are not used.\nThe following elements of each PractitionerRole are mandatory:

\n
    \n
  • practitioner
  • \n
  • organization
  • \n
  • code: roles from the saml security token (CareteamParticipantRole valueset)
  • \n
\n

Persist-login will search for practitionerRoles for each combination of (practitioner, organization) and create it if it doesn't already exists.

\n

URL: [base]/$persist-login

Parameters

UseNameCardinalityTypeBindingDocumentation
INcareTeam0..*CareTeam
INpractitionerRole0..*PractitionerRole
" ]; fhir:OperationDefinition.url [ fhir:value "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-persist-login"]; fhir:OperationDefinition.version [ fhir:value "2022.2"]; fhir:OperationDefinition.name [ fhir:value "persist-login"]; fhir:OperationDefinition.title [ fhir:value "Persist login"]; fhir:OperationDefinition.status [ fhir:value "active"]; fhir:OperationDefinition.kind [ fhir:value "operation"]; fhir:OperationDefinition.date [ fhir:value "2022-06-20T13:22:29+00:00"^^xsd:dateTime]; fhir:OperationDefinition.publisher [ fhir:value "Systematic | Trifork"]; fhir:OperationDefinition.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ] ] ]; fhir:OperationDefinition.description [ fhir:value "This operation persists login information into CareTeams and PractitionerRoles\nThe following elements of each careteam are mandatory:\n- id: Reference based on the careteam from the saml security token\n- status: any\n- name: any\n- reasonCode: any\n- participant: 1 for each careteam-role in the saml security token\n-- role: from the saml security token\n-- member: reference to the practitioner\n-- onBehalfOf: reference to organization (cannot be set currently because of a bug in hapi)\n\nPersist-login will find each careteam, and update it with any new participants and roles from the input bundle.\nThe input careteam resources are are used as a container for the participant list. The rest of the fields are not used.\nThe following elements of each PractitionerRole are mandatory:\n- practitioner\n- organization\n- code: roles from the saml security token (CareteamParticipantRole valueset)\n\nPersist-login will search for practitionerRoles for each combination of (practitioner, organization) and create it if it doesn't already exists."]; fhir:OperationDefinition.affectsState [ fhir:value "true"^^xsd:boolean]; fhir:OperationDefinition.code [ fhir:value "persist-login"]; fhir:OperationDefinition.system [ fhir:value "true"^^xsd:boolean]; fhir:OperationDefinition.type [ fhir:value "false"^^xsd:boolean]; fhir:OperationDefinition.instance [ fhir:value "false"^^xsd:boolean]; fhir:OperationDefinition.parameter [ fhir:index 0; fhir:OperationDefinition.parameter.name [ fhir:value "careTeam" ]; fhir:OperationDefinition.parameter.use [ fhir:value "in" ]; fhir:OperationDefinition.parameter.min [ fhir:value "0"^^xsd:integer ]; fhir:OperationDefinition.parameter.max [ fhir:value "*" ]; fhir:OperationDefinition.parameter.type [ fhir:value "CareTeam" ] ], [ fhir:index 1; fhir:OperationDefinition.parameter.name [ fhir:value "practitionerRole" ]; fhir:OperationDefinition.parameter.use [ fhir:value "in" ]; fhir:OperationDefinition.parameter.min [ fhir:value "0"^^xsd:integer ]; fhir:OperationDefinition.parameter.max [ fhir:value "*" ]; fhir:OperationDefinition.parameter.type [ fhir:value "PractitionerRole" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------