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

FHIR IG analytics

Packagepc.ig
Resource TypeStructureDefinition
IdStructureDefinition-pc-pre-medication-lm.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/StructureDefinition-pc-pre-medication-lm.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-pre-medication-lm
Version0.1.0-ci-build
Statusdraft
Date2026-02-09T17:40:58+00:00
NamePcPreMedication
TitlePreMedication logical model
DescriptionLogical model representing the PROTECT-CHILD data model entity `pre_medication`.
Typehttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-pre-medication-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-pre-medication-lm

NameFlagsCard.TypeDescription & Constraintsdoco
.. pc-pre-medication-lm 0..*BasePreMedication logical model
... preMedicationId 1..1stringPre medication id
... patientId 0..1stringPatient id
... antihypertensiveTreatment 0..1CodeableConceptAntihypertensive treatment
... rituximab 0..1booleanRituximab
... antiviralPhrophylaxis 0..1booleanAntiviral phrophylaxis
... otherMedications 0..1stringOther medications

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "pc-pre-medication-lm",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-pre-medication-lm",
  "version": "0.1.0-ci-build",
  "name": "PcPreMedication",
  "title": "PreMedication logical model",
  "status": "draft",
  "date": "2026-02-09T17:40:58+00:00",
  "publisher": "Protect Child",
  "contact": [
    {
      "name": "Protect Child",
      "telecom": [
        {
          "system": "url",
          "value": "https://protect-child.eu/"
        }
      ]
    }
  ],
  "description": "Logical model representing the PROTECT-CHILD data model entity `pre_medication`.",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-pre-medication-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-pre-medication-lm",
        "path": "pc-pre-medication-lm",
        "short": "PreMedication logical model",
        "definition": "Logical model representing the PROTECT-CHILD data model entity `pre_medication`.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "pc-pre-medication-lm.preMedicationId",
        "path": "pc-pre-medication-lm.preMedicationId",
        "short": "Pre medication id",
        "definition": "Field `pre_medication_id` from the PROTECT-CHILD data model.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "pc-pre-medication-lm.preMedicationId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-pre-medication-lm.patientId",
        "path": "pc-pre-medication-lm.patientId",
        "short": "Patient id",
        "definition": "Field `patient_id` from the PROTECT-CHILD data model. Foreign key to `patient`.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-pre-medication-lm.patientId",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-pre-medication-lm.antihypertensiveTreatment",
        "path": "pc-pre-medication-lm.antihypertensiveTreatment",
        "short": "Antihypertensive treatment",
        "definition": "Field `antihypertensive_treatment` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-pre-medication-lm.antihypertensiveTreatment",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "pc-pre-medication-lm.rituximab",
        "path": "pc-pre-medication-lm.rituximab",
        "short": "Rituximab",
        "definition": "Field `rituximab` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-pre-medication-lm.rituximab",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "pc-pre-medication-lm.antiviralPhrophylaxis",
        "path": "pc-pre-medication-lm.antiviralPhrophylaxis",
        "short": "Antiviral phrophylaxis",
        "definition": "Field `antiviral_phrophylaxis` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-pre-medication-lm.antiviralPhrophylaxis",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "pc-pre-medication-lm.otherMedications",
        "path": "pc-pre-medication-lm.otherMedications",
        "short": "Other medications",
        "definition": "Field `other_medications` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-pre-medication-lm.otherMedications",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "pc-pre-medication-lm",
        "path": "pc-pre-medication-lm",
        "short": "PreMedication logical model",
        "definition": "Logical model representing the PROTECT-CHILD data model entity `pre_medication`."
      },
      {
        "id": "pc-pre-medication-lm.preMedicationId",
        "path": "pc-pre-medication-lm.preMedicationId",
        "short": "Pre medication id",
        "definition": "Field `pre_medication_id` from the PROTECT-CHILD data model.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-pre-medication-lm.patientId",
        "path": "pc-pre-medication-lm.patientId",
        "short": "Patient id",
        "definition": "Field `patient_id` from the PROTECT-CHILD data model. Foreign key to `patient`.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-pre-medication-lm.antihypertensiveTreatment",
        "path": "pc-pre-medication-lm.antihypertensiveTreatment",
        "short": "Antihypertensive treatment",
        "definition": "Field `antihypertensive_treatment` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "pc-pre-medication-lm.rituximab",
        "path": "pc-pre-medication-lm.rituximab",
        "short": "Rituximab",
        "definition": "Field `rituximab` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "pc-pre-medication-lm.antiviralPhrophylaxis",
        "path": "pc-pre-medication-lm.antiviralPhrophylaxis",
        "short": "Antiviral phrophylaxis",
        "definition": "Field `antiviral_phrophylaxis` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "pc-pre-medication-lm.otherMedications",
        "path": "pc-pre-medication-lm.otherMedications",
        "short": "Other medications",
        "definition": "Field `other_medications` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}