FHIR IG analytics| Package | nhsdigital.fhir.stu3 |
| Resource Type | OperationDefinition |
| Id | eRS-RecordReviewOutcome-Operation-1.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"meta": {
"lastUpdated": "2021-09-24T00:00:00+00:00"
},
"url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-RecordReviewOutcome-Operation-1",
"version": "1.0.0",
"name": "eRS-RecordReviewOutcome-Operation-1",
"status": "active",
"kind": "operation",
"date": "2021-09-24T00:00:00+00:00",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"description": "Request to record a review outcome.",
"code": "ers.recordRO",
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "reviewOutcome",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The value for the eRS review outcome.",
"type": "Coding",
"binding": {
"strength": "required",
"valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-ReviewOutcome-1"
}
},
{
"name": "reviewComments",
"use": "in",
"min": 1,
"max": "1",
"documentation": "The value for the eRS review comment(s).",
"type": "string"
},
{
"name": "reviewAttachmentFile",
"use": "in",
"min": 0,
"max": "*",
"documentation": "The DocumentReference resource as the review attachment file.",
"type": "DocumentReference",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-DocumentReference-1"
}
},
{
"name": "reviewPriority",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The value for the eRS review priority.",
"type": "Coding",
"binding": {
"strength": "required",
"valueSetUri": "https://fhir.nhs.uk/STU3/ValueSet/eRS-Priority-1"
}
},
{
"name": "referral",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The ReferralRequest resource that has been returned in response to the given input parameters.",
"type": "ReferralRequest",
"profile": {
"reference": "https://fhir.nhs.uk/STU3/StructureDefinition/eRS-ReferralRequest-1"
}
}
]
}