asserter
A reference to the source of the information about the allergy. The resource being referenced SHOULD conform to one of the following:
Provider systems SHOULD provide at least the following minimum data within the referenced resource.
practioner
practionerRole
patient
relatedPerson
Where a human asserter is not captured or cannot be confirmed, i.e. a practitioner
, patient
or relatedPerson
, the provider systems SHOULD reference an Organisation
and/or healthcareService
within a PractitionerRole
, using the associated ODS code.
For example, asserted by "MILTON KEYNES UNIVERSITY HOSPITAL NHS FOUNDATION TRUST".
PractitionerRole.id[0] | UKCore-PractitionerRole-Sn-Organization-Code-Example |
PractitionerRole.meta[0].profile[0] | https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole |
PractitionerRole.identifier[0].system[0] | https://fhir.nhs.uk/Id/sds-role-profile-id |
PractitionerRole.identifier[0].value[0] | 100334993514 |
PractitionerRole.organization[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
PractitionerRole.organization[0].identifier[0].value[0] | RD8 |
PractitionerRole.organization[0].display[0] | MILTON KEYNES UNIVERSITY HOSPITAL NHS FOUNDATION TRUST |
PractitionerRole |
id : UKCore-PractitionerRole-Sn-Organization-Code-Example |
meta |
profile : https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole |
identifier |
system : https://fhir.nhs.uk/Id/sds-role-profile-id |
value : 100334993514 |
organization |
identifier |
system : https://fhir.nhs.uk/Id/ods-organization-code |
value : RD8 |
display : MILTON KEYNES UNIVERSITY HOSPITAL NHS FOUNDATION TRUST |
<PractitionerRole xmlns="http://hl7.org/fhir"> <id value="UKCore-PractitionerRole-Sn-Organization-Code-Example" /> <meta> <profile value="https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" /> </meta> <!-- **************snippet start************** --> <identifier> <system value="https://fhir.nhs.uk/Id/sds-role-profile-id" /> <value value="100334993514" /> </identifier> <organization> <identifier> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RD8" /> </identifier> <display value="MILTON KEYNES UNIVERSITY HOSPITAL NHS FOUNDATION TRUST" /> </organization> <!-- **************snippet end************** --> </PractitionerRole>
{ "resourceType": "PractitionerRole", "id": "UKCore-PractitionerRole-Sn-Organization-Code-Example", "meta": { "profile": [ "https://fhir.hl7.org.uk/StructureDefinition/UKCore-PractitionerRole" ] }, "identifier": [ { "system": "https://fhir.nhs.uk/Id/sds-role-profile-id", "value": "100334993514" } ], "organization": { "identifier": { "system": "https://fhir.nhs.uk/Id/ods-organization-code", "value": "RD8" }, "display": "MILTON KEYNES UNIVERSITY HOSPITAL NHS FOUNDATION TRUST" } }
Consumer systems SHALL consume this data.