6.1.7. Osnova podataka o posjeti za dokumente

Osnovni podatci o posjeti koji se moraju koristiti kod slanja kliničkih dokumenata

6.1.7.1. Specifikacija profila

The resource cannot be rendered.

The resource cannot be rendered.

<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="hr-document-encounter-base" />
<versionId value="9" />
<lastUpdated value="2025-10-27T09:46:18.3573957+00:00" />
<source value="#zsdAJCNvU9a5iLjB" />
</meta>
<status value="extensions" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<url value="http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-document-encounter-base" />
<version value="0.2.3" />
<name value="HRDocumentEncounterBase" />
<title value="Osnova podataka o posjeti za dokumente" />
<status value="active" />
<experimental value="false" />
<date value="2023-03-10" />
<name value="Krešimir Kerš" />
<system value="email" />
<value value="kresimir.kers@ericsson.com" />
</telecom>
</contact>
<description value="Osnovni podatci o posjeti koji se moraju koristiti kod slanja kliničkih dokumenata" />
<system value="urn:iso:std:iso:3166" />
<code value="HR" />
<display value="Croatia" />
</coding>
<text value="Croatia" />
</jurisdiction>
<fhirVersion value="4.0.1" />
<identity value="workflow" />
<uri value="http://hl7.org/fhir/workflow" />
<name value="Workflow Pattern" />
</mapping>
<identity value="rim" />
<uri value="http://hl7.org/v3" />
<name value="RIM Mapping" />
</mapping>
<identity value="w5" />
<uri value="http://hl7.org/fhir/fivews" />
<name value="FiveWs Pattern Mapping" />
</mapping>
<identity value="v2" />
<uri value="http://hl7.org/v2" />
<name value="HL7 v2 Mapping" />
</mapping>
<kind value="resource" />
<abstract value="false" />
<type value="Encounter" />
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Encounter" />
<derivation value="constraint" />
<element id="Encounter.identifier">
<path value="Encounter.identifier" />
<short value="Jedinstveni identifikator posjete" />
<min value="1" />
</element>
<element id="Encounter.identifier.system">
<path value="Encounter.identifier.system" />
<min value="1" />
<fixedUri value="http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-posjete" />
</element>
<element id="Encounter.identifier.value">
<path value="Encounter.identifier.value" />
<min value="1" />
</element>
<element id="Encounter.period">
<path value="Encounter.period" />
<min value="1" />
</element>
<element id="Encounter.period.start">
<path value="Encounter.period.start" />
<short value="Početak posjete" />
<min value="1" />
</element>
</differential>
</StructureDefinition>
{
"resourceType": "StructureDefinition",
"id": "hr-document-encounter-base",
"meta": {
"versionId": "9",
"lastUpdated": "2025-10-27T09:46:18.3573957+00:00",
"source": "#zsdAJCNvU9a5iLjB"
},
"text": {
"status": "extensions",
--- We have skipped the narrative for better readability of the resource ---
},
"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",
{
"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",
"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
}
]
}
}