FHIR IG Statistics: StructureDefinition/HdBe-LaboratoryTestResults
Package | healthdata.be.r4.laboratorytestresult |
Resource Type | StructureDefinition |
Id | HdBe-LaboratoryTestResults |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=healthdata.be.r4.laboratorytestresult@0.5.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-LaboratoryTestResults |
URL | https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-LaboratoryTestResults |
Status | draft |
Date | 2022-06-17T09:43:04.7581354+00:00 |
Name | HdBeLaboratoryTestResults |
Title | HdBe LaboratoryTestResults Message |
Description | This model represents the building blocks nescessary to exchange LaboratoryTestResults. The focal body of information is the CBB LaboratoryTestResults, which covers the result of a laboratory analysis by a laboratory. These are specimen-oriented tests as performed in laboratories such as Clinical Chemistry, Serology, Microbiology, etc. In addition to the results of tests with a singular result, this can also contain the results of more complex tests with multiple results or a ‘panel’. |
Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
Type | https://fhir.healthdata.be/StructureDefinition/LogicalModel/LaboratoryTestResults |
Kind | logical |
Resources that use this resource
StructureDefinition |
HDBP0037 | HDBP0037 logical model |
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "HdBe-LaboratoryTestResults",
"url": "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-LaboratoryTestResults",
"name": "HdBeLaboratoryTestResults",
"title": "HdBe LaboratoryTestResults Message",
"status": "draft",
"date": "2022-06-17T09:43:04.7581354+00:00",
"contact": [
{
"name": "Service portal – healthdata.be",
"telecom": [
{
"system": "url",
"value": "https://sciensano.service-now.com/sp",
"use": "work"
}
]
}
],
"description": "This model represents the building blocks nescessary to exchange LaboratoryTestResults. The focal body of information is the CBB LaboratoryTestResults, which covers the result of a laboratory analysis by a laboratory. These are specimen-oriented tests as performed in laboratories such as Clinical Chemistry, Serology, Microbiology, etc. In addition to the results of tests with a singular result, this can also contain the results of more complex tests with multiple results or a ‘panel’.",
"copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "https://fhir.healthdata.be/StructureDefinition/LogicalModel/LaboratoryTestResults",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
"derivation": "specialization",
"differential": {
"element": [
{
"id": "LaboratoryTestResults",
"path": "LaboratoryTestResults",
"min": 0,
"max": "*",
"type": [
{
"code": "Element"
}
]
},
{
"id": "LaboratoryTestResults.Patient",
"path": "LaboratoryTestResults.Patient",
"short": "Patient",
"min": 1,
"max": "1",
"type": [
{
"code": "HdBe-Patient",
"profile": [
"https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-Patient"
]
}
]
},
{
"id": "LaboratoryTestResults.LaboratoryTestResult",
"path": "LaboratoryTestResults.LaboratoryTestResult",
"short": "LaboratoryTestResult",
"min": 1,
"max": "*",
"type": [
{
"code": "HdBe-LaboratoryTestResults",
"profile": [
"https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-LaboratoryTestResult"
]
}
]
}
]
}
}