Skip to content

Commit d74d388

Browse files
committed
Added an example of a parameters resource
As an input for the operation
1 parent 5f0673b commit d74d388

2 files changed

Lines changed: 38 additions & 1 deletion

File tree

OperationDefinition/OperationDefinition-genomics-generate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"experimental": false,
1010
"date": "2024-09-04",
1111
"publisher": "NHS England",
12-
"description": "Used to generate a DocumentReference resource for a genomic data file, optionally pulling the referenced data file to a central data store and generating a DRS url for the data file.\r\nCustomised backport of the R5 DocumentReference-generate OperationDefinition: http://hl7.org/fhir/OperationDefinition/DocumentReference-generate.\r\nSpecific profiles for input or output parameters, e.g. for certain data file types, are pending further investigation by GEL.",
12+
"description": "An Operation used to generate a DocumentReference resource for a genomic data file, optionally pulling the referenced data file to a central data store and generating a DRS url for the data file.\r\nCustomised backport of the R5 DocumentReference-generate OperationDefinition: http://hl7.org/fhir/OperationDefinition/DocumentReference-generate.\r\nSpecific profiles for input or output parameters, e.g. for certain data file types, are pending further investigation by GEL.",
1313
"affectsState": true,
1414
"code": "genomics-generate",
1515
"resource": [
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"resourceType": "Parameters",
3+
"id": "Parameters-Generate-Example",
4+
"parameter": [
5+
{
6+
"name": "url",
7+
"valueUrl": "https://datastore.example.com/cgp-test-bucket/173cd57a-969f-49f9-8754-1e22e218cdbf"
8+
},
9+
{
10+
"name": "persist",
11+
"valueBoolean": true
12+
},
13+
{
14+
"name": "content-type",
15+
"valueString": "application/json"
16+
},
17+
{
18+
"name": "context-reference",
19+
"valueReference": {
20+
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-NewFollowupTest-Example"
21+
}
22+
},
23+
{
24+
"name": "context-reference",
25+
"valueReference": {
26+
"reference": "Specimen/Specimen-BloodEDTA-Example"
27+
}
28+
},
29+
{
30+
"name": "author",
31+
"valueIdentifier": {
32+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
33+
"value": "RJ1"
34+
}
35+
}
36+
]
37+
}

0 commit comments

Comments
 (0)