Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
PractitionerRole-GeneSmithENT-Example
Example of a PractitionerRole resource linking Practitioner and Organization identifiers and indicating preferred reporting address.
PractitionerRole |
id : PractitionerRole-GeneSmithENT-Example |
practitioner |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
value : 9999999999 |
display : Dr. Gene Smith |
organization |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RGT01 |
display : Addenbrooke's Hospital |
specialty |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode |
code : 120 |
display : Ear Nose and Throat |
telecom |
system : phone |
value : 01223586638 |
telecom |
system : email |
value : gene.smith@nhs.net |
telecom |
system : email |
value : Add-tr.entsecretaries@nhs.net |
extension |
url : http://hl7.org/fhir/StructureDefinition/contactpoint-comment |
value : reporting |
{ "resourceType": "PractitionerRole", "id": "PractitionerRole-GeneSmithENT-Example", "practitioner": { "identifier": { "system": "https://fhir.nhs.uk/Id/sds-user-id", "value": "9999999999" }, "display": "Dr. Gene Smith" }, "organization": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RGT01" }, "display": "Addenbrooke's Hospital" }, "specialty": [ { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode", "code": "120", "display": "Ear Nose and Throat" } ] } ], "telecom": [ { "system": "phone", "value": "01223586638" }, { "system": "email", "value": "gene.smith@nhs.net" }, { "system": "email", "value": "Add-tr.entsecretaries@nhs.net", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/contactpoint-comment", "valueString": "reporting" } ] } ] }
<PractitionerRole xmlns="http://hl7.org/fhir"> <id value="PractitionerRole-GeneSmithENT-Example" /> <practitioner> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="9999999999" /> </identifier> <display value="Dr. Gene Smith" /> </practitioner> <organization> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RGT01" /> </identifier> <display value="Addenbrooke's Hospital" /> </organization> <specialty> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> <code value="120" /> <display value="Ear Nose and Throat" /> </coding> </specialty> <telecom> <system value="phone" /> <value value="01223586638" /> </telecom> <telecom> <system value="email" /> <value value="gene.smith@nhs.net" /> </telecom> <telecom> <extension url="http://hl7.org/fhir/StructureDefinition/contactpoint-comment"> <valueString value="reporting" /> </extension> <system value="email" /> <value value="Add-tr.entsecretaries@nhs.net" /> </telecom> </PractitionerRole>