Skip to content

Commit

Permalink
Create bam_document_reference.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xavanx committed Oct 27, 2020
1 parent 348071c commit c851217
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions bam_document_reference.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"resourceType": "DocumentReference",
"id": "gf-001",
"meta": {
"profile": [
"http://fhir.kids-first.io/StructureDefinition/kfdrc-genomic-file"
],
"versionId": "0.1.0"
},
"identifier": [
{
"system": "https://kf-api-dataservice.kidsfirstdrc.org/genomic-files?study_id=SD_PREASA7S",
"value": "kf-seq-data-bcm/seidman/HMNVCCCXX-7.hgv.bam"
}
],
"extension": [
{
"extension": [
{
"url": "accession",
"valueIdentifier": {
"value": "phs001138.c1"
}
},
{
"url": "accession",
"valueIdentifier": {
"value": "SD_PREASA7S"
}
}
],
"url": "http://fhir.kids-first.io/StructureDefinition/accession-identifier"
}
],
"status": "current",
"type": {
"coding": [
{
"system": "http://fhir.kids-first.io/CodeSystem/data-type",
"code": "C164052",
"display": "Aligned Sequence Read"
}
],
"text": "Aligned Reads"
},
"subject": {
"reference": "Patient/408af6ab-1df4-3751-a119-87850be9b7be"
},
"content": [
{
"attachment": {
"extension": [
{
"url": "http://fhir.kids-first.io/StructureDefinition/large-size",
"valueDecimal": 72605537636
}
],
"url": "s3://kf-seq-data-bcm/seidman/HMNVCCCXX-7.hgv.bam",
"title": "HMNVCCCXX-7.hgv.bam"
},
"format": {
"display": "bam"
}
}
]
}

0 comments on commit c851217

Please sign in to comment.