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

FHIR IG analytics

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

NameFlagsCard.TypeDescription & Constraintsdoco
.. pc-lab-result-lm 0..*BaseLabResult logical model
... labResultId 1..1stringLab result id
... labTestId 0..1stringLab test id
... patientId 0..1stringPatient id
... unitId 0..1CodeableConceptUnit id
... date 0..1dateTimeDate
... value 0..1decimalValue

doco Documentation for this format

Source1

{
  "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-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 `lab_result`.",
  "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 representing the PROTECT-CHILD data model entity `lab_result`.",
        "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": "Field `lab_result_id` from the PROTECT-CHILD data model.",
        "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": "Field `lab_test_id` from the PROTECT-CHILD data model. Foreign key to `lab_test`.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-lab-result-lm.labTestId",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-lab-result-lm.patientId",
        "path": "pc-lab-result-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-lab-result-lm.patientId",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-lab-result-lm.unitId",
        "path": "pc-lab-result-lm.unitId",
        "short": "Unit id",
        "definition": "Field `unit_id` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-lab-result-lm.unitId",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "pc-lab-result-lm.date",
        "path": "pc-lab-result-lm.date",
        "short": "Date",
        "definition": "Field `date` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-lab-result-lm.date",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "pc-lab-result-lm.value",
        "path": "pc-lab-result-lm.value",
        "short": "Value",
        "definition": "Field `value` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-lab-result-lm.value",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "decimal"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "pc-lab-result-lm",
        "path": "pc-lab-result-lm",
        "short": "LabResult logical model",
        "definition": "Logical model representing the PROTECT-CHILD data model entity `lab_result`."
      },
      {
        "id": "pc-lab-result-lm.labResultId",
        "path": "pc-lab-result-lm.labResultId",
        "short": "Lab result id",
        "definition": "Field `lab_result_id` from the PROTECT-CHILD data model.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-lab-result-lm.labTestId",
        "path": "pc-lab-result-lm.labTestId",
        "short": "Lab test id",
        "definition": "Field `lab_test_id` from the PROTECT-CHILD data model. Foreign key to `lab_test`.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-lab-result-lm.patientId",
        "path": "pc-lab-result-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-lab-result-lm.unitId",
        "path": "pc-lab-result-lm.unitId",
        "short": "Unit id",
        "definition": "Field `unit_id` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "pc-lab-result-lm.date",
        "path": "pc-lab-result-lm.date",
        "short": "Date",
        "definition": "Field `date` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "pc-lab-result-lm.value",
        "path": "pc-lab-result-lm.value",
        "short": "Value",
        "definition": "Field `value` from the PROTECT-CHILD data model.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      }
    ]
  }
}