@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ehealth-patient-skrs-update"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "URL: [base]/Patient/$updatePatientWithSKRSDataParametersUseNameScopeCardinalityTypeBindingDocumentationINpatientBundle1..1BundleThe patient information on multiple patients.\nOUTreturn1..1ParametersEmpty set of parameters\n" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-patient-skrs-update"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.10.0"] ; # fhir:name [ fhir:v "Update Patient from KRS"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:date [ fhir:v "2019-02-02"^^xsd:date] ; # 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 "This operation is used when batch updates on patient information is available from the national service platform. The operation is used by internal components of the eHealth Infrastructure."] ; # fhir:code [ fhir:v "updatePatientWithSKRSData"] ; # fhir:resource ( [ fhir:v "Patient"] ) ; # fhir:system [ fhir:v "false"^^xsd:boolean] ; # fhir:type [ fhir:v "true"^^xsd:boolean] ; # fhir:instance [ fhir:v "false"^^xsd:boolean] ; # fhir:parameter ( [ fhir:name [ fhir:v "patientBundle" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v "1"^^xsd:integer ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "The patient information on multiple patients." ] ; fhir:type [ fhir:v "Bundle" ] ] [ fhir:name [ fhir:v "return" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v "1"^^xsd:integer ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Empty set of parameters" ] ; fhir:type [ fhir:v "Parameters" ] ] ) . # # -------------------------------------------------------------------------------------
URL: [base]/Patient/$updatePatientWithSKRSData
Parameters
The patient information on multiple patients.
Empty set of parameters