FHIR IG analytics
| Package | hl7.fhir.cz.ps |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-LogResultsCzEn.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7-cz/ps/StructureDefinition-LogResultsCzEn.html |
| URL | https://hl7.cz/fhir/ps/StructureDefinition/LogResultsCzEn |
| Version | 0.0.1 |
| Status | draft |
| Date | 2026-01-05T15:11:51+00:00 |
| Name | LogCzResultsEn |
| Title | A.2.8 Results |
| Realm | cz |
| Authority | hl7 |
| Description | Logical model for results in the Patient Summary |
| Type | https://hl7.cz/fhir/ps/StructureDefinition/LogResultsCzEn |
| Kind | logical |
Resources that use this resource
Resources that this resource uses
No resources found
Narrative
Note: links and images are rebased to the (stated) source
Source1
{
"resourceType": "StructureDefinition",
"id": "LogResultsCzEn",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.cz/fhir/ps/StructureDefinition/LogResultsCzEn",
"version": "0.0.1",
"name": "LogCzResultsEn",
"title": "A.2.8 Results",
"status": "draft",
"date": "2026-01-05T15:11:51+00:00",
"publisher": "HL7 Czech Republic",
"contact": [
{
"name": "HL7 Czech Republic",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.cz/"
}
]
}
],
"description": "Logical model for results in the Patient Summary",
"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/ps/StructureDefinition/LogResultsCzEn",
"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": "LogResultsCzEn",
"path": "LogResultsCzEn",
"short": "A.2.8 Results",
"definition": "Logical model for results in the Patient Summary",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "LogResultsCzEn.results",
"path": "LogResultsCzEn.results",
"short": "A.2.8 Results",
"definition": "List of investigation results relevant to the patient’s health status and future care (measurements, laboratory, pathology, imaging, and other clinical findings).",
"min": 0,
"max": "*",
"base": {
"path": "LogResultsCzEn.results",
"min": 0,
"max": "*"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogResultsCzEn.results.examinationDateTime",
"path": "LogResultsCzEn.results.examinationDateTime",
"short": "A.2.8.1 Date",
"definition": "Date and time of the examination.",
"min": 1,
"max": "1",
"base": {
"path": "LogResultsCzEn.results.examinationDateTime",
"min": 1,
"max": "1"
},
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "LogResultsCzEn.results.examinationType",
"path": "LogResultsCzEn.results.examinationType",
"short": "A.2.8.2 Examination type",
"definition": "Type of examination results – measurements, laboratory results, pathological findings,\n imaging or other clinical findings (e.g., blood group, laboratory results, imaging examinations,\n vital signs).",
"min": 1,
"max": "1",
"base": {
"path": "LogResultsCzEn.results.examinationType",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogResultsCzEn.results.resultDescription",
"path": "LogResultsCzEn.results.resultDescription",
"short": "A.2.8.3 Result description",
"definition": "Narrative (textual) description of the result and findings.",
"min": 0,
"max": "1",
"base": {
"path": "LogResultsCzEn.results.resultDescription",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "LogResultsCzEn.results.examinationDetail",
"path": "LogResultsCzEn.results.examinationDetail",
"short": "A.2.8.4 Examination details",
"definition": "Detailed information including examination code, body structure or specimen,\n and date and time of sample collection.",
"min": 1,
"max": "1",
"base": {
"path": "LogResultsCzEn.results.examinationDetail",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogResultsCzEn.results.examinationResult",
"path": "LogResultsCzEn.results.examinationResult",
"short": "A.2.8.5 Examination results",
"definition": "Examination result – numeric or coded, including measurement method,\n reference ranges, and interpretation.",
"min": 0,
"max": "1",
"base": {
"path": "LogResultsCzEn.results.examinationResult",
"min": 0,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogResultsCzEn.results.performer",
"path": "LogResultsCzEn.results.performer",
"short": "A.2.8.6 Performer",
"definition": "Identification of the person or entity performing or producing the result and its origin.",
"min": 0,
"max": "*",
"base": {
"path": "LogResultsCzEn.results.performer",
"min": 0,
"max": "*"
},
"type": [
{
"code": "RelatedPerson"
}
]
},
{
"id": "LogResultsCzEn.results.validatorOrInterpreter",
"path": "LogResultsCzEn.results.validatorOrInterpreter",
"short": "A.2.8.7 Validator / Interpreter",
"definition": "Person responsible for interpretation or validation of the result, if different.",
"min": 0,
"max": "*",
"base": {
"path": "LogResultsCzEn.results.validatorOrInterpreter",
"min": 0,
"max": "*"
},
"type": [
{
"code": "RelatedPerson"
}
]
},
{
"id": "LogResultsCzEn.results.examinationStatus",
"path": "LogResultsCzEn.results.examinationStatus",
"short": "A.2.8.8 Examination status",
"definition": "Status of the examination (e.g., ordered, preliminary, final, etc.).",
"min": 1,
"max": "1",
"base": {
"path": "LogResultsCzEn.results.examinationStatus",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
}
]
},
"differential": {
"element": [
{
"id": "LogResultsCzEn",
"path": "LogResultsCzEn",
"short": "A.2.8 Results",
"definition": "Logical model for results in the Patient Summary"
},
{
"id": "LogResultsCzEn.results",
"path": "LogResultsCzEn.results",
"short": "A.2.8 Results",
"definition": "List of investigation results relevant to the patient’s health status and future care (measurements, laboratory, pathology, imaging, and other clinical findings).",
"min": 0,
"max": "*",
"type": [
{
"code": "Base"
}
]
},
{
"id": "LogResultsCzEn.results.examinationDateTime",
"path": "LogResultsCzEn.results.examinationDateTime",
"short": "A.2.8.1 Date",
"definition": "Date and time of the examination.",
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "LogResultsCzEn.results.examinationType",
"path": "LogResultsCzEn.results.examinationType",
"short": "A.2.8.2 Examination type",
"definition": "Type of examination results – measurements, laboratory results, pathological findings,\n imaging or other clinical findings (e.g., blood group, laboratory results, imaging examinations,\n vital signs).",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogResultsCzEn.results.resultDescription",
"path": "LogResultsCzEn.results.resultDescription",
"short": "A.2.8.3 Result description",
"definition": "Narrative (textual) description of the result and findings.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "LogResultsCzEn.results.examinationDetail",
"path": "LogResultsCzEn.results.examinationDetail",
"short": "A.2.8.4 Examination details",
"definition": "Detailed information including examination code, body structure or specimen,\n and date and time of sample collection.",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogResultsCzEn.results.examinationResult",
"path": "LogResultsCzEn.results.examinationResult",
"short": "A.2.8.5 Examination results",
"definition": "Examination result – numeric or coded, including measurement method,\n reference ranges, and interpretation.",
"min": 0,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "LogResultsCzEn.results.performer",
"path": "LogResultsCzEn.results.performer",
"short": "A.2.8.6 Performer",
"definition": "Identification of the person or entity performing or producing the result and its origin.",
"min": 0,
"max": "*",
"type": [
{
"code": "RelatedPerson"
}
]
},
{
"id": "LogResultsCzEn.results.validatorOrInterpreter",
"path": "LogResultsCzEn.results.validatorOrInterpreter",
"short": "A.2.8.7 Validator / Interpreter",
"definition": "Person responsible for interpretation or validation of the result, if different.",
"min": 0,
"max": "*",
"type": [
{
"code": "RelatedPerson"
}
]
},
{
"id": "LogResultsCzEn.results.examinationStatus",
"path": "LogResultsCzEn.results.examinationStatus",
"short": "A.2.8.8 Examination status",
"definition": "Status of the examination (e.g., ordered, preliminary, final, etc.).",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
}
]
}
}