FHIR IG analytics| Package | cezih.hr.cezih-osnova |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-hr-document-encounter-base.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=cezih.hr.cezih-osnova@1.0.3-beta&canonical=http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-document-encounter-base |
| URL | http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-document-encounter-base |
| Version | 0.2.3 |
| Status | active |
| Date | 2023-03-10 |
| Name | HRDocumentEncounterBase |
| Title | Osnova podataka o posjeti za dokumente |
| Realm | uv |
| Description | Osnovni podatci o posjeti koji se moraju koristiti kod slanja kliničkih dokumenata |
| Type | Encounter |
| Kind | resource |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Encounter | An interaction during which services are provided to the patient | |
![]() ![]() | 1..* | Identifier | Jedinstveni identifikator posjete | |
![]() ![]() ![]() | 1..1 | uri | The namespace for the identifier value Fixed Value: http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-posjete | |
![]() ![]() ![]() | 1..1 | string | The value that is unique | |
![]() ![]() | 1..1 | Period | The start and end time of the encounter | |
![]() ![]() ![]() | 1..1 | dateTime | Početak posjete | |
{
"resourceType": "StructureDefinition",
"id": "hr-document-encounter-base",
"meta": {
"versionId": "9",
"lastUpdated": "2025-10-27T09:46:18.3573957+00:00",
"source": "#zsdAJCNvU9a5iLjB"
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-document-encounter-base",
"version": "0.2.3",
"name": "HRDocumentEncounterBase",
"title": "Osnova podataka o posjeti za dokumente",
"status": "active",
"experimental": false,
"date": "2023-03-10",
"contact": [
{
"name": "Krešimir Kerš",
"telecom": [
{
"system": "email",
"value": "kresimir.kers@ericsson.com"
}
]
}
],
"description": "Osnovni podatci o posjeti koji se moraju koristiti kod slanja kliničkih dokumenata",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "HR",
"display": "Croatia"
}
],
"text": "Croatia"
}
],
"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.identifier",
"path": "Encounter.identifier",
"short": "Jedinstveni identifikator posjete",
"min": 1
},
{
"id": "Encounter.identifier.system",
"path": "Encounter.identifier.system",
"min": 1,
"fixedUri": "http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-posjete"
},
{
"id": "Encounter.identifier.value",
"path": "Encounter.identifier.value",
"min": 1
},
{
"id": "Encounter.period",
"path": "Encounter.period",
"min": 1
},
{
"id": "Encounter.period.start",
"path": "Encounter.period.start",
"short": "Početak posjete",
"min": 1
}
]
}
}