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

FHIR IG Statistics: OperationDefinition/18ecef97-337b-49f5-a682-08ede6652ddb

Packagefhir.washabich.de
Resource TypeOperationDefinition
Id18ecef97-337b-49f5-a682-08ede6652ddb
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.washabich.de@1.0.5&canonical=https://fhir.washabich.de/OperationDefinition/EncounterExplain
URLhttps://fhir.washabich.de/OperationDefinition/EncounterExplain
Statusactive
Date2021-05-11T20:11:40.4465827+00:00
NameEncounterExplain
TitleExplain operation on Encounter type
Realmus
Authorityhl7
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",
  "id": "18ecef97-337b-49f5-a682-08ede6652ddb",
  "meta": {
    "lastUpdated": "2021-05-11T20:11:40.773+00:00"
  },
  "url": "https://fhir.washabich.de/OperationDefinition/EncounterExplain",
  "name": "EncounterExplain",
  "title": "Explain operation on Encounter type",
  "status": "active",
  "kind": "operation",
  "experimental": false,
  "date": "2021-05-11T20:11:40.4465827+00:00",
  "code": "explain",
  "resource": [
    "Encounter"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "inputProfile": "https://fhir.washabich.de/StructureDefinition/WhiEncounterParameters",
  "outputProfile": "https://fhir.washabich.de/StructureDefinition/WhiEncounter",
  "parameter": [
    {
      "name": "case",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The case hash, should be unique for each case of a patient.",
      "type": "string"
    },
    {
      "name": "disease",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "A list of ICD-10-GM codes.",
      "type": "CodeableConcept"
    },
    {
      "name": "procedure",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "A list of OPS codes.",
      "type": "CodeableConcept"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "The encounter with the explanation texts for the given input parameters.",
      "type": "Encounter"
    }
  ]
}