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

FHIR IG Statistics: StructureDefinition/HdBe-LaboratoryTestResults

Packagehealthdata.be.r4.laboratorytestresult
Resource TypeStructureDefinition
IdHdBe-LaboratoryTestResults
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthdata.be.r4.laboratorytestresult@0.5.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-LaboratoryTestResults
URLhttps://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-LaboratoryTestResults
Statusdraft
Date2022-06-17T09:43:04.7581354+00:00
NameHdBeLaboratoryTestResults
TitleHdBe LaboratoryTestResults Message
DescriptionThis 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’.
CopyrightCopyright 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.
Typehttps://fhir.healthdata.be/StructureDefinition/LogicalModel/LaboratoryTestResults
Kindlogical

Resources that use this resource

StructureDefinition
HDBP0037HDBP0037 logical model

Resources that this resource uses

StructureDefinition
HdBe-LaboratoryTestResultHdBe-LaboratoryTestResult
HdBe-PatientHdBe-Patient

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"
            ]
          }
        ]
      }
    ]
  }
}