FHIR IG analytics| Package | hl7.eu.fhir.protect-child |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-pc-imm-pat-lm.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/protect-child/StructureDefinition-pc-imm-pat-lm.html |
| URL | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-imm-pat-lm |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-06-05T19:23:32+00:00 |
| Name | PcImmPat |
| Title | ImmPat logical model |
| Realm | eu |
| Authority | hl7 |
| Description | Logical model for the PROTECT-CHILD imm_pat table. Phase field (Induction / Maintenance) maps to MedicationStatement.category. |
| Type | https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-imm-pat-lm |
| Kind | logical |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition pc-imm-pat-lm
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | ImmPat logical model | |
![]() ![]() | 1..1 | string | imm_pat_id | |
![]() ![]() | 1..1 | string | imm_id | |
![]() ![]() | 1..1 | string | visit_id | |
![]() ![]() | 1..1 | code | phase | |
![]() ![]() | 0..1 | decimal | dose | |
![]() ![]() | 0..1 | decimal | pre_dose_level | |
![]() ![]() | 0..1 | string | csa_2h_post_dose_level | |
![]() ![]() | 0..1 | decimal | auc | |
![]() ![]() | 0..1 | date | start_date | |
![]() ![]() | 0..1 | date | end_date | |
![]() ![]() | 0..1 | code | unit | |
{
"resourceType": "StructureDefinition",
"id": "pc-imm-pat-lm",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-imm-pat-lm",
"version": "0.1.0-ci-build",
"name": "PcImmPat",
"title": "ImmPat 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 imm_pat table. Phase field (Induction / Maintenance) maps to MedicationStatement.category.",
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-imm-pat-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-imm-pat-lm",
"path": "pc-imm-pat-lm",
"short": "ImmPat logical model",
"definition": "Logical model for the PROTECT-CHILD imm_pat table. Phase field (Induction / Maintenance) maps to MedicationStatement.category.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "pc-imm-pat-lm.immPatId",
"path": "pc-imm-pat-lm.immPatId",
"short": "imm_pat_id",
"definition": "Record ID.",
"min": 1,
"max": "1",
"base": {
"path": "pc-imm-pat-lm.immPatId",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-imm-pat-lm.immId",
"path": "pc-imm-pat-lm.immId",
"short": "imm_id",
"definition": "FK to immunosuppressant.",
"min": 1,
"max": "1",
"base": {
"path": "pc-imm-pat-lm.immId",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-imm-pat-lm.visitId",
"path": "pc-imm-pat-lm.visitId",
"short": "visit_id",
"definition": "FK to visit.",
"min": 1,
"max": "1",
"base": {
"path": "pc-imm-pat-lm.visitId",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-imm-pat-lm.phase",
"path": "pc-imm-pat-lm.phase",
"short": "phase",
"definition": "Induction or Maintenance.",
"min": 1,
"max": "1",
"base": {
"path": "pc-imm-pat-lm.phase",
"min": 1,
"max": "1"
},
"type": [
{
"code": "code"
}
]
},
{
"id": "pc-imm-pat-lm.dose",
"path": "pc-imm-pat-lm.dose",
"short": "dose",
"definition": "Dose.",
"min": 0,
"max": "1",
"base": {
"path": "pc-imm-pat-lm.dose",
"min": 0,
"max": "1"
},
"type": [
{
"code": "decimal"
}
]
},
{
"id": "pc-imm-pat-lm.preDoseLevel",
"path": "pc-imm-pat-lm.preDoseLevel",
"short": "pre_dose_level",
"definition": "Trough drug level (C0).",
"min": 0,
"max": "1",
"base": {
"path": "pc-imm-pat-lm.preDoseLevel",
"min": 0,
"max": "1"
},
"type": [
{
"code": "decimal"
}
]
},
{
"id": "pc-imm-pat-lm.csa2hPostDoseLevel",
"path": "pc-imm-pat-lm.csa2hPostDoseLevel",
"short": "csa_2h_post_dose_level",
"definition": "CsA 2h post-dose level (C2).",
"min": 0,
"max": "1",
"base": {
"path": "pc-imm-pat-lm.csa2hPostDoseLevel",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-imm-pat-lm.auc",
"path": "pc-imm-pat-lm.auc",
"short": "auc",
"definition": "Pharmacokinetic AUC.",
"min": 0,
"max": "1",
"base": {
"path": "pc-imm-pat-lm.auc",
"min": 0,
"max": "1"
},
"type": [
{
"code": "decimal"
}
]
},
{
"id": "pc-imm-pat-lm.startDate",
"path": "pc-imm-pat-lm.startDate",
"short": "start_date",
"definition": "Treatment start date.",
"min": 0,
"max": "1",
"base": {
"path": "pc-imm-pat-lm.startDate",
"min": 0,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "pc-imm-pat-lm.endDate",
"path": "pc-imm-pat-lm.endDate",
"short": "end_date",
"definition": "Treatment end date.",
"min": 0,
"max": "1",
"base": {
"path": "pc-imm-pat-lm.endDate",
"min": 0,
"max": "1"
},
"type": [
{
"code": "date"
}
]
},
{
"id": "pc-imm-pat-lm.unit",
"path": "pc-imm-pat-lm.unit",
"short": "unit",
"definition": "Dose unit (mg/kg, mg/m², mg, mg/mq).",
"min": 0,
"max": "1",
"base": {
"path": "pc-imm-pat-lm.unit",
"min": 0,
"max": "1"
},
"type": [
{
"code": "code"
}
]
}
]
},
"differential": {
"element": [
{
"id": "pc-imm-pat-lm",
"path": "pc-imm-pat-lm",
"short": "ImmPat logical model",
"definition": "Logical model for the PROTECT-CHILD imm_pat table. Phase field (Induction / Maintenance) maps to MedicationStatement.category."
},
{
"id": "pc-imm-pat-lm.immPatId",
"path": "pc-imm-pat-lm.immPatId",
"short": "imm_pat_id",
"definition": "Record ID.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-imm-pat-lm.immId",
"path": "pc-imm-pat-lm.immId",
"short": "imm_id",
"definition": "FK to immunosuppressant.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-imm-pat-lm.visitId",
"path": "pc-imm-pat-lm.visitId",
"short": "visit_id",
"definition": "FK to visit.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-imm-pat-lm.phase",
"path": "pc-imm-pat-lm.phase",
"short": "phase",
"definition": "Induction or Maintenance.",
"min": 1,
"max": "1",
"type": [
{
"code": "code"
}
]
},
{
"id": "pc-imm-pat-lm.dose",
"path": "pc-imm-pat-lm.dose",
"short": "dose",
"definition": "Dose.",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
]
},
{
"id": "pc-imm-pat-lm.preDoseLevel",
"path": "pc-imm-pat-lm.preDoseLevel",
"short": "pre_dose_level",
"definition": "Trough drug level (C0).",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
]
},
{
"id": "pc-imm-pat-lm.csa2hPostDoseLevel",
"path": "pc-imm-pat-lm.csa2hPostDoseLevel",
"short": "csa_2h_post_dose_level",
"definition": "CsA 2h post-dose level (C2).",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "pc-imm-pat-lm.auc",
"path": "pc-imm-pat-lm.auc",
"short": "auc",
"definition": "Pharmacokinetic AUC.",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
]
},
{
"id": "pc-imm-pat-lm.startDate",
"path": "pc-imm-pat-lm.startDate",
"short": "start_date",
"definition": "Treatment start date.",
"min": 0,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "pc-imm-pat-lm.endDate",
"path": "pc-imm-pat-lm.endDate",
"short": "end_date",
"definition": "Treatment end date.",
"min": 0,
"max": "1",
"type": [
{
"code": "date"
}
]
},
{
"id": "pc-imm-pat-lm.unit",
"path": "pc-imm-pat-lm.unit",
"short": "unit",
"definition": "Dose unit (mg/kg, mg/m², mg, mg/mq).",
"min": 0,
"max": "1",
"type": [
{
"code": "code"
}
]
}
]
}
}