eHealth Infrastructure (v2019.5)

{
  "resourceType" : "OperationDefinition",
  "id" : "ehealth-patient-create-operationdefinition",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Create Patient</h2><p>OPERATION: Create Patient</p><p>The official URL for this operation definition is: </p><pre>http://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-patient-create-operationdefinition</pre><div><p>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.</p>\n<h3>Note</h3>\n<p>This operation is currently the only way to create Patient resources in the eHealth Infrastructure, as it ensures that the correct bindings are present according to danish law</p>\n</div><p>URL: [base]/Patient/$createPatient</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>crn</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/STU3/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>The social security number of the person on which this operation is executed.</p>\n</div></td></tr><tr><td>IN</td><td>managingOrganization</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/STU3/datatypes.html#Reference\">Reference</a></td><td/><td><div><p>A reference to the managing organization that has the responsibility of the context of the created Patient resource</p>\n</div></td></tr><tr><td>IN</td><td>policy</td><td>1..*</td><td><a href=\"http://hl7.org/fhir/STU3/datatypes.html#uri\">uri</a></td><td/><td><div><p>A uri that models what act this patient is under</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td>1..1</td><td><a href=\"http://hl7.org/fhir/STU3/parameters.html\">Parameters</a></td><td/><td><div><p>The Patient resource that has been created on the server</p>\n</div></td></tr></table><div><p>See the wiki for examples on how to use the operation.</p>\n</div></div>"
  },
  "url" : "http://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-patient-create-operationdefinition",
  "version" : "2019.5",
  "name" : "Create Patient",
  "status" : "active",
  "kind" : "operation",
  "date" : "2019-02-02T00:00:00+00:00",
  "description" : "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. \r\n\r\n### Note\r\nThis operation is currently the only way to create Patient resources in the eHealth Infrastructure, as it ensures that the correct bindings are present according to danish law",
  "code" : "createPatient",
  "comment" : "See the wiki for examples on how to use the operation.",
  "resource" : [
    "Patient"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "crn",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The social security number of the person on which this operation is executed.",
      "type" : "Identifier",
      "profile" : {
        "reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-dk-crn-identifier"
      }
    },
    {
      "name" : "managingOrganization",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "A reference to the managing organization that has the responsibility of the context of the created Patient resource",
      "type" : "Reference"
    },
    {
      "name" : "policy",
      "use" : "in",
      "min" : 1,
      "max" : "*",
      "documentation" : "A uri that models what act this patient is under",
      "type" : "uri"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "The Patient resource that has been created on the server",
      "type" : "Parameters"
    }
  ]
}