| Package | fhir.washabich.de |
| Resource Type | OperationDefinition |
| Id | 18ecef97-337b-49f5-a682-08ede6652ddb |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=fhir.washabich.de@1.0.5&canonical=https://fhir.washabich.de/OperationDefinition/EncounterExplain |
| URL | https://fhir.washabich.de/OperationDefinition/EncounterExplain |
| Status | active |
| Date | 2021-05-11T20:11:40.4465827+00:00 |
| Name | EncounterExplain |
| Title | Explain operation on Encounter type |
| Realm | us |
| Authority | hl7 |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
]
}