FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenhsdigital.fhir.stu3
Resource TypeOperationDefinition
IdeRS-RecordReviewOutcome-Operation-1.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    }
  ]
}