Skip to content

Commit 0e98430

Browse files
authored
Create CommunityCloud-VCFDocumentReference-Example.json
1 parent ffc2a79 commit 0e98430

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"resourceType": "DocumentReference",
3+
"id": "1e6aef26-d201-43d1-b54c-087cd4ee5c24",
4+
"meta" : {
5+
"profile" : [
6+
"http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-data-file"
7+
]
8+
},
9+
"status": "current",
10+
"subject": {
11+
"identifier": {
12+
"system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.24",
13+
"value": "SomePatientIdentifier"
14+
}
15+
},
16+
"author": [
17+
{
18+
"identifier": {
19+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
20+
"value": "699M0"
21+
},
22+
"display": "NHS EAST GENOMIC LABORATORY HUB"
23+
}
24+
],
25+
"content": [
26+
{
27+
"attachment": {
28+
"contentType": "application/gzip",
29+
"url": "https://002-cen.s3.eu-west-2.amazonaws.com/grch38/haplotyper_normalised_v0.3/140103896-25301R0078-25NGCEN64-9527-F-99347387_markdup_recalibrated_Haplotyper.vcf.gz",
30+
"title": "140103896-25301R0078-25NGCEN64-9527-F-99347387_markdup_recalibrated_Haplotyper.vcf.gz"
31+
}
32+
}
33+
]
34+
}

0 commit comments

Comments
 (0)