FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.eu.fhir.protect-child
Resource TypeStructureDefinition
IdStructureDefinition-pc-patient-lm.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/StructureDefinition-pc-patient-lm.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-patient-lm
Version0.1.0-ci-build
Statusdraft
Date2026-06-05T19:23:32+00:00
NamePcPatient
TitlePatient logical model
Realmeu
Authorityhl7
DescriptionLogical model for the PROTECT-CHILD patient table.
Typehttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-patient-lm
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition pc-patient-lm

NameFlagsCard.TypeDescription & Constraintsdoco
.. pc-patient-lm 0..*BasePatient logical model
... patientId 1..1stringpatient_id
... gender 1..1codegender
... ageYears 0..1integerage_years
... ageMonths 0..1integerage_months
... maxPra 0..1integermax_pra
... lastPra 0..1integerlast_pra
... dateHistologicalDiag 1..1datedate_histological_diag
... dateDiagPrimaryDisease 1..1datedate_diag_primary_disease
... diagPrimaryDisease 1..1stringdiag_primary_disease
... centerNo 1..1codecenter_no

doco Documentation for this format

Source1

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