Skip to content

Commit 3d76e1f

Browse files
committed
Update PlanDefnition
Added the extensions
1 parent d6ebd72 commit 3d76e1f

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

PlanDefinition/DGTS-PlanDefinition-Example.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,35 @@
2222
{
2323
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-PlanDefinition.actor",
2424
"extension": [
25+
{
26+
"url": "option",
27+
"extension": [
28+
{
29+
"url": "role",
30+
"valueCodeableConcept": {
31+
"coding": [
32+
{
33+
"system": "https://fhir.nhs.uk/CodeSystem/action-participant-role-genomics",
34+
"code": "performer",
35+
"display": "Performer"
36+
}
37+
],
38+
"text": "Performer"
39+
}
40+
},
41+
{
42+
"url": "typeReference",
43+
"valueReference": {
44+
"reference": "Organization/Organization-CSGLHub-Example",
45+
"identifier": {
46+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
47+
"value": "699P0"
48+
},
49+
"display": "Central and South Genomic Laboratory Hub"
50+
}
51+
}
52+
]
53+
},
2554
{
2655
"url": "option",
2756
"extension": [
@@ -41,7 +70,12 @@
4170
{
4271
"url": "typeReference",
4372
"valueReference": {
44-
"reference": "PractitionerRole/PractitionerRole-HazelSmithPathology-Example"
73+
"reference": "Organization/ImperialCollegeHealthcareNHSTrust-Example",
74+
"identifier": {
75+
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
76+
"value": "RYJ"
77+
},
78+
"display": "Imperial College Healthcare NHS Trust"
4579
}
4680
}
4781
]

0 commit comments

Comments
 (0)