{
"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.3-beta",
"status": "active",
"id": "9c91dc22-5b0a-41eb-8c0b-b5d8f08adc96",
"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"
} ]
}