| Package | cezih.hr.encounter-management |
| Resource Type | StructureDefinition |
| Id | hr-encounter-response-message |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=cezih.hr.encounter-management@0.2.3&canonical=http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-encounter-response-message |
| URL | http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-encounter-response-message |
| Version | 0.2.2 |
| Status | draft |
| Date | 2022-06-02 |
| Name | HREncounterResponseMessage |
| Title | Poruka odgovora na zahtjev |
| Description | Ovaj profil definira sadržaj poruke odgovora na zahtjev za upravljanje podatcima o posjeti pacijenta zdravstvenoj ustanovi. |
| Copyright | Ericsson Nikola Tesla d.d. |
| Type | Bundle |
| Kind | resource |
No resources found
| StructureDefinition | |
| hr-encounter-management-message-header | Zaglavlje poruka za upravljanje posjetama |
| hr-encounter | Posjeta |
| hr-response-message | Osnovni podatci FHIR poruka odgovora |
| ishod | Ishod FHIR REST operacije |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "hr-encounter-response-message",
"url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-encounter-response-message",
"version": "0.2.2",
"name": "HREncounterResponseMessage",
"title": "Poruka odgovora na zahtjev",
"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 odgovora na zahtjev za upravljanje podatcima o posjeti pacijenta zdravstvenoj ustanovi.",
"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-response-message",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "resource"
}
],
"ordered": false,
"rules": "closed"
},
"min": 2,
"max": "3"
},
{
"id": "Bundle.entry:MessageHeader",
"path": "Bundle.entry",
"sliceName": "MessageHeader",
"short": "Zaglavlje poruke",
"min": 1,
"max": "1"
},
{
"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.response",
"path": "Bundle.entry.resource.response",
"short": "Reference na poruku zahtjeva",
"min": 1
},
{
"id": "Bundle.entry:Encounter",
"path": "Bundle.entry",
"sliceName": "Encounter",
"short": "Podatci o posjeti",
"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"
},
"definition": "Identifikator posjete kojeg dodjeljuje servis za upravljanje posjetama prilikom kreiranja nove posjete.",
"min": 1
},
{
"id": "Bundle.entry:Encounter.resource.identifier:jedinstveni-identifikator",
"path": "Bundle.entry.resource.identifier",
"sliceName": "jedinstveni-identifikator",
"min": 1
},
{
"id": "Bundle.entry:OperationOutcome",
"path": "Bundle.entry",
"sliceName": "OperationOutcome",
"max": "1",
"mustSupport": true
},
{
"id": "Bundle.entry:OperationOutcome.resource",
"path": "Bundle.entry.resource",
"type": [
{
"code": "OperationOutcome",
"profile": [
"http://fhir.cezih.hr/specifikacije/StructureDefinition/ishod"
]
}
]
}
]
}
}