FHIR IG Statistics: StructureDefinition/MaEncounterBesuch
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "MaEncounterBesuch",
"url": "http://ma-ambulant.de/StructureDefinition/MaEncounterBesuch",
"name": "MaEncounterBesuch",
"title": "WIP: Ambulanter Besuch",
"status": "draft",
"description": "WIP",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Encounter",
"baseDefinition": "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Encounter",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Encounter",
"path": "Encounter",
"constraint": [
{
"key": "mii-enc-1",
"human": "Falls der Encounter abgeschlossen wurde, MUSS ein Enddatum bekannt sein",
"source": "http://ma-ambulant.de/StructureDefinition/MaEncounterBesuch",
"severity": "error",
"expression": "status = 'finished' implies period.end.exists()"
}
]
},
{
"id": "Encounter.identifier",
"path": "Encounter.identifier",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "$this"
}
],
"rules": "open"
},
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.identifier:Aufnahmenummer",
"path": "Encounter.identifier",
"sliceName": "Aufnahmenummer",
"min": 0,
"max": "1",
"patternIdentifier": {
"type": {
"coding": [
{
"code": "VN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
}
},
"mustSupport": true
},
{
"id": "Encounter.identifier:Aufnahmenummer.type",
"path": "Encounter.identifier.type",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.identifier:Aufnahmenummer.type.coding",
"path": "Encounter.identifier.type.coding",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "$this"
}
],
"rules": "open"
},
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.identifier:Aufnahmenummer.type.coding:vn-type",
"path": "Encounter.identifier.type.coding",
"sliceName": "vn-type",
"min": 1,
"max": "1",
"patternCoding": {
"code": "VN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
},
"mustSupport": true
},
{
"id": "Encounter.identifier:Aufnahmenummer.type.coding:vn-type.system",
"path": "Encounter.identifier.type.coding.system",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.identifier:Aufnahmenummer.type.coding:vn-type.code",
"path": "Encounter.identifier.type.coding.code",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.identifier:Aufnahmenummer.system",
"path": "Encounter.identifier.system",
"mustSupport": true
},
{
"id": "Encounter.identifier:Aufnahmenummer.value",
"path": "Encounter.identifier.value",
"mustSupport": true
},
{
"id": "Encounter.status",
"path": "Encounter.status",
"mustSupport": true
},
{
"id": "Encounter.class",
"path": "Encounter.class",
"mustSupport": true
},
{
"id": "Encounter.type",
"path": "Encounter.type",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "$this"
}
],
"rules": "open"
},
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.type:Kontaktebene",
"path": "Encounter.type",
"sliceName": "Kontaktebene",
"min": 1,
"max": "1",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://fhir.de/ValueSet/kontaktebene-de"
}
},
{
"id": "Encounter.subject",
"path": "Encounter.subject",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.basedOn",
"path": "Encounter.basedOn",
"mustSupport": true
},
{
"id": "Encounter.participant",
"path": "Encounter.participant",
"mustSupport": true
},
{
"id": "Encounter.period",
"path": "Encounter.period",
"mustSupport": true
},
{
"id": "Encounter.period.start",
"path": "Encounter.period.start",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.diagnosis",
"path": "Encounter.diagnosis",
"mustSupport": true
},
{
"id": "Encounter.diagnosis.condition",
"path": "Encounter.diagnosis.condition",
"mustSupport": true
},
{
"id": "Encounter.diagnosis.use",
"path": "Encounter.diagnosis.use",
"mustSupport": true
},
{
"id": "Encounter.diagnosis.use.coding",
"path": "Encounter.diagnosis.use.coding",
"slicing": {
"discriminator": [
{
"type": "pattern",
"path": "$this"
}
],
"rules": "open"
},
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.diagnosis.use.coding:Diagnosetyp",
"path": "Encounter.diagnosis.use.coding",
"sliceName": "Diagnosetyp",
"min": 1,
"max": "1",
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://fhir.de/ValueSet/DiagnoseTyp"
}
},
{
"id": "Encounter.account",
"path": "Encounter.account",
"min": 1,
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://ma-ambulant.de/StructureDefinition/MaAccountSchein",
"http://hl7.org/fhir/StructureDefinition/Account"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.account.identifier",
"path": "Encounter.account.identifier",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.account.identifier.system",
"path": "Encounter.account.identifier.system",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.account.identifier.value",
"path": "Encounter.account.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.serviceProvider",
"path": "Encounter.serviceProvider",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://ma-ambulant.de/StructureDefinition/MaOrganizationAmbulanz",
"http://hl7.org/fhir/StructureDefinition/Organization"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.serviceProvider.identifier",
"path": "Encounter.serviceProvider.identifier",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.serviceProvider.display",
"path": "Encounter.serviceProvider.display",
"min": 1,
"mustSupport": true
}
]
}
}