FHIR IG Statistics: StructureDefinition/KBV_PR_AW_Begegnung
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"url": "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Begegnung",
"version": "1.2.0",
"name": "KBV_PR_AW_Begegnung",
"status": "active",
"copyright": "Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "Encounter",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Encounter",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Encounter",
"path": "Encounter",
"short": "Begegnung",
"definition": "Diese Ressource beschreibt eine einzelne Begegnung eines Patienten mit einem Arzt. Damit ist eine Behandlungseinheit, die bspw. aus einem Termin resultieren würde gemeint. Für einen Hausbesuch gibt es ein weiteres Profil mit dem Namen KBV_PR_AW_Hausbesuch."
},
{
"id": "Encounter.id",
"path": "Encounter.id",
"min": 1
},
{
"id": "Encounter.meta",
"path": "Encounter.meta",
"min": 1
},
{
"id": "Encounter.meta.versionId",
"path": "Encounter.meta.versionId",
"min": 1
},
{
"id": "Encounter.meta.lastUpdated",
"path": "Encounter.meta.lastUpdated",
"min": 1
},
{
"id": "Encounter.meta.profile",
"path": "Encounter.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Begegnung|1.2.0"
},
{
"id": "Encounter.text",
"path": "Encounter.text",
"min": 1
},
{
"id": "Encounter.extension",
"path": "Encounter.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
}
},
{
"id": "Encounter.extension:spezielle_Begegnungsinformationen",
"path": "Encounter.extension",
"sliceName": "spezielle_Begegnungsinformationen",
"type": [
{
"code": "Extension",
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Begegnung_Spezielle_Begegnungsinformationen"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.extension:spezielle_Begegnungsinformationen.extension:typ",
"path": "Encounter.extension.extension",
"sliceName": "typ",
"mustSupport": true
},
{
"id": "Encounter.extension:spezielle_Begegnungsinformationen.extension:inhalt",
"path": "Encounter.extension.extension",
"sliceName": "inhalt",
"mustSupport": true
},
{
"id": "Encounter.identifier",
"path": "Encounter.identifier",
"max": "0"
},
{
"id": "Encounter.status",
"path": "Encounter.status",
"short": "finished",
"definition": "Der Status dieses Profils ist immer finished.",
"fixedCode": "finished"
},
{
"id": "Encounter.statusHistory",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "StatusHistory"
}
],
"path": "Encounter.statusHistory",
"max": "0"
},
{
"id": "Encounter.class",
"path": "Encounter.class",
"mustSupport": true
},
{
"id": "Encounter.class.system",
"path": "Encounter.class.system",
"min": 1,
"fixedUri": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"mustSupport": true
},
{
"id": "Encounter.class.version",
"path": "Encounter.class.version",
"max": "0"
},
{
"id": "Encounter.class.code",
"path": "Encounter.class.code",
"min": 1,
"fixedCode": "AMB"
},
{
"id": "Encounter.class.display",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.class.display",
"max": "0"
},
{
"id": "Encounter.class.userSelected",
"path": "Encounter.class.userSelected",
"max": "0"
},
{
"id": "Encounter.classHistory",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "ClassHistory"
}
],
"path": "Encounter.classHistory",
"max": "0"
},
{
"id": "Encounter.type",
"path": "Encounter.type",
"short": "Vermittlungsart",
"definition": "In diesem Element kann die Vermittlungsart dokumentiert werden. Die Vermittlungsart kategorisiert die Vermittlung des Termins über die TSS(Terminservicestelle).",
"max": "1"
},
{
"id": "Encounter.type.coding",
"path": "Encounter.type.coding",
"min": 1,
"max": "1",
"binding": {
"strength": "required",
"description": "Vermittlungsart",
"valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_AW_Vermittlungsart"
}
},
{
"id": "Encounter.type.coding.system",
"path": "Encounter.type.coding.system",
"min": 1
},
{
"id": "Encounter.type.coding.version",
"path": "Encounter.type.coding.version",
"max": "0"
},
{
"id": "Encounter.type.coding.code",
"path": "Encounter.type.coding.code",
"min": 1
},
{
"id": "Encounter.type.coding.display",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.type.coding.display",
"max": "0"
},
{
"id": "Encounter.type.coding.userSelected",
"path": "Encounter.type.coding.userSelected",
"max": "0"
},
{
"id": "Encounter.type.text",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.type.text",
"short": "Ergänzende Informationen zur Vermittlungsart",
"definition": "Ergänzende Informationen zur Vermittlungsart"
},
{
"id": "Encounter.serviceType",
"path": "Encounter.serviceType",
"max": "0"
},
{
"id": "Encounter.priority",
"path": "Encounter.priority",
"max": "0"
},
{
"id": "Encounter.subject",
"path": "Encounter.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Patient|1.2.0"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.subject.reference",
"path": "Encounter.subject.reference",
"min": 1
},
{
"id": "Encounter.subject.type",
"path": "Encounter.subject.type",
"max": "0"
},
{
"id": "Encounter.subject.identifier",
"path": "Encounter.subject.identifier",
"max": "0"
},
{
"id": "Encounter.subject.display",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.subject.display",
"max": "0"
},
{
"id": "Encounter.episodeOfCare",
"path": "Encounter.episodeOfCare",
"max": "0"
},
{
"id": "Encounter.basedOn",
"path": "Encounter.basedOn",
"short": "Behandlung im Auftrag",
"definition": "Sollte eine Überweisung zu diesem Arzt-Patienten-Kontakt geführt haben, so ist diese hier zu referenzieren.",
"max": "1",
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Behandlung_im_Auftrag_Ueberweisung|1.2.0"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.basedOn.reference",
"path": "Encounter.basedOn.reference",
"min": 1
},
{
"id": "Encounter.basedOn.type",
"path": "Encounter.basedOn.type",
"max": "0"
},
{
"id": "Encounter.basedOn.identifier",
"path": "Encounter.basedOn.identifier",
"max": "0"
},
{
"id": "Encounter.basedOn.display",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.basedOn.display",
"max": "0"
},
{
"id": "Encounter.participant",
"path": "Encounter.participant",
"short": "Behandelnder",
"definition": "Dieses Attribut wird zur Angabe des Behandelnden dieser Begegnung genutzt.",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Encounter.participant.type",
"path": "Encounter.participant.type",
"max": "0"
},
{
"id": "Encounter.participant.period",
"path": "Encounter.participant.period",
"max": "0"
},
{
"id": "Encounter.participant.individual",
"path": "Encounter.participant.individual",
"definition": "Angabe des Behandelnden inkl LANR.",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_BehandelnderFunktion|1.2.0"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.participant.individual.reference",
"path": "Encounter.participant.individual.reference",
"mustSupport": true
},
{
"id": "Encounter.participant.individual.type",
"path": "Encounter.participant.individual.type",
"max": "0"
},
{
"id": "Encounter.participant.individual.identifier",
"path": "Encounter.participant.individual.identifier",
"definition": "Angabe einer LANR mit der der Behandelnde diesen Arzt-Patienten-Kontakt durchgeführt hat.",
"mustSupport": true
},
{
"id": "Encounter.participant.individual.identifier.use",
"path": "Encounter.participant.individual.identifier.use",
"max": "0"
},
{
"id": "Encounter.participant.individual.identifier.type",
"path": "Encounter.participant.individual.identifier.type",
"max": "0"
},
{
"id": "Encounter.participant.individual.identifier.system",
"path": "Encounter.participant.individual.identifier.system",
"min": 1,
"fixedUri": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR"
},
{
"id": "Encounter.participant.individual.identifier.value",
"path": "Encounter.participant.individual.identifier.value",
"min": 1
},
{
"id": "Encounter.participant.individual.identifier.period",
"path": "Encounter.participant.individual.identifier.period",
"max": "0"
},
{
"id": "Encounter.participant.individual.identifier.assigner",
"path": "Encounter.participant.individual.identifier.assigner",
"max": "0"
},
{
"id": "Encounter.participant.individual.display",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.participant.individual.display",
"max": "0"
},
{
"id": "Encounter.appointment",
"path": "Encounter.appointment",
"max": "0"
},
{
"id": "Encounter.period",
"path": "Encounter.period",
"short": "Datum",
"definition": "Datum der Begegnung",
"min": 1,
"mustSupport": true
},
{
"id": "Encounter.period.start",
"path": "Encounter.period.start",
"min": 1
},
{
"id": "Encounter.length",
"path": "Encounter.length",
"max": "0"
},
{
"id": "Encounter.reasonCode",
"path": "Encounter.reasonCode",
"max": "0"
},
{
"id": "Encounter.reasonReference",
"path": "Encounter.reasonReference",
"max": "0"
},
{
"id": "Encounter.diagnosis",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-explicit-type-name",
"valueString": "Diagnosis"
}
],
"path": "Encounter.diagnosis",
"max": "0"
},
{
"id": "Encounter.account",
"path": "Encounter.account",
"max": "0"
},
{
"id": "Encounter.hospitalization",
"path": "Encounter.hospitalization",
"max": "0"
},
{
"id": "Encounter.location",
"path": "Encounter.location",
"max": "0"
},
{
"id": "Encounter.serviceProvider",
"path": "Encounter.serviceProvider",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Betriebsstaette|1.2.0"
]
}
],
"mustSupport": true
},
{
"id": "Encounter.serviceProvider.reference",
"path": "Encounter.serviceProvider.reference",
"min": 1
},
{
"id": "Encounter.serviceProvider.type",
"path": "Encounter.serviceProvider.type",
"max": "0"
},
{
"id": "Encounter.serviceProvider.identifier",
"path": "Encounter.serviceProvider.identifier",
"max": "0"
},
{
"id": "Encounter.serviceProvider.display",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.serviceProvider.display",
"max": "0"
},
{
"id": "Encounter.partOf",
"path": "Encounter.partOf",
"type": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-hierarchy",
"valueBoolean": true
}
],
"code": "Reference",
"targetProfile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Begegnung|1.2.0"
]
}
]
},
{
"id": "Encounter.partOf.reference",
"path": "Encounter.partOf.reference",
"min": 1
},
{
"id": "Encounter.partOf.type",
"path": "Encounter.partOf.type",
"max": "0"
},
{
"id": "Encounter.partOf.identifier",
"path": "Encounter.partOf.identifier",
"max": "0"
},
{
"id": "Encounter.partOf.display",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "Encounter.partOf.display",
"max": "0"
}
]
}
}