Schedule a demo
Clinical

Genomics

This scenario portrays a healthy adult undergoing a voluntary genetic wellness screening offered as part of preventive care. A blood sample is collected and characterized, DNA is sequenced, and the resulting molecular and substance-related resources describe the specimen chain and analytical outputs. Findings are framed as reassuring: no clinically significant risk factors are highlighted in the test narrative.

10resources / instance
10FHIR types
10instances
genomics.py
from zato_fhir.test.r4.v1 import Scenarios, TestData

for instance in Scenarios.genomics:
    patient = instance.patient
    for name in patient.name:
        print(name.text)

    ms = instance.molecular_sequence
    print(ms.type_)

    bdp = instance.biologically_derived_product
    print(bdp.productCode)

    bs = instance.body_structure
    print(bs.active)

    sna = instance.substance_nucleic_acid
    print(sna.id)

    sp = instance.substance_polymer
    print(sp.id)

    spr = instance.substance_protein
    print(spr.id)

    sri = instance.substance_reference_information
    print(sri.id)

    ssm = instance.substance_source_material
    print(ssm.id)

    sspec = instance.substance_specification
    print(sspec.id)

About this scenario

This scenario portrays a healthy adult undergoing a voluntary genetic wellness screening offered as part of preventive care. A blood sample is collected and characterized, DNA is sequenced, and the resulting molecular and substance-related resources describe the specimen chain and analytical outputs. Findings are framed as reassuring: no clinically significant risk factors are highlighted in the test narrative.

The bundle exercises several specialized genomics and substance resource types together, supporting validation of pipelines that ingest sequencing results, derived products, and reference substance metadata. It remains suitable for demos and integration tests that require a complete, positive-outcome genomics story without pathogenic variant reporting or urgent follow-up.

FHIR resources in this scenario

10 resources per instance, 100 total across 10 instances.

FHIR resource typeRole in this scenario
PatientPerson undergoing wellness genetic screening
MolecularSequenceSequencing read or assembly representation
BiologicallyDerivedProductBlood-derived product tied to the screening specimen
BodyStructureAnatomical or collected-site context as modeled
SubstanceNucleicAcidNucleic acid substance characterization
SubstancePolymerPolymer-level substance description where used
SubstanceProteinProtein-related substance metadata
SubstanceReferenceInformationReference details for substance identification
SubstanceSourceMaterialSource material lineage for the analyte
SubstanceSpecificationSpecification of the substance for regulatory or lab context
FHIR resources per instance10
Total resources (10 instances)100
Distinct resource types10
Scenario identifier`Scenarios.genomics`

At a glance

10
FHIR resources per instance
100
Total resources (10 instances)
10
Distinct resource types
Scenarios.genomics
Scenario identifier

Ready to build integrations?

Get started with Zato and connect your systems in minutes.

Open source In Python