eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 3.3.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
Official URL: http://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-patient-create | Version: 3.3.0 | |||
Active as of 2019-02-02 | Computable Name: Create Patient |
This operation is used to create a new Patient resource. Once executed successfully the Patient resource is created on the server and as well returned in the response parameter. The operation takes the input parameters listed and returns the Patient resource where the person having the provided civil registration number (crn) is used as the origin of the data.
This operation is currently the only way to create Patient resources in the eHealth Infrastructure, as it ensures that the correct bindings from national registers
Generated Narrative: OperationDefinition ehealth-patient-create
URL: [base]/Patient/$createPatient
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | crn | 1..1 | Identifier | The social security number of the person on which this operation is executed. | ||
OUT | return | 1..1 | Patient | The Patient resource that has been created on the server or an already created patient |
See the wiki for examples on how to use the operation.