@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CarePlanEpisodeOfCare-i-update-care-teams"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

URL: [base]/CarePlan/[id]/$update-care-teams

URL: [base]/EpisodeOfCare/[id]/$update-care-teams

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INaddCareTeams0..*Reference
INremoveCareTeams0..*Reference
INaddCareteams0..*Reference
INremoveCareteams0..*Reference
" ] ; # fhir:url [ fhir:v "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CarePlanEpisodeOfCare-i-update-care-teams"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.9.0"] ; # fhir:name [ fhir:v "update-care-teams"] ; # fhir:title [ fhir:v "Modify care team assignment"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:date [ fhir:v "2023-08-23T12:57:57+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Systematic | Trifork"] ; # fhir:contact ( [ fhir:name [ fhir:v "Systematic | Trifork" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "The operation modifies the care team assignment of the care plan and all of its sub plans."] ; # fhir:affectsState [ fhir:v "true"^^xsd:boolean] ; # fhir:code [ fhir:v "update-care-teams"] ; # fhir:resource ( [ fhir:v "CarePlan"] [ fhir:v "EpisodeOfCare"] ) ; # fhir:system [ fhir:v "false"^^xsd:boolean] ; # fhir:type [ fhir:v "false"^^xsd:boolean] ; # fhir:instance [ fhir:v "true"^^xsd:boolean] ; # fhir:parameter ( [ fhir:name [ fhir:v "addCareTeams" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v "0"^^xsd:integer ] ; fhir:max [ fhir:v "*" ] ; fhir:type [ fhir:v "Reference" ] ] [ fhir:name [ fhir:v "removeCareTeams" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v "0"^^xsd:integer ] ; fhir:max [ fhir:v "*" ] ; fhir:type [ fhir:v "Reference" ] ] [ fhir:name [ fhir:v "addCareteams" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v "0"^^xsd:integer ] ; fhir:max [ fhir:v "*" ] ; fhir:type [ fhir:v "Reference" ] ] [ fhir:name [ fhir:v "removeCareteams" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v "0"^^xsd:integer ] ; fhir:max [ fhir:v "*" ] ; fhir:type [ fhir:v "Reference" ] ] ) . # # -------------------------------------------------------------------------------------