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

FHIR IG Statistics: StructureDefinition/HDBP0037-LaboratoryTestResult

Packagehealthdata.be.r4.dcd
Resource TypeStructureDefinition
IdHDBP0037-LaboratoryTestResult
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthdata.be.r4.dcd@0.2.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult
URLhttps://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult
Statusdraft
NameHDBP0037LaboratoryTestResult
TitleHDBP0037 LaboratoryTestResult
DescriptionDerived [HdBe-LaboratoryTestResult](https://simplifier.net/guide/HdBe-R4-CBB/Home/FHIR/HdBe-LaboratoryTestResult.page.md?version=current) profile. Each message should include one positive or confirming test result.
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.
TypeObservation
Kindresource

Resources that use this resource

StructureDefinition
HDBP0037-LaboratoryTestResult-CompositionHDBP0037LaboratoryTestResultComposition

Resources that this resource uses

StructureDefinition
HDBP0037-LaboratoryTestResult.RequesterHDBP0037 LaboratoryTestResult Requester
HDBP0037-LaboratoryTestResult.SpecimenHDBP0037 LaboratoryTestResult.Specimen
HDBP0037-PatientHDBP0037 Patient
HdBe-LaboratoryTestResultHdBe-LaboratoryTestResult
ValueSet
HDBP0037-ResultFlagsHDBP0037-ResultFlags
HDBP0037-TestCodeHDBP0037-TestCode
HDBP0037-TestMethodHDBP0037-TestMethod
HDBP0037-TestResultHDBP0037-TestResult

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "HDBP0037-LaboratoryTestResult",
  "url": "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult",
  "name": "HDBP0037LaboratoryTestResult",
  "title": "HDBP0037 LaboratoryTestResult",
  "status": "draft",
  "publisher": "Healthdata.be (Sciensano)",
  "contact": [
    {
      "name": "Service portal – healthdata.be",
      "telecom": [
        {
          "system": "url",
          "value": "https://sciensano.service-now.com/sp",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Derived [HdBe-LaboratoryTestResult](https://simplifier.net/guide/HdBe-R4-CBB/Home/FHIR/HdBe-LaboratoryTestResult.page.md?version=current) profile. Each message should include one positive or confirming test result.",
  "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",
  "mapping": [
    {
      "identity": "HDBP0037",
      "name": "HDBP0037 DCD specifications"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "definition": "For the HDBP0037 use case, only singular test results are gathered, which are positive and/or confirming."
      },
      {
        "id": "Observation.identifier",
        "path": "Observation.identifier",
        "min": 1,
        "mapping": [
          {
            "identity": "HDBP0037",
            "map": "TX_LAB_TEST_RSLT_ID"
          }
        ]
      },
      {
        "id": "Observation.basedOn",
        "path": "Observation.basedOn",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Requester"
            ]
          }
        ]
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "TestCode",
        "definition": "The name and code of the executed test. Contains the TestCodes that could be performed on any of the 41 pathogens applicable for HDBP0037.",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.healthdata.be/ValueSet/HDBP0037-TestCode"
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.healthdata.be/StructureDefinition/HDBP0037-Patient"
            ]
          }
        ]
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "min": 1
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.value[x]:valueCodeableConcept",
        "path": "Observation.value[x]",
        "sliceName": "valueCodeableConcept",
        "definition": "Test result (qualitative).",
        "comment": "An observation may have; 1)  a single value here, 2)  both a value and a set of related or component values,  or 3) only a set of related or component values. If a value is present, the datatype for this element should be determined by Observation.code.  A CodeableConcept with just a text would be used instead of a string if the field was usually coded, or if the type associated with the Observation.code defines a coded value.  For quantitative results, it is mandatory to provide an unit. For additional guidance, see the [Notes section](observation.html#notes) below.",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "extensible",
          "description": "Qualitative test results",
          "valueSet": "https://fhir.healthdata.be/ValueSet/HDBP0037-TestResult"
        }
      },
      {
        "id": "Observation.interpretation:resultFlags",
        "path": "Observation.interpretation",
        "sliceName": "resultFlags",
        "definition": "Attention codes indicating whether the result of a quantitative test is above or below certain reference values or interpreting the result otherwise.",
        "binding": {
          "strength": "extensible",
          "description": "ResultFlags codes",
          "valueSet": "https://fhir.healthdata.be/ValueSet/HDBP0037-ResultFlags"
        }
      },
      {
        "id": "Observation.method",
        "path": "Observation.method",
        "mustSupport": false,
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.healthdata.be/ValueSet/HDBP0037-TestMethod"
        }
      },
      {
        "id": "Observation.specimen",
        "path": "Observation.specimen",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Specimen"
            ]
          }
        ]
      }
    ]
  }
}