PackagesCanonicalsLogsProblems
    Packages
    se.electronichealth.fhir.merier.r5@0.1.0
    http://electronichealth.se/fhir/NDI/OperationDefinition/create-index-record-operation-meri
{
  "description": "Creates an index record with a healthcare provider and patient.",
  "_filename": "OperationDefinition-create-index-record-operation-meri.json",
  "package_name": "se.electronichealth.fhir.merier.r5",
  "date": null,
  "system": true,
  "publisher": null,
  "instance": false,
  "name": "CreateIndexRecordOperationMeRI",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Create Index Record (MeRI)",
  "package_version": "0.1.0",
  "status": "active",
  "id": "3fbb48de-1189-456a-87d9-e28bd4c57fab",
  "affectsState": true,
  "kind": "operation",
  "url": "http://electronichealth.se/fhir/NDI/OperationDefinition/create-index-record-operation-meri",
  "code": "create-index-record",
  "version": "0.1.0",
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "patient",
    "type": "Identifier",
    "documentation": "Patient identifier (system and value)"
  }, {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "healthcareProvider",
    "type": "Identifier",
    "documentation": "Healthcare provider identifier (system and value)"
  }, {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "availabilityTime",
    "type": "instant",
    "documentation": "When patient data was first made available by the healthcare provider"
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "OperationOutcome",
    "documentation": "OperationOutcome with result of operation"
  } ]
}