Skip to content

Commit 4c128c4

Browse files
committed
Restorre MD-genomictestrequest
Restorre MD-genomictestrequest
1 parent 5bc4ad1 commit 4c128c4

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"resourceType": "MessageDefinition",
3+
"id": "genomictestrequest",
4+
"url": "https://fhir.nhs.uk/MessageDefinition/genomic-test-request",
5+
"name": "GenomicTestRequest",
6+
"title": "Genomic Test Request",
7+
"description": "Message Definition for a Genomic ServiceRequest",
8+
"status": "draft",
9+
"date": "2022-11-25",
10+
"version": "0.1.0",
11+
"eventCoding": {
12+
"system": "https://fhir.nhs.uk/CodeSystem/message-events-genomics",
13+
"code": "genomictestrequest"
14+
},
15+
"focus": [
16+
{
17+
"code": "ServiceRequest",
18+
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-ServiceRequest-Genomics",
19+
"min": 1,
20+
"max": "*"
21+
},
22+
{
23+
"code": "Subscription",
24+
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Subscription",
25+
"min": 0,
26+
"max": "*"
27+
},
28+
{
29+
"code": "FamilyMemberHistory",
30+
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-FamilyMemberHistory",
31+
"min": 0,
32+
"max": "*"
33+
},
34+
{
35+
"code": "Observation",
36+
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Observation-Genomics",
37+
"min": 0,
38+
"max": "*"
39+
},
40+
{
41+
"code": "Consent",
42+
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Consent-Genomics",
43+
"min": 0,
44+
"max": "1"
45+
},
46+
{
47+
"code": "QuestionnaireResponse",
48+
"profile": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse",
49+
"min": 0,
50+
"max": "1"
51+
},
52+
{
53+
"code": "Condition",
54+
"profile": "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Condition-Genomics",
55+
"min": 0,
56+
"max": "*"
57+
},
58+
{
59+
"code": "RelatedPerson",
60+
"profile": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson",
61+
"min": 0,
62+
"max": "*"
63+
},
64+
{
65+
"code": "BodyStructure",
66+
"profile": "http://hl7.org/fhir/StructureDefinition/BodyStructure",
67+
"min": 0,
68+
"max": "*"
69+
}
70+
]
71+
}

0 commit comments

Comments
 (0)