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-bio-sample-lm.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/protect-child/StructureDefinition-pc-bio-sample-lm.html
URLhttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-bio-sample-lm
Version0.1.0-ci-build
Statusdraft
Date2026-06-05T19:23:32+00:00
NamePcBioSample
TitleBioSample logical model
Realmeu
Authorityhl7
DescriptionLogical model for the PROTECT-CHILD bio_sample table.
Typehttps://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-bio-sample-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-bio-sample-lm

NameFlagsCard.TypeDescription & Constraintsdoco
.. pc-bio-sample-lm 0..*BaseBioSample logical model
... bioSampleId 1..1stringbio_sample_id
... visitId 1..1stringvisit_id
... collectionDate 0..1datecollection_date
... sendIngemmDate 0..1datesend_ingemm_date
... genomicSample 0..1booleangenomic_sample
... epigenomicSample 0..1booleanepigenomic_sample

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "pc-bio-sample-lm",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-bio-sample-lm",
  "version": "0.1.0-ci-build",
  "name": "PcBioSample",
  "title": "BioSample 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 bio_sample table.",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/pc-bio-sample-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-bio-sample-lm",
        "path": "pc-bio-sample-lm",
        "short": "BioSample logical model",
        "definition": "Logical model for the PROTECT-CHILD bio_sample table.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "pc-bio-sample-lm.bioSampleId",
        "path": "pc-bio-sample-lm.bioSampleId",
        "short": "bio_sample_id",
        "definition": "Bio sample ID.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "pc-bio-sample-lm.bioSampleId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-bio-sample-lm.visitId",
        "path": "pc-bio-sample-lm.visitId",
        "short": "visit_id",
        "definition": "FK to visit.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "pc-bio-sample-lm.visitId",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-bio-sample-lm.collectionDate",
        "path": "pc-bio-sample-lm.collectionDate",
        "short": "collection_date",
        "definition": "Sample collection date.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-bio-sample-lm.collectionDate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "pc-bio-sample-lm.sendIngemmDate",
        "path": "pc-bio-sample-lm.sendIngemmDate",
        "short": "send_ingemm_date",
        "definition": "Date sample sent to INGEMM.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-bio-sample-lm.sendIngemmDate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "pc-bio-sample-lm.genomicSample",
        "path": "pc-bio-sample-lm.genomicSample",
        "short": "genomic_sample",
        "definition": "Sample used for genomic analysis.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-bio-sample-lm.genomicSample",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "pc-bio-sample-lm.epigenomicSample",
        "path": "pc-bio-sample-lm.epigenomicSample",
        "short": "epigenomic_sample",
        "definition": "Sample used for epigenomic analysis.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "pc-bio-sample-lm.epigenomicSample",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "pc-bio-sample-lm",
        "path": "pc-bio-sample-lm",
        "short": "BioSample logical model",
        "definition": "Logical model for the PROTECT-CHILD bio_sample table."
      },
      {
        "id": "pc-bio-sample-lm.bioSampleId",
        "path": "pc-bio-sample-lm.bioSampleId",
        "short": "bio_sample_id",
        "definition": "Bio sample ID.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-bio-sample-lm.visitId",
        "path": "pc-bio-sample-lm.visitId",
        "short": "visit_id",
        "definition": "FK to visit.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "pc-bio-sample-lm.collectionDate",
        "path": "pc-bio-sample-lm.collectionDate",
        "short": "collection_date",
        "definition": "Sample collection date.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "pc-bio-sample-lm.sendIngemmDate",
        "path": "pc-bio-sample-lm.sendIngemmDate",
        "short": "send_ingemm_date",
        "definition": "Date sample sent to INGEMM.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ]
      },
      {
        "id": "pc-bio-sample-lm.genomicSample",
        "path": "pc-bio-sample-lm.genomicSample",
        "short": "genomic_sample",
        "definition": "Sample used for genomic analysis.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "pc-bio-sample-lm.epigenomicSample",
        "path": "pc-bio-sample-lm.epigenomicSample",
        "short": "epigenomic_sample",
        "definition": "Sample used for epigenomic analysis.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}