FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-pc-patient-lm.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/StructureDefinition-pc-patient-lm.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-patient-lm |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-06-05T19:23:32+00:00 |
| Name | PcPatient |
| Title | Patient logical model |
| Realm | eu |
| Authority | hl7 |
| Description | Logical model for the PROTECT-CHILD patient table. |
| Type | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-patient-lm |
| Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition pc-patient-lm
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | Patient logical model | |
![]() ![]() | 1..1 | string | patient_id | |
![]() ![]() | 1..1 | code | gender | |
![]() ![]() | 0..1 | integer | age_years | |
![]() ![]() | 0..1 | integer | age_months | |
![]() ![]() | 0..1 | integer | max_pra | |
![]() ![]() | 0..1 | integer | last_pra | |
![]() ![]() | 1..1 | date | date_histological_diag | |
![]() ![]() | 1..1 | date | date_diag_primary_disease | |
![]() ![]() | 1..1 | string | diag_primary_disease | |
![]() ![]() | 1..1 | code | center_no | |
{
"resourceType": "StructureDefinition",
"id": "pc-patient-lm",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-patient-lm",
"version": "0.1.0-ci-build",
"name": "PcPatient",
"title": "Patient 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 patient table.",
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-patient-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-patient-lm",
"path": "pc-patient-lm",
"short": "Patient logical model",
"definition": "Logical model for the PROTECT-CHILD patient table.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "pc-patient-lm.patientId",
"path": "pc-patient-lm.patientId",
"short": "patient_id",
"definition": "Patient ID.",
"min": 1,
"max": "1",
"base": {
"path": "pc-patient-lm.patientId",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-patient-lm.gender",
"path": "pc-patient-lm.gender",
"short": "gender",
"definition": "Patient sex at birth.",
"min": 1,
"max": "1",
"base": {
"path": "pc-patient-lm.gender",
"min": 1,
"max": "1"
},
"type": [
{
"code": "code"
}
]
},
{
"id": "pc-patient-lm.ageYears",
"path": "pc-patient-lm.ageYears",
"short": "age_years",
"definition": "Patient age in years.",
"min": 0,
"max": "1",
"base": {
"path": "pc-patient-lm.ageYears",
"min": 0,
"max": "1"
},
"type": [
{
"code": "integer"
}
]
},
{
"id": "pc-patient-lm.ageMonths",
"path": "pc-patient-lm.ageMonths",
"short": "age_months",
"definition": "Patient age in months (sub-year precision).",
"min": 0,
"max": "1",
"base": {
"path": "pc-patient-lm.ageMonths",
"min": 0,
"max": "1"
},
"type": [
{
"code": "integer"
}
]
},
{
"id": "pc-patient-lm.maxPra",
"path": "pc-patient-lm.maxPra",
"short": "max_pra",
"definition": "Maximum historical pre-transplant PRA/cPRA (0-100%).",
"min": 0,
"max": "1",
"base": {
"path": "pc-patient-lm.maxPra",
"min": 0,
"max": "1"
},
"type": [
{
"code": "integer"
}
]
},
{
"id": "pc-patient-lm.lastPra",
"path": "pc-patient-lm.lastPra",
"short": "last_pra",
"definition": "Most recent pre-transplant PRA/cPRA (0-100%).",
"min": 0,
"max": "1",
"base": {
"path": "pc-patient-lm.lastPra",
"min": 0,
"max": "1"
},
"type": [
{
"code": "integer"
}
]
},
{
"id": "pc-patient-lm.dateHistologicalDiag",
"path": "pc-patient-lm.dateHistologicalDiag",
"short": "date_histological_diag",
"definition": "Date histology confirmed the primary disease.",
"min": 1,
"max": "1",
"base": {
"path": "pc-patient-lm.dateHistologicalDiag",
"min": 1,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "pc-patient-lm.dateDiagPrimaryDisease",
"path": "pc-patient-lm.dateDiagPrimaryDisease",
"short": "date_diag_primary_disease",
"definition": "Date primary disease was first diagnosed.",
"min": 1,
"max": "1",
"base": {
"path": "pc-patient-lm.dateDiagPrimaryDisease",
"min": 1,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "pc-patient-lm.diagPrimaryDisease",
"path": "pc-patient-lm.diagPrimaryDisease",
"short": "diag_primary_disease",
"definition": "Primary diagnosis leading to transplant.",
"min": 1,
"max": "1",
"base": {
"path": "pc-patient-lm.diagPrimaryDisease",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-patient-lm.centerNo",
"path": "pc-patient-lm.centerNo",
"short": "center_no",
"definition": "Study centre (1=La Paz, 2=Padova, 3=Palma, 4=Hamburg).",
"min": 1,
"max": "1",
"base": {
"path": "pc-patient-lm.centerNo",
"min": 1,
"max": "1"
},
"type": [
{
"code": "code"
}
]
}
]
},
"differential": {
"element": [
{
"id": "pc-patient-lm",
"path": "pc-patient-lm",
"short": "Patient logical model",
"definition": "Logical model for the PROTECT-CHILD patient table."
},
{
"id": "pc-patient-lm.patientId",
"path": "pc-patient-lm.patientId",
"short": "patient_id",
"definition": "Patient ID.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-patient-lm.gender",
"path": "pc-patient-lm.gender",
"short": "gender",
"definition": "Patient sex at birth.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
]
},
{
"id": "pc-patient-lm.ageYears",
"path": "pc-patient-lm.ageYears",
"short": "age_years",
"definition": "Patient age in years.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "pc-patient-lm.ageMonths",
"path": "pc-patient-lm.ageMonths",
"short": "age_months",
"definition": "Patient age in months (sub-year precision).",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "pc-patient-lm.maxPra",
"path": "pc-patient-lm.maxPra",
"short": "max_pra",
"definition": "Maximum historical pre-transplant PRA/cPRA (0-100%).",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "pc-patient-lm.lastPra",
"path": "pc-patient-lm.lastPra",
"short": "last_pra",
"definition": "Most recent pre-transplant PRA/cPRA (0-100%).",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "pc-patient-lm.dateHistologicalDiag",
"path": "pc-patient-lm.dateHistologicalDiag",
"short": "date_histological_diag",
"definition": "Date histology confirmed the primary disease.",
"min": 1,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "pc-patient-lm.dateDiagPrimaryDisease",
"path": "pc-patient-lm.dateDiagPrimaryDisease",
"short": "date_diag_primary_disease",
"definition": "Date primary disease was first diagnosed.",
"min": 1,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "pc-patient-lm.diagPrimaryDisease",
"path": "pc-patient-lm.diagPrimaryDisease",
"short": "diag_primary_disease",
"definition": "Primary diagnosis leading to transplant.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-patient-lm.centerNo",
"path": "pc-patient-lm.centerNo",
"short": "center_no",
"definition": "Study centre (1=La Paz, 2=Padova, 3=Palma, 4=Hamburg).",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
]
}
]
}
}