FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/hr-update-encounter-message

Packagecezih.hr.encounter-management
Resource TypeStructureDefinition
Idhr-update-encounter-message
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cezih.hr.encounter-management@0.2.3&canonical=http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-update-encounter-message
URLhttp://fhir.cezih.hr/specifikacije/StructureDefinition/hr-update-encounter-message
Version0.2.2
Statusdraft
Date2022-06-02
NameHRUpdateEncounterMessage
TitlePoruka zahtjeva za izmjenom podataka posjete
DescriptionOvaj profil definira sadržaj poruke za izmjenu podataka o posjeti.
CopyrightEricsson Nikola Tesla d.d.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
hr-encounter-management-message-headerZaglavlje poruka za upravljanje posjetama
hr-encounterPosjeta
hr-request-messageOsnovni podatci FHIR poruka

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "hr-update-encounter-message",
  "url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-update-encounter-message",
  "version": "0.2.2",
  "name": "HRUpdateEncounterMessage",
  "title": "Poruka zahtjeva za izmjenom podataka posjete",
  "status": "draft",
  "date": "2022-06-02",
  "publisher": "Ericsson Nikola Tesla d.d.",
  "contact": [
    {
      "name": "Krešimir Kerš",
      "telecom": [
        {
          "system": "email",
          "value": "kresimir.kers@ericsson.com"
        }
      ]
    }
  ],
  "description": "Ovaj profil definira sadržaj poruke za izmjenu podataka o posjeti.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "HR",
          "display": "Croatia"
        }
      ],
      "text": "Croatia"
    }
  ],
  "copyright": "Ericsson Nikola Tesla d.d.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "cda",
      "uri": "http://hl7.org/v3/cda",
      "name": "CDA (R2)"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-request-message",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "resource"
            }
          ],
          "ordered": false,
          "rules": "closed"
        },
        "min": 2,
        "max": "2"
      },
      {
        "id": "Bundle.entry:MessageHeader",
        "path": "Bundle.entry",
        "sliceName": "MessageHeader",
        "short": "Zaglavlje poruke",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:MessageHeader.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "MessageHeader",
            "profile": [
              "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-encounter-management-message-header"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:MessageHeader.resource.event[x]",
        "path": "Bundle.entry.resource.event[x]",
        "fixedCoding": {
          "system": "http://ent.hr/fhir/CodeSystem/ehe-message-types",
          "code": "1.2"
        }
      },
      {
        "id": "Bundle.entry:Encounter",
        "path": "Bundle.entry",
        "sliceName": "Encounter",
        "short": "Podatci o posjeti",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:Encounter.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Encounter",
            "profile": [
              "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-encounter"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:Encounter.resource.identifier",
        "path": "Bundle.entry.resource.identifier",
        "slicing": {
          "description": "Discriminator je definiran u profilu HREncounter",
          "rules": "closed"
        },
        "min": 1
      },
      {
        "id": "Bundle.entry:Encounter.resource.identifier:jedinstveni-identifikator",
        "path": "Bundle.entry.resource.identifier",
        "sliceName": "jedinstveni-identifikator",
        "min": 1
      },
      {
        "id": "Bundle.entry:Encounter.resource.status",
        "path": "Bundle.entry.resource.status",
        "fixedCode": "in-progress"
      },
      {
        "id": "Bundle.entry:Encounter.resource.subject",
        "path": "Bundle.entry.resource.subject",
        "min": 1
      },
      {
        "id": "Bundle.entry:Encounter.resource.participant",
        "path": "Bundle.entry.resource.participant",
        "min": 1
      },
      {
        "id": "Bundle.entry:Encounter.resource.period",
        "path": "Bundle.entry.resource.period",
        "min": 1
      },
      {
        "id": "Bundle.entry:Encounter.resource.period.start",
        "path": "Bundle.entry.resource.period.start",
        "min": 1
      },
      {
        "id": "Bundle.entry:Encounter.resource.serviceProvider",
        "path": "Bundle.entry.resource.serviceProvider",
        "min": 1
      }
    ]
  }
}