Package | hl7.fhir.cz.lab-order |
Type | StructureDefinition |
Id | LabOrderAttachmentsCz |
FHIR Version | R4 |
Source | https://hl7.cz/fhir/lab-order/https://build.fhir.org/ig/HL7-cz/lab-order/StructureDefinition-LabOrderAttachmentsCz.html |
URL | https://hl7.cz/fhir/lab-order/StructureDefinition/LabOrderAttachmentsCz |
Version | 0.0.1 |
Status | draft |
Date | 2025-07-18T09:02:08+00:00 |
Name | LabOrderAttachmentsCz |
Title | A.4 - Attachments |
Realm | cz |
Authority | hl7 |
Description | Information about attached documents |
Type | https://hl7.cz/fhir/lab-order/StructureDefinition/LabOrderAttachmentsCz |
Kind | logical |
StructureDefinition | |
LabOrder | A - Laboratory Order |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition LabOrderAttachmentsCz
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Base | A.4 - Attachments | |
![]() ![]() ![]() | 0..1 | CodeableConcept | A.4.1 Type of content | |
![]() ![]() ![]() | 0..1 | CodeableConcept | A.4.2 Language of content | |
![]() ![]() ![]() | 1..1 | base64Binary | A.4.3 Data of content | |
![]() ![]() ![]() | 0..1 | url | A.4.4 URL of content | |
![]() ![]() ![]() | 1..1 | string | A.4.5 Title of content | |
![]() ![]() ![]() | 0..1 | dateTime | A.4.6 Date of creation | |
{ "resourceType": "StructureDefinition", "id": "LabOrderAttachmentsCz", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "draft" } ], "url": "https://hl7.cz/fhir/lab-order/StructureDefinition/LabOrderAttachmentsCz", "version": "0.0.1", "name": "LabOrderAttachmentsCz", "title": "A.4 - Attachments", "status": "draft", "date": "2025-07-18T09:02:08+00:00", "publisher": "HL7 Czech Republic", "contact": [ { "name": "HL7 Czech Republic", "telecom": [ { "system": "url", "value": "https://www.hl7.cz/" } ] } ], "description": "Information about attached documents", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "CZ", "display": "Czechia" } ] } ], "fhirVersion": "4.0.1", "kind": "logical", "abstract": false, "type": "https://hl7.cz/fhir/lab-order/StructureDefinition/LabOrderAttachmentsCz", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base", "derivation": "specialization", "snapshot": { "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version", "valueString": "4.0.1" } ], "element": [ { "id": "LabOrderAttachmentsCz", "path": "LabOrderAttachmentsCz", "short": "A.4 - Attachments", "definition": "Information about attached documents", "min": 0, "max": "*", "base": { "path": "Base", "min": 0, "max": "*" }, "isModifier": false }, { "id": "LabOrderAttachmentsCz.contentType", "path": "LabOrderAttachmentsCz.contentType", "short": "A.4.1 Type of content", "definition": "Type of content - MIME type is required", "min": 0, "max": "1", "base": { "path": "LabOrderAttachmentsCz.contentType", "min": 0, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "LabOrderAttachmentsCz.language", "path": "LabOrderAttachmentsCz.language", "short": "A.4.2 Language of content", "definition": "Language of content - HL7 valueset of languages is required", "min": 0, "max": "1", "base": { "path": "LabOrderAttachmentsCz.language", "min": 0, "max": "1" }, "type": [ { "code": "CodeableConcept" } ] }, { "id": "LabOrderAttachmentsCz.data", "path": "LabOrderAttachmentsCz.data", "short": "A.4.3 Data of content", "definition": "Data inline, base64ed", "min": 1, "max": "1", "base": { "path": "LabOrderAttachmentsCz.data", "min": 1, "max": "1" }, "type": [ { "code": "base64Binary" } ] }, { "id": "LabOrderAttachmentsCz.url", "path": "LabOrderAttachmentsCz.url", "short": "A.4.4 URL of content", "definition": "Uri where the data can be found", "min": 0, "max": "1", "base": { "path": "LabOrderAttachmentsCz.url", "min": 0, "max": "1" }, "type": [ { "code": "url" } ] }, { "id": "LabOrderAttachmentsCz.title", "path": "LabOrderAttachmentsCz.title", "short": "A.4.5 Title of content", "definition": "Label to display in place of the data", "min": 1, "max": "1", "base": { "path": "LabOrderAttachmentsCz.title", "min": 1, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "LabOrderAttachmentsCz.creation", "path": "LabOrderAttachmentsCz.creation", "short": "A.4.6 Date of creation", "definition": "Date attachment was first created", "min": 0, "max": "1", "base": { "path": "LabOrderAttachmentsCz.creation", "min": 0, "max": "1" }, "type": [ { "code": "dateTime" } ] } ] }, "differential": { "element": [ { "id": "LabOrderAttachmentsCz", "path": "LabOrderAttachmentsCz", "short": "A.4 - Attachments", "definition": "Information about attached documents" }, { "id": "LabOrderAttachmentsCz.contentType", "path": "LabOrderAttachmentsCz.contentType", "short": "A.4.1 Type of content", "definition": "Type of content - MIME type is required", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ] }, { "id": "LabOrderAttachmentsCz.language", "path": "LabOrderAttachmentsCz.language", "short": "A.4.2 Language of content", "definition": "Language of content - HL7 valueset of languages is required", "min": 0, "max": "1", "type": [ { "code": "CodeableConcept" } ] }, { "id": "LabOrderAttachmentsCz.data", "path": "LabOrderAttachmentsCz.data", "short": "A.4.3 Data of content", "definition": "Data inline, base64ed", "min": 1, "max": "1", "type": [ { "code": "base64Binary" } ] }, { "id": "LabOrderAttachmentsCz.url", "path": "LabOrderAttachmentsCz.url", "short": "A.4.4 URL of content", "definition": "Uri where the data can be found", "min": 0, "max": "1", "type": [ { "code": "url" } ] }, { "id": "LabOrderAttachmentsCz.title", "path": "LabOrderAttachmentsCz.title", "short": "A.4.5 Title of content", "definition": "Label to display in place of the data", "min": 1, "max": "1", "type": [ { "code": "string" } ] }, { "id": "LabOrderAttachmentsCz.creation", "path": "LabOrderAttachmentsCz.creation", "short": "A.4.6 Date of creation", "definition": "Date attachment was first created", "min": 0, "max": "1", "type": [ { "code": "dateTime" } ] } ] } }