@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "-s-upload-external-code-system"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

upload-external-code-system

OPERATION: upload-external-code-system

The official URL for this operation definition is:

http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-upload-external-code-system

URL: [base]/$upload-external-code-system

Parameters

UseNameCardinalityTypeBindingDocumentation
INurl1..1string
(string)
INlocalfile1..*string
INpackage0..*Attachment
OUTconceptCount1..1integer
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-upload-external-code-system"^^xsd:anyURI] ; # fhir:version [ fhir:v "3.1.0"] ; # fhir:name [ fhir:v "upload-external-code-system"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:date [ fhir:v "2021-05-06T08:31:20+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)"] ; # fhir:contact ( [ fhir:name [ fhir:v "Den telemedicinske infrastruktur (eHealth Infrastructure)" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:code [ fhir:v "upload-external-code-system"] ; # fhir:system [ fhir:v "true"^^xsd:boolean] ; # fhir:type [ fhir:v "false"^^xsd:boolean] ; # fhir:instance [ fhir:v "false"^^xsd:boolean] ; # fhir:parameter ( [ fhir:name [ fhir:v "url" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v "1"^^xsd:integer ] ; fhir:max [ fhir:v "1" ] ; fhir:type [ fhir:v "string" ] ; fhir:searchType [ fhir:v "string" ] ] [ fhir:name [ fhir:v "localfile" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v "1"^^xsd:integer ] ; fhir:max [ fhir:v "*" ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "package" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v "0"^^xsd:integer ] ; fhir:max [ fhir:v "*" ] ; fhir:type [ fhir:v "Attachment" ] ] [ fhir:name [ fhir:v "conceptCount" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v "1"^^xsd:integer ] ; fhir:max [ fhir:v "1" ] ; fhir:type [ fhir:v "integer" ] ] ) . # # -------------------------------------------------------------------------------------