FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/eRS-GeneratePatientLetter-Operation-1

Packagenhsd.assets.stu3
Resource TypeOperationDefinition
IdeRS-GeneratePatientLetter-Operation-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/OperationDefinition/eRS-GeneratePatientLetter-Operation-1
URLhttps://fhir.nhs.uk/STU3/OperationDefinition/eRS-GeneratePatientLetter-Operation-1
Version1.0.0
Statusdraft
Date2018-11-15T00:00:00+01:00
NameeRS-GeneratePatientLetter-Operation-1
Authorityhl7
DescriptionRequest to generate a patient letter.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "meta": {
    "lastUpdated": "2018-10-05T00:00:00+01:00"
  },
  "url": "https://fhir.nhs.uk/STU3/OperationDefinition/eRS-GeneratePatientLetter-Operation-1",
  "version": "1.0.0",
  "name": "eRS-GeneratePatientLetter-Operation-1",
  "status": "draft",
  "kind": "operation",
  "date": "2018-11-15T00:00:00+01:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Request to generate a patient letter.",
  "code": "ers.generatePatientLetter",
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "output",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Binary stream of the PDF letter",
      "type": "Binary"
    }
  ]
}