FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-pc-lab-result-lm.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/StructureDefinition-pc-lab-result-lm.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-lab-result-lm |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-06-05T19:23:32+00:00 |
| Name | PcLabResult |
| Title | LabResult logical model |
| Realm | eu |
| Authority | hl7 |
| Description | Logical model for the PROTECT-CHILD lab_result table. |
| Type | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-lab-result-lm |
| Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition pc-lab-result-lm
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | LabResult logical model | |
![]() ![]() | 1..1 | string | lab_result_id | |
![]() ![]() | 1..1 | string | lab_test_id | |
![]() ![]() | 1..1 | string | visit_id | |
![]() ![]() | 1..1 | date | date | |
![]() ![]() | 1..1 | code | unit | |
![]() ![]() | 0..1 | decimal | value | |
![]() ![]() | 0..1 | string | gfr_formula | |
![]() ![]() | 0..1 | string | gfr_cyst_formula | |
{
"resourceType": "StructureDefinition",
"id": "pc-lab-result-lm",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-lab-result-lm",
"version": "0.1.0-ci-build",
"name": "PcLabResult",
"title": "LabResult logical model",
"status": "draft",
"date": "2026-06-05T19:23:32+00:00",
"publisher": "Protect Child",
"contact": [
{
"name": "Protect Child",
"telecom": [
{
"system": "url",
"value": "https://protect-child.eu/"
}
]
}
],
"description": "Logical model for the PROTECT-CHILD lab_result table.",
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-lab-result-lm",
"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": "pc-lab-result-lm",
"path": "pc-lab-result-lm",
"short": "LabResult logical model",
"definition": "Logical model for the PROTECT-CHILD lab_result table.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "pc-lab-result-lm.labResultId",
"path": "pc-lab-result-lm.labResultId",
"short": "lab_result_id",
"definition": "Lab result ID.",
"min": 1,
"max": "1",
"base": {
"path": "pc-lab-result-lm.labResultId",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-lab-result-lm.labTestId",
"path": "pc-lab-result-lm.labTestId",
"short": "lab_test_id",
"definition": "FK to lab_test.",
"min": 1,
"max": "1",
"base": {
"path": "pc-lab-result-lm.labTestId",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-lab-result-lm.visitId",
"path": "pc-lab-result-lm.visitId",
"short": "visit_id",
"definition": "FK to visit.",
"min": 1,
"max": "1",
"base": {
"path": "pc-lab-result-lm.visitId",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-lab-result-lm.date",
"path": "pc-lab-result-lm.date",
"short": "date",
"definition": "Date of the lab test.",
"min": 1,
"max": "1",
"base": {
"path": "pc-lab-result-lm.date",
"min": 1,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "pc-lab-result-lm.unit",
"path": "pc-lab-result-lm.unit",
"short": "unit",
"definition": "Unit of measurement.",
"min": 1,
"max": "1",
"base": {
"path": "pc-lab-result-lm.unit",
"min": 1,
"max": "1"
},
"type": [
{
"code": "code"
}
]
},
{
"id": "pc-lab-result-lm.value",
"path": "pc-lab-result-lm.value",
"short": "value",
"definition": "Numeric result.",
"min": 0,
"max": "1",
"base": {
"path": "pc-lab-result-lm.value",
"min": 0,
"max": "1"
},
"type": [
{
"code": "decimal"
}
]
},
{
"id": "pc-lab-result-lm.gfrFormula",
"path": "pc-lab-result-lm.gfrFormula",
"short": "gfr_formula",
"definition": "Formula used to estimate GFR (free text).",
"min": 0,
"max": "1",
"base": {
"path": "pc-lab-result-lm.gfrFormula",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-lab-result-lm.gfrCystFormula",
"path": "pc-lab-result-lm.gfrCystFormula",
"short": "gfr_cyst_formula",
"definition": "Formula used to estimate GFR-Cystatin (free text).",
"min": 0,
"max": "1",
"base": {
"path": "pc-lab-result-lm.gfrCystFormula",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
}
]
},
"differential": {
"element": [
{
"id": "pc-lab-result-lm",
"path": "pc-lab-result-lm",
"short": "LabResult logical model",
"definition": "Logical model for the PROTECT-CHILD lab_result table."
},
{
"id": "pc-lab-result-lm.labResultId",
"path": "pc-lab-result-lm.labResultId",
"short": "lab_result_id",
"definition": "Lab result ID.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-lab-result-lm.labTestId",
"path": "pc-lab-result-lm.labTestId",
"short": "lab_test_id",
"definition": "FK to lab_test.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-lab-result-lm.visitId",
"path": "pc-lab-result-lm.visitId",
"short": "visit_id",
"definition": "FK to visit.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-lab-result-lm.date",
"path": "pc-lab-result-lm.date",
"short": "date",
"definition": "Date of the lab test.",
"min": 1,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "pc-lab-result-lm.unit",
"path": "pc-lab-result-lm.unit",
"short": "unit",
"definition": "Unit of measurement.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
]
},
{
"id": "pc-lab-result-lm.value",
"path": "pc-lab-result-lm.value",
"short": "value",
"definition": "Numeric result.",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
]
},
{
"id": "pc-lab-result-lm.gfrFormula",
"path": "pc-lab-result-lm.gfrFormula",
"short": "gfr_formula",
"definition": "Formula used to estimate GFR (free text).",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-lab-result-lm.gfrCystFormula",
"path": "pc-lab-result-lm.gfrCystFormula",
"short": "gfr_cyst_formula",
"definition": "Formula used to estimate GFR-Cystatin (free text).",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
}
]
}
}