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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.molgen
Resource TypeDocumentReference
IdDocumentReference-mii-exa-molgen-documentreference-fastq.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "DocumentReference",
  "id": "mii-exa-molgen-documentreference-fastq",
  "status": "current",
  "type": {
    "text": "FASTQ files - paired-end sequencing data"
  },
  "subject": {
    "reference": "Patient/mii-exa-molgen-patient"
  },
  "content": [
    {
      "attachment": {
        "contentType": "application/gzip",
        "url": "https://www.medizininformatik-initiative.de/fhir/files/sample_R1.fastq.gz",
        "title": "Forward reads"
      }
    },
    {
      "attachment": {
        "contentType": "application/gzip",
        "url": "https://www.medizininformatik-initiative.de/fhir/files/sample_R2.fastq.gz",
        "title": "Reverse reads"
      }
    }
  ]
}