FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecezih.hr.cezih-osnova
Resource TypeStructureDefinition
IdStructureDefinition-hr-document-encounter-base.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cezih.hr.cezih-osnova@1.0.3-beta&canonical=http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-document-encounter-base
URLhttp://fhir.cezih.hr/specifikacije/StructureDefinition/hr-document-encounter-base
Version0.2.3
Statusactive
Date2023-03-10
NameHRDocumentEncounterBase
TitleOsnova podataka o posjeti za dokumente
Realmuv
DescriptionOsnovni podatci o posjeti koji se moraju koristiti kod slanja kliničkih dokumenata
TypeEncounter
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

NameFlagsCard.TypeDescription & Constraintsdoco
.. Encounter 0..*EncounterAn interaction during which services are provided to the patient
... identifier 1..*IdentifierJedinstveni identifikator posjete
.... system 1..1uriThe namespace for the identifier value
Fixed Value: http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-posjete
.... value 1..1stringThe value that is unique
... period 1..1PeriodThe start and end time of the encounter
.... start 1..1dateTimePočetak posjete

doco Documentation for this format

Source1

{
  "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
      }
    ]
  }
}