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

FHIR IG analytics

Packagepc.ig
Resource TypeSpecimen
IdSpecimen-biosample-example-1.json
FHIR VersionR4

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: Specimen biosample-example-1

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

subject: Anonymous Patient Female, DoB: 2015-06-15 ( https://hl7.eu/fhir/ig/hl7.eu.fhir.protect-child/ids/recipient#REC-001)

Collections

-Collected[x]
*2025-01-15

Source1

{
  "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"
  }
}