FHIR IG analytics| Package | ma.ambulanter.fall |
| Resource Type | Encounter |
| Id | Encounter-ExampleEncounterBesuch.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Encounter",
"id": "ExampleEncounterBesuch",
"meta": {
"profile": [
"http://ma-ambulant.de/StructureDefinition/MaEncounterBesuch",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Encounter",
"https://gematik.de/fhir/isik/StructureDefinition/ISiKKontaktGesundheitseinrichtung",
"https://www.medizininformatik-initiative.de/fhir/core/modul-fall/StructureDefinition/KontaktGesundheitseinrichtung"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"code": "VN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "http://example-system/besuch",
"value": "b-123"
}
],
"type": [
{
"coding": [
{
"code": "abteilungskontakt",
"system": "http://fhir.de/CodeSystem/Kontaktebene",
"display": "Abteilungskontakt"
}
]
}
],
"period": {
"start": "2025-01-01",
"end": "2025-01-01"
},
"diagnosis": [
{
"use": {
"coding": [
{
"system": "http://fhir.de/CodeSystem/KontaktDiagnoseProzedur",
"code": "treatment-diagnosis",
"display": "Behandlungsrelevante Diagnosen"
}
]
},
"condition": {
"reference": "Condition/ExampleConditionDiagnose"
}
}
],
"account": [
{
"identifier": {
"system": "http://example-system/scheinnummer",
"value": "s-123"
},
"reference": "Account/ExampleAccountSchein"
}
],
"serviceProvider": {
"identifier": {
"system": "http://fhir.de/sid/dkgev/standortnummer",
"value": "12345"
},
"reference": "Organization/ExampleOrganizationAmbulanz",
"display": "Beispiel Ambulanz"
},
"status": "finished",
"class": {
"code": "AMB",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"display": "ambulatory"
},
"subject": {
"reference": "Patient/ExamplePatient"
}
}