FHIR IG analytics| Package | pc.ig |
| Resource Type | Specimen |
| Id | Specimen-biosample-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen biosample-example-1
Profile: Biological Sample
Sample send to INGEMM date: 2025-01-20
Genomic Test ID Relationship: Basic Exome sequencing
Epigenome Study ID Relationship: Basic Methylation array epigenome study
Methylomic Study ID Relationship: Basic Locus-level methylomic record
DNA concentration: 35.2
identifier: https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/biosample-id/BS0001
type: Peripheral blood
| Collected[x] |
| 2025-01-15 |
{
"resourceType": "Specimen",
"id": "biosample-example-1",
"meta": {
"profile": [
"https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/biosample"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/biosample-send-ingemm-date",
"valueDate": "2025-01-20"
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/biosample-genomic-test-ref",
"valueReference": {
"reference": "Basic/genomic-test-example-1"
}
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/biosample-epigenome-study-ref",
"valueReference": {
"reference": "Basic/epigenome-study-example-1"
}
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/biosample-methylomic-study-ref",
"valueReference": {
"reference": "Basic/methylomic-study-example-1"
}
},
{
"url": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/StructureDefinition/biosample-dna-concentration",
"valueDecimal": 35.2
}
],
"identifier": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/NamingSystem/biosample-id",
"value": "BS0001"
}
],
"type": {
"coding": [
{
"system": "https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/CodeSystem/biosample-tissue-type",
"code": "blood",
"display": "Blood"
}
],
"text": "Peripheral blood"
},
"subject": {
"reference": "Patient/ExamplePatientTransplant1"
},
"collection": {
"collectedDateTime": "2025-01-15"
}
}