Please note:
- This version of the UK Core is a development copy.
- This contains BREAKING CHANGES as a result of the C&TA Sprint 7 Review, and STU2 Sequence ballot reconciliation.
- This version is not yet reviewed for implementation. Other versions are available on the UK Core Version History Guide
- Please follow the guidance on the Contact Us page if you need any assistance.
- A summary of changes is available on the STU3 Sequence Change Log
Extension Examples
Examples Usage
Whilst every effort has been made to ensure that the examples are correct and useful, they are not a normative part of the specification.Extension-UKCore-AdditionalContact-Example
An example to illustrate sending a reference to an additional contact with a service request
Table View
| ServiceRequest.id[0] | Extension-UKCore-AdditionalContact-Example |
| ServiceRequest.text[0].status[0] | additional |
| ServiceRequest.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a reference to an additional contact with a service request</div> |
| ServiceRequest.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact |
| ServiceRequest.extension[0].value[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| ServiceRequest.status[0] | active |
| ServiceRequest.intent[0] | order |
| ServiceRequest.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| ServiceRequest.requester[0].reference[0] | Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
Tree View
| ServiceRequest |
| id : Extension-UKCore-AdditionalContact-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact |
| value |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| status : active |
| intent : order |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| requester |
| reference : Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
</valueReference>
</extension>
<!-- **************extension end ****************** -->
</subject>
</requester>
</ServiceRequest>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
}
],
},
}
}
Feedback
Click here to:Extension-UKCore-AddressKey-Example
An example to illustrate the use of an address key used with the address datatype
Table View
| Patient.id[0] | Extension-UKCore-AddressKey-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of an address key used with the address datatype</div> |
| Patient.address[0].extension[0].extension[0].url[0] | type |
| Patient.address[0].extension[0].extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType |
| Patient.address[0].extension[0].extension[0].value[0].coding[0].code[0] | PAF |
| Patient.address[0].extension[0].extension[0].value[0].coding[0].display[0] | Postcode Address File |
| Patient.address[0].extension[0].extension[1].url[0] | value |
| Patient.address[0].extension[0].extension[1].value[0] | LS10ABC |
| Patient.address[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey |
| Patient.address[0].line[0] | 4 Sandmoor Drive |
| Patient.address[0].city[0] | LEEDS |
| Patient.address[0].postalCode[0] | LS17 7DF |
Tree View
| Patient |
| id : Extension-UKCore-AddressKey-Example |
| text |
| status : additional |
| address |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey |
| extension |
| url : type |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType |
| code : PAF |
| display : Postcode Address File |
| extension |
| url : value |
| value : LS10ABC |
| line : 4 Sandmoor Drive |
| city : LEEDS |
| postalCode : LS17 7DF |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
</extension>
</extension>
<!-- *************extension end ***************** -->
</address>
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
{
{
}
]
}
},
{
}
]
}
],
"4 Sandmoor Drive"
],
}
]
}
Feedback
Click here to:Extension-UKCore-AdmissionMethod-Example
An example to illustrate the extension for an encounter to support the method by which an individual was admitted into hospital
Table View
| Encounter.id[0] | Extension-UKCore-AdmissionMethod-Example |
| Encounter.text[0].status[0] | additional |
| Encounter.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for an encounter to support the method by which an individual was admitted into hospital </div> |
| Encounter.status[0] | finished |
| Encounter.class[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-ActCode |
| Encounter.class[0].code[0] | IMP |
| Encounter.class[0].display[0] | inpatient encounter |
| Encounter.hospitalization[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod |
| Encounter.hospitalization[0].extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland |
| Encounter.hospitalization[0].extension[0].value[0].coding[0].code[0] | 13 |
| Encounter.hospitalization[0].extension[0].value[0].coding[0].display[0] | Elective Admission: Planned |
Tree View
| Encounter |
| id : Extension-UKCore-AdmissionMethod-Example |
| text |
| status : additional |
| status : finished |
| class |
| system : http://terminology.hl7.org/CodeSystem/v3-ActCode |
| code : IMP |
| display : inpatient encounter |
| hospitalization |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland |
| code : 13 |
| display : Elective Admission: Planned |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</class>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</hospitalization>
</Encounter>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
},
{
{
}
]
}
}
]
}
}
Feedback
Click here to:Extension-UKCore-AllergyIntolEnd-Example
An example to illustrate the date when the allergy or intolerance was no longer valid, and/or, the reason why the allergy or intolerance is no longer valid
Table View
| AllergyIntolerance.id[0] | Extension-UKCore-AllergyIntolEnd-Example |
| AllergyIntolerance.text[0].status[0] | additional |
| AllergyIntolerance.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the date when the allergy or intolerance was no longer valid, and/or, the reason why the allergy or intolerance is no longer valid</div> |
| AllergyIntolerance.clinicalStatus[0].extension[0].extension[0].url[0] | endDate |
| AllergyIntolerance.clinicalStatus[0].extension[0].extension[0].value[0] | 2021-07-20T17:10:00+00:00 |
| AllergyIntolerance.clinicalStatus[0].extension[0].extension[1].url[0] | reasonEnded |
| AllergyIntolerance.clinicalStatus[0].extension[0].extension[1].value[0] | Administrative error corrected on patient record - confirmed that allergy not experienced with the patient. |
| AllergyIntolerance.clinicalStatus[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AllergyIntoleranceEnd |
| AllergyIntolerance.clinicalStatus[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical |
| AllergyIntolerance.clinicalStatus[0].coding[0].code[0] | inactive |
| AllergyIntolerance.clinicalStatus[0].coding[0].display[0] | Inactive |
| AllergyIntolerance.verificationStatus[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/allergyintolerance-verification |
| AllergyIntolerance.verificationStatus[0].coding[0].code[0] | confirmed |
| AllergyIntolerance.verificationStatus[0].coding[0].display[0] | Confirmed |
| AllergyIntolerance.code[0].coding[0].system[0] | http://snomed.info/sct |
| AllergyIntolerance.code[0].coding[0].code[0] | 372687004 |
| AllergyIntolerance.code[0].coding[0].display[0] | Amoxicillin |
| AllergyIntolerance.patient[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| AllergyIntolerance.encounter[0].reference[0] | Encounter/UKCore-Encounter-InpatientEncounter-Example |
| AllergyIntolerance.recordedDate[0] | 2019-12-10T13:00:00+00:00 |
| AllergyIntolerance.recorder[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| AllergyIntolerance.asserter[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
Tree View
| AllergyIntolerance |
| id : Extension-UKCore-AllergyIntolEnd-Example |
| text |
| status : additional |
| clinicalStatus |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AllergyIntoleranceEnd |
| extension |
| url : endDate |
| value : 2021-07-20T17:10:00+00:00 |
| extension |
| url : reasonEnded |
| value : Administrative error corrected on patient record - confirmed that allergy not experienced with the patient. |
| coding |
| system : http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical |
| code : inactive |
| display : Inactive |
| verificationStatus |
| coding |
| system : http://terminology.hl7.org/CodeSystem/allergyintolerance-verification |
| code : confirmed |
| display : Confirmed |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 372687004 |
| display : Amoxicillin |
| patient |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| encounter |
| reference : Encounter/UKCore-Encounter-InpatientEncounter-Example |
| recordedDate : 2019-12-10T13:00:00+00:00 |
| recorder |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| asserter |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AllergyIntoleranceEnd">
</extension>
<valueString value="Administrative error corrected on patient record - confirmed that allergy not experienced with the patient." />
</extension>
</extension>
<!-- **************extension end************** -->
</coding>
</clinicalStatus>
</coding>
</verificationStatus>
</coding>
</code>
</patient>
</encounter>
</recorder>
</asserter>
</AllergyIntolerance>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
},
{
"valueString": "Administrative error corrected on patient record - confirmed that allergy not experienced with the patient."
}
]
}
],
{
}
]
},
{
}
]
},
},
},
},
},
}
}
Feedback
Click here to:Extension-UKCore-AssociatedEncounter-Example
An example to illustrate sending an associated encounter with family member history
Table View
| FamilyMemberHistory.id[0] | Extension-UKCore-AssociatedEncounter-Example |
| FamilyMemberHistory.text[0].status[0] | additional |
| FamilyMemberHistory.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending an associated encounter with family member history</div> |
| FamilyMemberHistory.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter |
| FamilyMemberHistory.extension[0].value[0].reference[0] | Encounter/UKCore-Encounter-InpatientEncounter-Example |
| FamilyMemberHistory.status[0] | partial |
| FamilyMemberHistory.patient[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| FamilyMemberHistory.patient[0].display[0] | Richard Smith |
| FamilyMemberHistory.date[0] | 2023-05-09 |
| FamilyMemberHistory.relationship[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
| FamilyMemberHistory.relationship[0].coding[0].code[0] | FTH |
| FamilyMemberHistory.relationship[0].coding[0].display[0] | father |
| FamilyMemberHistory.sex[0].coding[0].system[0] | http://hl7.org/fhir/administrative-gender |
| FamilyMemberHistory.sex[0].coding[0].code[0] | male |
| FamilyMemberHistory.sex[0].coding[0].display[0] | Male |
| FamilyMemberHistory.born[0] | 1949-12-13 |
| FamilyMemberHistory.condition[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| FamilyMemberHistory.condition[0].code[0].coding[0].code[0] | 275121006 |
| FamilyMemberHistory.condition[0].code[0].coding[0].display[0] | Family history: Angina |
| FamilyMemberHistory.condition[0].onset[0].value[0] | 64 |
| FamilyMemberHistory.condition[0].onset[0].unit[0] | year |
| FamilyMemberHistory.condition[0].onset[0].system[0] | http://unitsofmeasure.org |
| FamilyMemberHistory.condition[0].onset[0].code[0] | a |
Tree View
| FamilyMemberHistory |
| id : Extension-UKCore-AssociatedEncounter-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter |
| value |
| reference : Encounter/UKCore-Encounter-InpatientEncounter-Example |
| status : partial |
| patient |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| display : Richard Smith |
| date : 2023-05-09 |
| relationship |
| coding |
| system : http://terminology.hl7.org/CodeSystem/v3-RoleCode |
| code : FTH |
| display : father |
| sex |
| coding |
| system : http://hl7.org/fhir/administrative-gender |
| code : male |
| display : Male |
| born : 1949-12-13 |
| condition |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 275121006 |
| display : Family history: Angina |
| onset |
| value : 64 |
| unit : year |
| system : http://unitsofmeasure.org |
| code : a |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</valueReference>
</extension>
<!-- **************extension end************** -->
</patient>
</coding>
</relationship>
</coding>
</sex>
</coding>
</code>
</onsetAge>
</condition>
</FamilyMemberHistory>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
}
],
},
{
}
]
},
]
},
{
]
},
}
}
]
}
Feedback
Click here to:Extension-UKCore-BirthPlace-Example
An example to illustrate the registered place of birth of the patient using the core-defined extension
Table View
| Patient.id[0] | Extension-UKCore-BirthPlace-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the registered place of birth of the patient using the core-defined extension</div> |
| Patient.extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/patient-birthPlace |
| Patient.extension[0].value[0].line[0] | MATERNITY UNIT |
| Patient.extension[0].value[0].line[1] | LENVILLE UNIVERSITY HOSPITAL |
| Patient.extension[0].value[0].line[2] | BEWLEY STREET |
| Patient.extension[0].value[0].city[0] | LENVILLE |
| Patient.extension[0].value[0].postalCode[0] | LEN 7TF |
| Patient.extension[0].value[0].country[0] | ENGLAND |
Tree View
| Patient |
| id : Extension-UKCore-BirthPlace-Example |
| text |
| status : additional |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/patient-birthPlace |
| value |
| line : MATERNITY UNIT |
| line : LENVILLE UNIVERSITY HOSPITAL |
| line : BEWLEY STREET |
| city : LENVILLE |
| postalCode : LEN 7TF |
| country : ENGLAND |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</valueAddress>
</extension>
<!-- **************extension end************** -->
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
"MATERNITY UNIT",
"LENVILLE UNIVERSITY HOSPITAL",
"BEWLEY STREET"
],
}
}
]
}
Feedback
Click here to:Extension-UKCore-BirthSex-Example
An example to illustrate the extension for a patient's birth sex
Table View
| Patient.id[0] | Extension-UKCore-BirthSex-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for a patient's birth sex</div> |
| Patient.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex |
| Patient.extension[0].value[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender |
| Patient.extension[0].value[0].coding[0].code[0] | F |
| Patient.extension[0].value[0].coding[0].display[0] | Female |
Tree View
| Patient |
| id : Extension-UKCore-BirthSex-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex |
| value |
| coding |
| system : http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender |
| code : F |
| display : Female |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
]
}
Feedback
Click here to:Extension-UKCore-BirthTime-Example
An example to illustrate the patient's birth time using the core-defined extension
Table View
| Patient.id[0] | Extension-UKCore-BirthTime-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the patient's birth time using the core-defined extension</div> |
| Patient.birthDate[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/patient-birthTime |
| Patient.birthDate[0].extension[0].value[0] | 2002-03-11T15:39:00+00:00 |
Tree View
| Patient |
| id : Extension-UKCore-BirthTime-Example |
| text |
| status : additional |
| birthDate |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/patient-birthTime |
| value : 2002-03-11T15:39:00+00:00 |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</extension>
<!-- **************extension end************** -->
</birthDate>
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
]
}
}
Feedback
Click here to:Extension-UKCore-BodySiteReference-Example
An example to illustrate the use of the BodySiteReference extension
Table View
| Specimen.id[0] | Extension-UKCore-BodySiteReference-Example |
| Specimen.text[0].status[0] | additional |
| Specimen.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of the BodySiteReference extension</div> |
| Specimen.status[0] | available |
| Specimen.type[0].coding[0].system[0] | http://snomed.info/sct |
| Specimen.type[0].coding[0].code[0] | 119297000 |
| Specimen.type[0].coding[0].display[0] | Blood specimen |
| Specimen.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| Specimen.receivedTime[0] | 2016-02-05T11:10:00Z |
| Specimen.collection[0].collector[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| Specimen.collection[0].collected[0] | 2016-02-09T16:00:00Z |
| Specimen.collection[0].method[0].coding[0].system[0] | http://snomed.info/sct |
| Specimen.collection[0].method[0].coding[0].code[0] | 28520004 |
| Specimen.collection[0].method[0].coding[0].display[0] | Venipuncture for blood test |
| Specimen.collection[0].bodySite[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference |
| Specimen.collection[0].bodySite[0].extension[0].value[0].reference[0] | BodyStructure/UKCore-BodyStructure-MedianCubitalVeinExample |
| Specimen.collection[0].bodySite[0].text[0] | vein on the inner left arm |
Tree View
| Specimen |
| id : Extension-UKCore-BodySiteReference-Example |
| text |
| status : additional |
| status : available |
| type |
| coding |
| system : http://snomed.info/sct |
| code : 119297000 |
| display : Blood specimen |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| receivedTime : 2016-02-05T11:10:00Z |
| collection |
| collector |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| collected : 2016-02-09T16:00:00Z |
| method |
| coding |
| system : http://snomed.info/sct |
| code : 28520004 |
| display : Venipuncture for blood test |
| bodySite |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference |
| value |
| reference : BodyStructure/UKCore-BodyStructure-MedianCubitalVeinExample |
| text : vein on the inner left arm |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</coding>
</type>
</subject>
</collector>
</coding>
</method>
<!-- **************extension start************** -->
</valueReference>
</extension>
<!-- **************extension end************** -->
</bodySite>
</collection>
</Specimen>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
]
},
},
},
{
}
]
},
{
}
}
],
}
}
}
Feedback
Click here to:Extension-UKCore-BookingOrganization-Example
An example to illustrate the booking organization extension associated with an appointment
Table View
| Appointment.id[0] | Extension-UKCore-BookingOrganization-Example |
| Appointment.text[0].status[0] | additional |
| Appointment.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the booking organization extension associated with an appointment</div> |
| Appointment.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization |
| Appointment.extension[0].value[0].reference[0] | Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example |
| Appointment.extension[0].value[0].type[0] | Organization |
| Appointment.extension[0].value[0].identifier[0].use[0] | official |
| Appointment.extension[0].value[0].identifier[0].type[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v2-0203 |
| Appointment.extension[0].value[0].identifier[0].type[0].coding[0].code[0] | PRN |
| Appointment.extension[0].value[0].identifier[0].type[0].coding[0].display[0] | Provider number |
| Appointment.extension[0].value[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-site-code |
| Appointment.extension[0].value[0].identifier[0].value[0] | GP8D7 |
| Appointment.extension[0].value[0].identifier[0].period[0].start[0] | 2022-03-11T10:46:00+00:00 |
| Appointment.extension[0].value[0].identifier[0].period[0].end[0] | 2022-03-11T13:20:00+00:00 |
| Appointment.status[0] | booked |
| Appointment.start[0] | 2022-03-11T10:46:00+00:00 |
| Appointment.end[0] | 2022-03-11T13:20:00+00:00 |
| Appointment.participant[0].actor[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| Appointment.participant[0].actor[0].display[0] | Richard Smith |
| Appointment.participant[0].required[0] | required |
| Appointment.participant[0].status[0] | accepted |
| Appointment.participant[1].type[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-ParticipationType |
| Appointment.participant[1].type[0].coding[0].code[0] | ATND |
| Appointment.participant[1].actor[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| Appointment.participant[1].actor[0].display[0] | Dr Sandra Gose |
| Appointment.participant[1].required[0] | required |
| Appointment.participant[1].status[0] | accepted |
| Appointment.participant[2].actor[0].reference[0] | Location/UKCore-Location-HospitalSJUH-Example |
| Appointment.participant[2].actor[0].display[0] | Orthopaedic Trauma Department, St James' University Hospital, Leeds |
| Appointment.participant[2].required[0] | required |
| Appointment.participant[2].status[0] | accepted |
Tree View
| Appointment |
| id : Extension-UKCore-BookingOrganization-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization |
| value |
| reference : Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example |
| type : Organization |
| identifier |
| use : official |
| type |
| coding |
| system : http://terminology.hl7.org/CodeSystem/v2-0203 |
| code : PRN |
| display : Provider number |
| system : https://fhir.nhs.uk/Id/ods-site-code |
| value : GP8D7 |
| period |
| start : 2022-03-11T10:46:00+00:00 |
| end : 2022-03-11T13:20:00+00:00 |
| status : booked |
| start : 2022-03-11T10:46:00+00:00 |
| end : 2022-03-11T13:20:00+00:00 |
| participant |
| actor |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| display : Richard Smith |
| required : required |
| status : accepted |
| participant |
| type |
| coding |
| system : http://terminology.hl7.org/CodeSystem/v3-ParticipationType |
| code : ATND |
| actor |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| display : Dr Sandra Gose |
| required : required |
| status : accepted |
| participant |
| actor |
| reference : Location/UKCore-Location-HospitalSJUH-Example |
| display : Orthopaedic Trauma Department, St James' University Hospital, Leeds |
| required : required |
| status : accepted |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
</coding>
</type>
</period>
</identifier>
</valueReference>
</extension>
<!-- **************extension end ****************** -->
</actor>
</participant>
</coding>
</type>
</actor>
</participant>
</actor>
</participant>
</Appointment>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
},
}
}
}
}
],
{
},
},
{
{
]
}
],
},
},
{
},
}
]
}
Feedback
Click here to:Extension-UKCore-CadavericDonor-Example
An example to illustrate whether the patient authorised the donation of body parts after death using the core-defined extension
Table View
| Patient.id[0] | Extension-UKCore-CadavericDonor-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate whether the patient authorised the donation of body parts after death using the core-defined extension</div> |
| Patient.extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor |
| Patient.extension[0].value[0] | True |
Tree View
| Patient |
| id : Extension-UKCore-CadavericDonor-Example |
| text |
| status : additional |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor |
| value : True |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</extension>
<!-- **************extension end************** -->
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
]
}
Feedback
Click here to:Extension-UKCore-CareSettingType-Example
An example to illustrate the care setting of a FHIR document
Table View
| Composition.id[0] | Extension-UKCore-CareSettingType-Example |
| Composition.text[0].status[0] | additional |
| Composition.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the care setting of a FHIR document</div> |
| Composition.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType |
| Composition.extension[0].value[0].coding[0].system[0] | http://snomed.info/sct |
| Composition.extension[0].value[0].coding[0].code[0] | 789718008 |
| Composition.extension[0].value[0].coding[0].display[0] | Cardiology service |
| Composition.status[0] | final |
| Composition.type[0].coding[0].system[0] | http://snomed.info/sct |
| Composition.type[0].coding[0].code[0] | 373942005 |
| Composition.type[0].coding[0].display[0] | Discharge summary |
| Composition.date[0] | 2020-11-11T21:30:00+00:00 |
| Composition.author[0].reference[0] | urn:uuid:6555b7a7-380d-46ff-a1c5-7abc4e68f8bc |
| Composition.title[0] | Discharge summary |
Tree View
| Composition |
| id : Extension-UKCore-CareSettingType-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType |
| value |
| coding |
| system : http://snomed.info/sct |
| code : 789718008 |
| display : Cardiology service |
| status : final |
| type |
| coding |
| system : http://snomed.info/sct |
| code : 373942005 |
| display : Discharge summary |
| date : 2020-11-11T21:30:00+00:00 |
| author |
| reference : urn:uuid:6555b7a7-380d-46ff-a1c5-7abc4e68f8bc |
| title : Discharge summary |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</coding>
</valueCodeableConcept>
</extension>
</coding>
</type>
</author>
</Composition>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
]
}
}
],
]
},
],
}
Feedback
Click here to:Extension-UKCore-CodingSCT-CodeUnknown-Example
An example to illustrate the use of the CodeableConcept.text field only if the coding system and code is unknown
Table View
| Condition.id[0] | Extension-UKCore-CodingSCT-CodeUnknown-Example |
| Condition.text[0].status[0] | additional |
| Condition.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of the CodeableConcept.text field only if the coding system and code is unknown</div> |
| Condition.code[0].text[0] | Myocardial infarction |
| Condition.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| Condition |
| id : Extension-UKCore-CodingSCT-CodeUnknown-Example |
| text |
| status : additional |
| code |
| text : Myocardial infarction |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</code>
</subject>
</Condition>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
},
}
}
Feedback
Click here to:Extension-UKCore-CodingSCT-Heart-Example
An example to illustrate the use of an extension to represent a SNOMED CT concept with a specific Description ID — typically to preserve or specify which synonym or preferred term was originally used in a clinical system
Table View
| Condition.id[0] | Extension-UKCore-CodingSCT-Heart-Example |
| Condition.text[0].status[0] | additional |
| Condition.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of an extension to represent a SNOMED CT concept with a specific Description ID — typically to preserve or specify which synonym or preferred term was originally used in a clinical system</div> |
| Condition.code[0].coding[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| Condition.code[0].coding[0].extension[0].value[0] | Heart attack |
| Condition.code[0].coding[0].extension[1].url[0] | http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| Condition.code[0].coding[0].extension[1].value[0] | 37443015 |
| Condition.code[0].coding[0].system[0] | http://snomed.info/sct |
| Condition.code[0].coding[0].code[0] | 22298006 |
| Condition.code[0].coding[0].display[0] | Myocardial infarction |
| Condition.code[0].coding[0].userSelected[0] | True |
| Condition.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| Condition |
| id : Extension-UKCore-CodingSCT-Heart-Example |
| text |
| status : additional |
| code |
| coding |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| value : Heart attack |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| value : 37443015 |
| system : http://snomed.info/sct |
| code : 22298006 |
| display : Myocardial infarction |
| userSelected : True |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</extension>
</extension>
</coding>
</code>
</subject>
</Condition>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
},
{
}
],
}
]
},
}
}
Feedback
Click here to:Extension-UKCore-CodingSCT-IllicitDrugs-Example
An example to illustrate the use of two extensions, one to represent a SNOMED CT concept with a specific Description ID, the other to represent the associated SNOMED CT Term (text description) — typically to preserve or specify which synonym or preferred term was originally used in a clinical system
Table View
| Observation.id[0] | Extension-UKCore-CodingSCT-IllicitDrugs-Example |
| Observation.text[0].status[0] | additional |
| Observation.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of two extensions, one to represent a SNOMED CT concept with a specific Description ID, the other to represent the associated SNOMED CT Term (text description) — typically to preserve or specify which synonym or preferred term was originally used in a clinical system</div> |
| Observation.status[0] | final |
| Observation.code[0].coding[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| Observation.code[0].coding[0].extension[0].value[0] | Illicit medication use unknown |
| Observation.code[0].coding[0].extension[1].url[0] | http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| Observation.code[0].coding[0].extension[1].value[0] | 3449865011 |
| Observation.code[0].coding[0].system[0] | http://snomed.info/sct |
| Observation.code[0].coding[0].code[0] | 702771005 |
| Observation.code[0].coding[0].display[0] | Illicit drug use unknown |
| Observation.code[0].coding[0].userSelected[0] | True |
| Observation.code[0].text[0] | Not known whether uses illicit drugs |
| Observation.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| Observation |
| id : Extension-UKCore-CodingSCT-IllicitDrugs-Example |
| status : final |
| text |
| status : additional |
| code |
| coding |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| value : Illicit medication use unknown |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| value : 3449865011 |
| system : http://snomed.info/sct |
| code : 702771005 |
| display : Illicit drug use unknown |
| userSelected : True |
| text : Not known whether uses illicit drugs |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</extension>
</extension>
</coding>
<!-- what the user saw on screen, from a data entry template -->
</code>
<!-- **************Snippet end************** -->
</subject>
</Observation>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
},
{
}
],
}
],
},
}
}
Feedback
Click here to:Extension-UKCore-CodingSCT-MoleOfSkin-Example
This is a FHIR Condition resource recording that the patient has a benign mole (melanocytic naevus) on the skin. It includes both CTV3 and SNOMED codes, along with user-facing text "Moles".
Table View
| Condition.id[0] | Extension-UKCore-CodingSCT-MoleOfSkin-Example |
| Condition.text[0].status[0] | additional |
| Condition.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">This is a FHIR Condition resource recording that the patient has a benign mole (melanocytic naevus) on the skin. It includes both CTV3 and SNOMED codes, along with user-facing text "Moles".</div> |
| Condition.code[0].coding[0].system[0] | http://read.info/ctv3 |
| Condition.code[0].coding[0].code[0] | X78Uv |
| Condition.code[0].coding[0].display[0] | Benign melanocytic naevus skin |
| Condition.code[0].coding[1].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| Condition.code[0].coding[1].extension[0].value[0] | Mole of skin |
| Condition.code[0].coding[1].extension[1].url[0] | http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| Condition.code[0].coding[1].extension[1].value[0] | 1787065011 |
| Condition.code[0].coding[1].system[0] | http://snomed.info/sct |
| Condition.code[0].coding[1].code[0] | 400010006 |
| Condition.code[0].coding[1].display[0] | Melanocytic naevus of skin |
| Condition.code[0].text[0] | Moles |
| Condition.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| Condition |
| id : Extension-UKCore-CodingSCT-MoleOfSkin-Example |
| text |
| status : additional |
| code |
| coding |
| system : http://read.info/ctv3 |
| code : X78Uv |
| display : Benign melanocytic naevus skin |
| coding |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| value : Mole of skin |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| value : 1787065011 |
| system : http://snomed.info/sct |
| code : 400010006 |
| display : Melanocytic naevus of skin |
| text : Moles |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************Snippet start************** -->
<!-- no term code, so CTV3 PT is implied? -->
<!-- text of V3 PT -->
</coding>
<!-- text for id = 1787065011 -->
</extension>
<!-- not the SNOMED PT -->
</extension>
<!-- SNOMED conceptId -->
<!-- text of SNOMED PT -->
</coding>
<!-- what user saw on screen, from data entry template -->
</code>
<!-- **************Snippet end************** -->
</subject>
</Condition>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
},
{
{
},
{
}
],
}
],
},
}
}
Feedback
Click here to:Extension-UKCore-CodingSCT-Myocardial-Example
This FHIR Condition resource records that the patient has had a myocardial infarction (heart attack), using the SNOMED code 22298006 with user-selected terminology.
Table View
| Condition.id[0] | Extension-UKCore-CodingSCT-Myocardial-Example |
| Condition.text[0].status[0] | additional |
| Condition.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">This FHIR Condition resource records that the patient has had a myocardial infarction (heart attack), using the SNOMED code 22298006 with user-selected terminology.</div> |
| Condition.code[0].coding[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| Condition.code[0].coding[0].extension[0].value[0] | 37436014 |
| Condition.code[0].coding[0].system[0] | http://snomed.info/sct |
| Condition.code[0].coding[0].code[0] | 22298006 |
| Condition.code[0].coding[0].display[0] | Myocardial infarction |
| Condition.code[0].coding[0].userSelected[0] | True |
| Condition.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| Condition |
| id : Extension-UKCore-CodingSCT-Myocardial-Example |
| text |
| status : additional |
| code |
| coding |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| value : 37436014 |
| system : http://snomed.info/sct |
| code : 22298006 |
| display : Myocardial infarction |
| userSelected : True |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************Snippet start************** -->
</extension>
</coding>
</code>
<!-- **************Snippet end************** -->
</subject>
</Condition>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
],
}
]
},
}
}
Feedback
Click here to:Extension-UKCore-CodingSCT-Potassium-Example
An example to illustrate the use of two extensions, one to represent a SNOMED CT concept with a specific Description ID, the other to represent the associated SNOMED CT Term (text description) — typically to preserve or specify which synonym or preferred term was originally used in a clinical system
Table View
| Observation.id[0] | Extension-UKCore-CodingSCT-Potassium-Example |
| Observation.text[0].status[0] | additional |
| Observation.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of two extensions, one to represent a SNOMED CT concept with a specific Description ID, the other to represent the associated SNOMED CT Term (text description) — typically to preserve or specify which synonym or preferred term was originally used in a clinical system</div> |
| Observation.status[0] | final |
| Observation.code[0].coding[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| Observation.code[0].coding[0].extension[0].value[0] | Serum potassium measurement |
| Observation.code[0].coding[0].extension[1].url[0] | http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| Observation.code[0].coding[0].extension[1].value[0] | 405941011 |
| Observation.code[0].coding[0].system[0] | http://snomed.info/sct |
| Observation.code[0].coding[0].code[0] | 1000651000000109 |
| Observation.code[0].coding[0].display[0] | Serum potassium level |
| Observation.code[0].coding[0].userSelected[0] | True |
| Observation.code[0].text[0] | Serum Potassium |
| Observation.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| Observation |
| id : Extension-UKCore-CodingSCT-Potassium-Example |
| text |
| status : additional |
| status : final |
| code |
| coding |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| value : Serum potassium measurement |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| value : 405941011 |
| system : http://snomed.info/sct |
| code : 1000651000000109 |
| display : Serum potassium level |
| userSelected : True |
| text : Serum Potassium |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************Snippet start************** -->
</extension>
</extension>
<!-- flags the coding originally actually selected by the user -->
</coding>
<!-- what the user saw on screen, from a data entry template -->
</code>
<!-- **************Snippet end************** -->
</subject>
</Observation>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
},
{
}
],
}
],
},
}
}
Feedback
Click here to:Extension-UKCore-CodingSCT-Weight-Example
An example to illustrate the use of an extension to represent a SNOMED CT concept with a specific Description ID — typically to preserve or specify which synonym or preferred term was originally used in a clinical system
Table View
| Observation.id[0] | Extension-UKCore-CodingSCT-Weight-Example |
| Observation.text[0].status[0] | additional |
| Observation.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of an extension to represent a SNOMED CT concept with a specific Description ID — typically to preserve or specify which synonym or preferred term was originally used in a clinical system</div> |
| Observation.status[0] | final |
| Observation.code[0].coding[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| Observation.code[0].coding[0].extension[0].value[0] | Ideal weight |
| Observation.code[0].coding[0].extension[1].url[0] | http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| Observation.code[0].coding[0].extension[1].value[0] | 787121000006116 |
| Observation.code[0].coding[0].system[0] | http://snomed.info/sct |
| Observation.code[0].coding[0].code[0] | 170804003 |
| Observation.code[0].coding[0].display[0] | Ideal body weight |
| Observation.code[0].coding[0].userSelected[0] | True |
| Observation.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| Observation |
| id : Extension-UKCore-CodingSCT-Weight-Example |
| text |
| status : additional |
| status : final |
| code |
| coding |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| value : Ideal weight |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| value : 787121000006116 |
| system : http://snomed.info/sct |
| code : 170804003 |
| display : Ideal body weight |
| userSelected : True |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************Snippet start************** -->
</extension>
<!-- descriptionId from a GP system namespace -->
</extension>
<!-- conceptId from SNOMED International CORE -->
</coding>
</code>
<!-- **************Snippet end************** -->
</subject>
</Observation>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
},
{
}
],
}
]
},
}
}
Feedback
Click here to:Extension-UKCore-CodingSCTDescId-Example
An example to illustrate the extension which adds a SNOMED CT description ID to CodeableConcept
Table View
| Condition.id[0] | Extension-UKCore-CodingSCTDescId-Example |
| Condition.text[0].status[0] | additional |
| Condition.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which adds a SNOMED CT description ID to CodeableConcept</div> |
| Condition.code[0].coding[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| Condition.code[0].coding[0].extension[0].value[0] | Bronchial asthma |
| Condition.code[0].coding[0].extension[1].url[0] | http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| Condition.code[0].coding[0].extension[1].value[0] | 301480018 |
| Condition.code[0].coding[0].system[0] | http://snomed.info/sct |
| Condition.code[0].coding[0].code[0] | 195967001 |
| Condition.code[0].coding[0].display[0] | Asthma |
| Condition.code[0].coding[0].userSelected[0] | True |
| Condition.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| Condition |
| id : Extension-UKCore-CodingSCTDescId-Example |
| text |
| status : additional |
| code |
| coding |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay |
| value : Bronchial asthma |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/coding-sctdescid |
| value : 301480018 |
| system : http://snomed.info/sct |
| code : 195967001 |
| display : Asthma |
| userSelected : True |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</extension>
</extension>
</coding>
</code>
</subject>
</Condition>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
},
{
}
],
}
]
},
}
}
Feedback
Click here to:Table View
Command 'table' could not render: File not found for 'subject=Extension-UKCore-CollectionCollector-Example'
Tree View
Command 'tree' could not render: File not found for 'subject=Extension-UKCore-CollectionCollector-Example'
XML View
Command 'xml' could not render: File not found for 'subject=Extension-UKCore-CollectionCollector-Example'
JSON View
Command 'json' could not render: File not found for 'subject=Extension-UKCore-CollectionCollector-Example'
Feedback
Click here to:Extension-UKCore-CompositionReference-Example
An example to illustrate referencing a composition within a diagnostic report
Table View
| DiagnosticReport.id[0] | Extension-UKCore-CompositionReference-Example |
| DiagnosticReport.text[0].status[0] | additional |
| DiagnosticReport.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate referencing a composition within a diagnostic report</div> |
| DiagnosticReport.extension[0].url[0] | http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition |
| DiagnosticReport.extension[0].value[0].reference[0] | Composition/UKCore-Composition-Discharge-Example |
| DiagnosticReport.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
| DiagnosticReport.identifier[0].value[0] | ce1913bf-ead4-4d04-904f-714cbc1636ef |
| DiagnosticReport.status[0] | final |
| DiagnosticReport.code[0].coding[0].system[0] | http://snomed.info/sct |
| DiagnosticReport.code[0].coding[0].code[0] | 252275004 |
| DiagnosticReport.code[0].coding[0].display[0] | Hematology test |
| DiagnosticReport.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| DiagnosticReport.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
| DiagnosticReport.performer[0].display[0] | LEEDS TEACHING HOSPITALS NHS TRUST |
Tree View
| DiagnosticReport |
| id : Extension-UKCore-CompositionReference-Example |
| text |
| status : additional |
| extension |
| url : http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition |
| value |
| reference : Composition/UKCore-Composition-Discharge-Example |
| identifier |
| system : https://tools.ietf.org/html/rfc4122 |
| value : ce1913bf-ead4-4d04-904f-714cbc1636ef |
| status : final |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 252275004 |
| display : Hematology test |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| performer |
| reference : Organization/UKCore-Organization-LeedsTeachingHospital-Example |
| display : LEEDS TEACHING HOSPITALS NHS TRUST |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition">
</valueReference>
</extension>
<!-- **************extension end************** -->
</identifier>
</coding>
</code>
</subject>
</performer>
</DiagnosticReport>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
}
],
{
}
],
]
},
},
{
}
]
}
Feedback
Click here to:Extension-UKCore-ConditionEpisode-Example
An example to illustrate the extension which is used to indicate the episodicity status of a condition
Table View
| Condition.id[0] | Extension-UKCore-ConditionEpisode-Example |
| Condition.text[0].status[0] | additional |
| Condition.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which is used to indicate the episodicity status of a condition</div> |
| Condition.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ConditionEpisode |
| Condition.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity |
| Condition.extension[0].value[0].coding[0].code[0] | new |
| Condition.extension[0].value[0].coding[0].display[0] | New |
| Condition.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| Condition |
| id : Extension-UKCore-ConditionEpisode-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ConditionEpisode |
| value : new |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity |
| code : new |
| display : New |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</coding>
</valueCodeableConcept>
</extension>
</subject>
</Condition>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
],
}
}
Feedback
Click here to:Extension-UKCore-ContactPreference-Example
An example to illustrate the extension for a patient's contact preferences
Table View
| Patient.id[0] | Extension-UKCore-ContactPreference-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for a patient's contact preferences</div> |
| Patient.extension[0].extension[0].url[0] | PreferredContactMethod |
| Patient.extension[0].extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod |
| Patient.extension[0].extension[0].value[0].coding[0].code[0] | 3 |
| Patient.extension[0].extension[0].value[0].coding[0].display[0] | Telephone |
| Patient.extension[0].extension[1].url[0] | PreferredContactTimes |
| Patient.extension[0].extension[1].value[0].repeat[0].frequency[0] | 1 |
| Patient.extension[0].extension[1].value[0].repeat[0].period[0] | 1 |
| Patient.extension[0].extension[1].value[0].repeat[0].periodUnit[0] | d |
| Patient.extension[0].extension[1].value[0].repeat[0].dayOfWeek[0] | mon |
| Patient.extension[0].extension[1].value[0].repeat[0].dayOfWeek[1] | wed |
| Patient.extension[0].extension[1].value[0].repeat[0].dayOfWeek[2] | fri |
| Patient.extension[0].extension[1].value[0].repeat[0].when[0] | MORN |
| Patient.extension[0].extension[2].url[0] | PreferredWrittenCommunicationFormat |
| Patient.extension[0].extension[2].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat |
| Patient.extension[0].extension[2].value[0].coding[0].code[0] | 11 |
| Patient.extension[0].extension[2].value[0].coding[0].display[0] | Large print |
| Patient.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference |
Tree View
| Patient |
| id : Extension-UKCore-ContactPreference-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference |
| extension |
| url : PreferredContactMethod |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod |
| code : 3 |
| display : Telephone |
| extension |
| url : PreferredContactTimes |
| value |
| repeat |
| frequency : 1 |
| period : 1 |
| periodUnit : d |
| dayOfWeek : mon |
| dayOfWeek : wed |
| dayOfWeek : fri |
| when : MORN |
| extension |
| url : PreferredWrittenCommunicationFormat |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat |
| code : 11 |
| display : Large print |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
</repeat>
</valueTiming>
</extension>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<!-- **************extension end************** -->
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
{
}
]
}
},
{
"mon",
"wed",
"fri"
],
"MORN"
]
}
}
},
{
{
}
]
}
}
]
}
]
}
Feedback
Click here to:Extension-UKCore-ContactRank-Example
An example to illustrate the extension for the patient's contact ranking
Table View
| Patient.id[0] | Extension-UKCore-ContactRank-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for the patient's contact ranking</div> |
| Patient.contact[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank |
| Patient.contact[0].extension[0].value[0] | 1 |
| Patient.contact[0].name[0].use[0] | official |
| Patient.contact[0].name[0].family[0] | CARTER |
| Patient.contact[0].name[0].given[0] | Emily |
| Patient.contact[0].telecom[0].system[0] | phone |
| Patient.contact[0].telecom[0].value[0] | 01131231288 |
| Patient.contact[0].gender[0] | female |
Tree View
| Patient |
| id : Extension-UKCore-ContactRank-Example |
| text |
| status : additional |
| contact |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank |
| value : 1 |
| name |
| use : official |
| family : CARTER |
| given : Emily |
| telecom |
| system : phone |
| value : 01131231288 |
| gender : female |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</extension>
<!-- **************extension end************** -->
</name>
</telecom>
</contact>
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
],
},
],
}
]
}
Feedback
Click here to:Table View
Command 'table' could not render: File not found for 'subject=Extension-UKCore-ContainerBackports-Example'
Tree View
Command 'tree' could not render: File not found for 'subject=Extension-UKCore-ContainerBackports-Example'
XML View
Command 'xml' could not render: File not found for 'subject=Extension-UKCore-ContainerBackports-Example'
JSON View
Command 'json' could not render: File not found for 'subject=Extension-UKCore-ContainerBackports-Example'
Feedback
Click here to:Extension-UKCore-CopyCorrespondenceIndicator-Example
An example to illustrate the extension for copy correspondence indicators
Table View
| Patient.id[0] | Extension-UKCore-CopyCorrespondenceIndicator-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for copy correspondence indicators</div> |
| Patient.contact[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator |
| Patient.contact[0].extension[0].value[0] | True |
| Patient.contact[0].name[0].use[0] | official |
| Patient.contact[0].name[0].family[0] | CARTER |
| Patient.contact[0].name[0].given[0] | Emily |
| Patient.contact[0].telecom[0].system[0] | phone |
| Patient.contact[0].telecom[0].value[0] | 01131231288 |
| Patient.contact[0].gender[0] | female |
Tree View
| Patient |
| id : Extension-UKCore-CopyCorrespondenceIndicator-Example |
| text |
| status : additional |
| contact |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator |
| value : True |
| name |
| use : official |
| family : CARTER |
| given : Emily |
| telecom |
| system : phone |
| value : 01131231288 |
| gender : female |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator">
</extension>
<!-- **************extension end************** -->
</name>
</telecom>
</contact>
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
],
},
],
}
]
}
Feedback
Click here to:Extension-UKCore-Coverage-Example
An example to illustrate sending an NHS or Private funding category with a service request
Table View
| ServiceRequest.id[0] | Extension-UKCore-Coverage-Example |
| ServiceRequest.text[0].status[0] | additional |
| ServiceRequest.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending an NHS or Private funding category with a service request</div> |
| ServiceRequest.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage |
| ServiceRequest.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory |
| ServiceRequest.extension[0].value[0].coding[0].code[0] | private |
| ServiceRequest.extension[0].value[0].coding[0].display[0] | Private |
| ServiceRequest.status[0] | active |
| ServiceRequest.intent[0] | order |
| ServiceRequest.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| ServiceRequest |
| id : Extension-UKCore-Coverage-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory |
| code : private |
| display : Private |
| status : active |
| intent : order |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end ****************** -->
</subject>
</ServiceRequest>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
],
}
}
Feedback
Click here to:Extension-UKCore-CuffSize-Example
An example to illustrate recording a blood pressure device with a large cuff
Table View
| Device.id[0] | Extension-UKCore-CuffSize-Example |
| Device.text[0].status[0] | additional |
| Device.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate recording a blood pressure device with a large cuff</div> |
| Device.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CuffSize |
| Device.extension[0].value[0].coding[0].system[0] | http://snomed.info/sct |
| Device.extension[0].value[0].coding[0].code[0] | 990191000000101 |
| Device.extension[0].value[0].coding[0].display[0] | Large adult size blood pressure cuff |
| Device.status[0] | active |
| Device.type[0].coding[0].system[0] | http://snomed.info/sct |
| Device.type[0].coding[0].code[0] | 39690000 |
| Device.type[0].coding[0].display[0] | Sphygmomanometer |
Tree View
| Device |
| id : Extension-UKCore-CuffSize-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CuffSize |
| value |
| coding |
| system : http://snomed.info/sct |
| code : 990191000000101 |
| display : Large adult size blood pressure cuff |
| status : active |
| type |
| coding |
| system : http://snomed.info/sct |
| code : 39690000 |
| display : Sphygmomanometer |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</coding>
</type>
</Device>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
],
]
}
}
Feedback
Click here to:Extension-UKCore-DeathNotificationStatus-Example
An example to illustrate the extension to indicate the death notification status of the patient
Table View
| Patient.id[0] | Extension-UKCore-DeathNotificationStatus-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension to indicate the death notification status of the patient</div> |
| Patient.extension[0].extension[0].url[0] | deathNotificationStatus |
| Patient.extension[0].extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus |
| Patient.extension[0].extension[0].value[0].coding[0].code[0] | U |
| Patient.extension[0].extension[0].value[0].coding[0].display[0] | Removed |
| Patient.extension[0].extension[1].url[0] | systemEffectiveDate |
| Patient.extension[0].extension[1].value[0] | 2019-08-01T00:00:00.000Z |
| Patient.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus |
Tree View
| Patient |
| id : Extension-UKCore-DeathNotificationStatus-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus |
| extension |
| url : deathNotificationStatus |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus |
| code : U |
| display : Removed |
| extension |
| url : systemEffectiveDate |
| value : 2019-08-01T00:00:00.000Z |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus">
</coding>
</valueCodeableConcept>
</extension>
</extension>
</extension>
<!-- **************extension end************** -->
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
{
}
]
}
},
{
}
]
}
]
}
Feedback
Click here to:Extension-UKCore-DeliveryChannel-Example
An example to illustrate the delivery channel associated with an appointment
Table View
| Appointment.id[0] | Extension-UKCore-DeliveryChannel-Example |
| Appointment.text[0].status[0] | additional |
| Appointment.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the delivery channel associated with an appointment</div> |
| Appointment.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel |
| Appointment.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel |
| Appointment.extension[0].value[0].coding[0].code[0] | In-person |
| Appointment.extension[0].value[0].coding[0].display[0] | In person |
| Appointment.status[0] | booked |
| Appointment.start[0] | 2022-03-11T10:46:00+00:00 |
| Appointment.end[0] | 2022-03-11T13:20:00+00:00 |
| Appointment.participant[0].actor[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| Appointment.participant[0].actor[0].display[0] | Richard Smith |
| Appointment.participant[0].required[0] | required |
| Appointment.participant[0].status[0] | accepted |
| Appointment.participant[1].type[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-ParticipationType |
| Appointment.participant[1].type[0].coding[0].code[0] | ATND |
| Appointment.participant[1].actor[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| Appointment.participant[1].actor[0].display[0] | Dr Sandra Gose |
| Appointment.participant[1].required[0] | required |
| Appointment.participant[1].status[0] | accepted |
| Appointment.participant[2].actor[0].reference[0] | Location/UKCore-Location-HospitalSJUH-Example |
| Appointment.participant[2].actor[0].display[0] | Orthopaedic Trauma Department, St James' University Hospital, Leeds |
| Appointment.participant[2].required[0] | required |
| Appointment.participant[2].status[0] | accepted |
Tree View
| Appointment |
| id : Extension-UKCore-DeliveryChannel-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel |
| code : In-person |
| display : In person |
| status : booked |
| start : 2022-03-11T10:46:00+00:00 |
| end : 2022-03-11T13:20:00+00:00 |
| participant |
| actor |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| display : Richard Smith |
| required : required |
| status : accepted |
| participant |
| type |
| coding |
| system : http://terminology.hl7.org/CodeSystem/v3-ParticipationType |
| code : ATND |
| actor |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| display : Dr Sandra Gose |
| required : required |
| status : accepted |
| participant |
| actor |
| reference : Location/UKCore-Location-HospitalSJUH-Example |
| display : Orthopaedic Trauma Department, St James' University Hospital, Leeds |
| required : required |
| status : accepted |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end ****************** -->
</actor>
</participant>
</coding>
</type>
</actor>
</participant>
</actor>
</participant>
</Appointment>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
],
{
},
},
{
{
]
}
],
},
},
{
},
}
]
}
Feedback
Click here to:Extension-UKCore-DeviceReference-Example
An example to illustrate a device performing a diagnostic report
Table View
| DiagnosticReport.id[0] | Extension-UKCore-DeviceReference-Example |
| DiagnosticReport.text[0].status[0] | additional |
| DiagnosticReport.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a device performing a diagnostic report</div> |
| DiagnosticReport.status[0] | final |
| DiagnosticReport.code[0].coding[0].system[0] | http://snomed.info/sct |
| DiagnosticReport.code[0].coding[0].code[0] | 721981007 |
| DiagnosticReport.code[0].coding[0].display[0] | Diagnostic studies report |
| DiagnosticReport.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| DiagnosticReport.performer[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference |
| DiagnosticReport.performer[0].extension[0].value[0].reference[0] | Device/UKCore-Device-SoftwareAsAMedicalDevice-Example |
| DiagnosticReport.performer[0].display[0] | Software as a medical device |
| DiagnosticReport.resultsInterpreter[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference |
| DiagnosticReport.resultsInterpreter[0].extension[0].value[0].reference[0] | Device/UKCore-Device-SoftwareAsAMedicalDevice-Example |
| DiagnosticReport.resultsInterpreter[0].display[0] | Software as a medical device |
| DiagnosticReport.specimen[0].reference[0] | Specimen/UKCore-Specimen-BloodSpecimen-Example |
| DiagnosticReport.result[0].reference[0] | Observation/UKCore-Observation-WhiteCellCount-Example |
Tree View
| DiagnosticReport |
| id : Extension-UKCore-DeviceReference-Example |
| text |
| status : additional |
| status : final |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 721981007 |
| display : Diagnostic studies report |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| performer |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference |
| value |
| reference : Device/UKCore-Device-SoftwareAsAMedicalDevice-Example |
| display : Software as a medical device |
| resultsInterpreter |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference |
| value |
| reference : Device/UKCore-Device-SoftwareAsAMedicalDevice-Example |
| display : Software as a medical device |
| specimen |
| reference : Specimen/UKCore-Specimen-BloodSpecimen-Example |
| result |
| reference : Observation/UKCore-Observation-WhiteCellCount-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</coding>
</code>
</subject>
<!-- ***************extension start*************** -->
</valueReference>
</extension>
<!-- ***************extension end*************** -->
</performer>
<!-- ***************extension start*************** -->
</valueReference>
</extension>
<!-- ***************extension end*************** -->
</resultsInterpreter>
</specimen>
</result>
</DiagnosticReport>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
]
},
},
{
{
}
}
],
}
],
{
{
}
}
],
}
],
],
]
}
Feedback
Click here to:Extension-UKCore-DiagnosticReportMediaLinkR5-Example
An example to illustrate the backport extension to allow referencing a DocumentReference instance within DiagnosticReport.media.link
Table View
| DiagnosticReport.id[0] | Extension-UKCore-DiagnosticReportMediaLinkR5-Example |
| DiagnosticReport.text[0].status[0] | additional |
| DiagnosticReport.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the backport extension to allow referencing a DocumentReference instance within DiagnosticReport.media.link</div> |
| DiagnosticReport.status[0] | preliminary |
| DiagnosticReport.code[0].coding[0].system[0] | http://snomed.info/sct |
| DiagnosticReport.code[0].coding[0].code[0] | 1129261000000102 |
| DiagnosticReport.code[0].coding[0].display[0] | Cardiac electrophysiology report |
| DiagnosticReport.media[0].extension[0].url[0] | http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link |
| DiagnosticReport.media[0].extension[0].value[0].reference[0] | DocumentReference/UKCore-DocumentReference-ECG-Example |
| DiagnosticReport.media[0].link[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/data-absent-reason |
| DiagnosticReport.media[0].link[0].extension[0].value[0] | unsupported |
| DiagnosticReport.media[0].link[0].display[0] | unsupported |
Tree View
| DiagnosticReport |
| id : Extension-UKCore-DiagnosticReportMediaLinkR5-Example |
| text |
| status : additional |
| status : preliminary |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 1129261000000102 |
| display : Cardiac electrophysiology report |
| media |
| extension |
| url : http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link |
| value |
| reference : DocumentReference/UKCore-DocumentReference-ECG-Example |
| link |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/data-absent-reason |
| value : unsupported |
| display : unsupported |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</coding>
</code>
</valueReference>
</extension>
</extension>
</link>
</media>
</DiagnosticReport>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
]
},
{
{
}
}
],
],
}
}
]
}
Feedback
Click here to:Extension-UKCore-DischargeMethod-Example
An example to illustrate the extension for an encounter to support the method of discharge from a hospital
Table View
| Encounter.id[0] | Extension-UKCore-DischargeMethod-Example |
| Encounter.text[0].status[0] | additional |
| Encounter.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for an encounter to support the method of discharge from a hospital</div> |
| Encounter.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod |
| Encounter.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland |
| Encounter.extension[0].value[0].coding[0].code[0] | 1 |
| Encounter.extension[0].value[0].coding[0].display[0] | Patient discharged on clinical advice or with clinical consent |
| Encounter.status[0] | finished |
| Encounter.class[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-ActCode |
| Encounter.class[0].code[0] | IMP |
| Encounter.class[0].display[0] | inpatient encounter |
Tree View
| Encounter |
| id : Extension-UKCore-DischargeMethod-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland |
| code : 1 |
| display : Patient discharged on clinical advice or with clinical consent |
| status : finished |
| class |
| system : http://terminology.hl7.org/CodeSystem/v3-ActCode |
| code : IMP |
| display : inpatient encounter |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</class>
</Encounter>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
],
}
}
Feedback
Click here to:Extension-UKCore-EffectivePeriod-Example
An example to illustrate the recording of effective start and end dates for any resource
Table View
| RelatedPerson.id[0] | Extension-UKCore-EffectivePeriod-Example |
| RelatedPerson.text[0].status[0] | additional |
| RelatedPerson.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the recording of effective start and end dates for any resource</div> |
| RelatedPerson.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EffectivePeriod |
| RelatedPerson.extension[0].value[0].start[0] | 2007-03-04T00:00:00.000Z |
| RelatedPerson.patient[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| RelatedPerson |
| id : Extension-UKCore-EffectivePeriod-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EffectivePeriod |
| value |
| start : 2007-03-04T00:00:00.000Z |
| patient |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</extension>
<!-- **************extension end************** -->
</patient>
</RelatedPerson>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
}
],
}
}
Feedback
Click here to:Extension-UKCore-EmergencyCareDischargeStatus-Example
An example to illustrate the extension which is used to indicate the status of an individual on discharge from an Emergency Care Department
Table View
| Encounter.id[0] | Extension-UKCore-EmergencyCareDischargeStatus-Example |
| Encounter.text[0].status[0] | additional |
| Encounter.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which is used to indicate the status of an individual on discharge from an Emergency Care Department</div> |
| Encounter.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EmergencyCareDischargeStatus |
| Encounter.extension[0].value[0].coding[0].system[0] | http://snomed.info/sct |
| Encounter.extension[0].value[0].coding[0].code[0] | 182992009 |
| Encounter.extension[0].value[0].coding[0].display[0] | Treatment completed |
| Encounter.status[0] | finished |
| Encounter.class[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-ActCode |
| Encounter.class[0].code[0] | IMP |
| Encounter.class[0].display[0] | inpatient encounter |
Tree View
| Encounter |
| id : Extension-UKCore-EmergencyCareDischargeStatus-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EmergencyCareDischargeStatus |
| value |
| coding |
| system : http://snomed.info/sct |
| code : 182992009 |
| display : Treatment completed |
| status : finished |
| class |
| system : http://terminology.hl7.org/CodeSystem/v3-ActCode |
| code : IMP |
| display : inpatient encounter |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EmergencyCareDischargeStatus">
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</class>
</Encounter>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
]
}
}
],
}
}
Feedback
Click here to:Extension-UKCore-EthnicCategory-Example
An example to illustrate the extension which shows the ethnic category for a patient
Table View
| Patient.id[0] | Extension-UKCore-EthnicCategory-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which shows the ethnic category for a patient</div> |
| Patient.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory |
| Patient.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland |
| Patient.extension[0].value[0].coding[0].code[0] | A |
| Patient.extension[0].value[0].coding[0].display[0] | White - British |
Tree View
| Patient |
| id : Extension-UKCore-EthnicCategory-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland |
| code : A |
| display : White - British |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- *************extension end ***************** -->
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
]
}
Feedback
Click here to:Extension-UKCore-Evidence-Example
An example to illustrate a reference to results of investigations that confirmed the certainty of the diagnosis for an allergy or intolerance
Table View
| AllergyIntolerance.id[0] | Extension-UKCore-Evidence-Example |
| AllergyIntolerance.text[0].status[0] | additional |
| AllergyIntolerance.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a reference to results of investigations that confirmed the certainty of the diagnosis for an allergy or intolerance</div> |
| AllergyIntolerance.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Evidence |
| AllergyIntolerance.extension[0].value[0].reference[0] | DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example |
| AllergyIntolerance.extension[0].value[0].type[0] | DiagnosticReport |
| AllergyIntolerance.clinicalStatus[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical |
| AllergyIntolerance.clinicalStatus[0].coding[0].code[0] | active |
| AllergyIntolerance.clinicalStatus[0].coding[0].display[0] | Active |
| AllergyIntolerance.verificationStatus[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/allergyintolerance-verification |
| AllergyIntolerance.verificationStatus[0].coding[0].code[0] | confirmed |
| AllergyIntolerance.verificationStatus[0].coding[0].display[0] | Confirmed |
| AllergyIntolerance.code[0].coding[0].system[0] | http://snomed.info/sct |
| AllergyIntolerance.code[0].coding[0].code[0] | 372687004 |
| AllergyIntolerance.code[0].coding[0].display[0] | Amoxicillin |
| AllergyIntolerance.patient[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| AllergyIntolerance.encounter[0].reference[0] | Encounter/UKCore-Encounter-InpatientEncounter-Example |
| AllergyIntolerance.recordedDate[0] | 2019-12-10T13:00:00+00:00 |
| AllergyIntolerance.recorder[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| AllergyIntolerance.asserter[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| AllergyIntolerance.reaction[0].manifestation[0].coding[0].system[0] | http://snomed.info/sct |
| AllergyIntolerance.reaction[0].manifestation[0].coding[0].code[0] | 247472004 |
| AllergyIntolerance.reaction[0].manifestation[0].coding[0].display[0] | Urticarial rash |
| AllergyIntolerance.reaction[0].severity[0] | mild |
Tree View
| AllergyIntolerance |
| id : Extension-UKCore-Evidence-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Evidence |
| value |
| reference : DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example |
| type : DiagnosticReport |
| clinicalStatus |
| coding |
| system : http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical |
| code : active |
| display : Active |
| verificationStatus |
| coding |
| system : http://terminology.hl7.org/CodeSystem/allergyintolerance-verification |
| code : confirmed |
| display : Confirmed |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 372687004 |
| display : Amoxicillin |
| patient |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| encounter |
| reference : Encounter/UKCore-Encounter-InpatientEncounter-Example |
| recordedDate : 2019-12-10T13:00:00+00:00 |
| recorder |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| asserter |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| reaction |
| manifestation |
| coding |
| system : http://snomed.info/sct |
| code : 247472004 |
| display : Urticarial rash |
| severity : mild |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
</valueReference>
</extension>
<!-- ***************extension end*************** -->
</coding>
</clinicalStatus>
</coding>
</verificationStatus>
</coding>
</code>
</patient>
</encounter>
</recorder>
</asserter>
</coding>
</manifestation>
</reaction>
</AllergyIntolerance>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
}
],
{
}
]
},
{
}
]
},
},
},
},
},
},
{
{
]
}
],
}
]
}
Feedback
Click here to:Extension-UKCore-InterpreterRequired-Example
An example to illustrate the core-defined extension which is used to indicate that a person requires an interpreter
Table View
| Patient.id[0] | Extension-UKCore-InterpreterRequired-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the core-defined extension which is used to indicate that a person requires an interpreter</div> |
| Patient.extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired |
| Patient.extension[0].value[0] | True |
Tree View
| Patient |
| id : Extension-UKCore-InterpreterRequired-Example |
| text |
| status : additional |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired |
| value : True |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</extension>
<!-- **************extension end************** -->
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
]
}
Feedback
Click here to:Extension-UKCore-MedicationStatementLastIssueDate-Example
An example to illustrate the date the medication were last issued
Table View
| MedicationStatement.id[0] | Extension-UKCore-MedicationStatementLastIssueDate-Example |
| MedicationStatement.text[0].status[0] | additional |
| MedicationStatement.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the date the medication were last issued</div> |
| MedicationStatement.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate |
| MedicationStatement.extension[0].value[0] | 2017-02-24 |
| MedicationStatement.status[0] | active |
| MedicationStatement.medication[0].coding[0].system[0] | https://dmd.nhs.uk |
| MedicationStatement.medication[0].coding[0].code[0] | 39732311000001104 |
| MedicationStatement.medication[0].coding[0].display[0] | Amoxicillin 250mg capsules |
| MedicationStatement.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| MedicationStatement |
| id : Extension-UKCore-MedicationStatementLastIssueDate-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate |
| value : 2017-02-24 |
| status : active |
| medication |
| coding |
| system : https://dmd.nhs.uk |
| code : 39732311000001104 |
| display : Amoxicillin 250mg capsules |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate">
</extension>
<!-- **************extension end************** -->
</coding>
</medicationCodeableConcept>
</subject>
</MedicationStatement>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate",
}
],
{
}
]
},
}
}
Feedback
Click here to:Extension-UKCore-LegalStatus-Example
An example to illustrate the extension which is used to indicate a patient's legal status on admission or discharge
Table View
| Encounter.id[0] | Extension-UKCore-LegalStatus-Example |
| Encounter.text[0].status[0] | additional |
| Encounter.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which is used to indicate a patient's legal status on admission or discharge</div> |
| Encounter.extension[0].extension[0].url[0] | legalStatusContext |
| Encounter.extension[0].extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext |
| Encounter.extension[0].extension[0].value[0].coding[0].code[0] | admission |
| Encounter.extension[0].extension[0].value[0].coding[0].display[0] | Admission |
| Encounter.extension[0].extension[1].url[0] | legalStatusClassification |
| Encounter.extension[0].extension[1].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales |
| Encounter.extension[0].extension[1].value[0].coding[0].code[0] | 02 |
| Encounter.extension[0].extension[1].value[0].coding[0].display[0] | Formally detained under Mental Health Act Section 2 (Admission for assessment) |
| Encounter.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-LegalStatus |
| Encounter.status[0] | finished |
| Encounter.class[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-ActCode |
| Encounter.class[0].code[0] | IMP |
| Encounter.class[0].display[0] | inpatient encounter |
Tree View
| Encounter |
| id : Extension-UKCore-LegalStatus-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-LegalStatus |
| extension |
| url : legalStatusContext |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext |
| code : admission |
| display : Admission |
| extension |
| url : legalStatusClassification |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales |
| code : 02 |
| display : Formally detained under Mental Health Act Section 2 (Admission for assessment) |
| status : finished |
| class |
| system : http://terminology.hl7.org/CodeSystem/v3-ActCode |
| code : IMP |
| display : inpatient encounter |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
</coding>
</valueCodeableConcept>
</extension>
</extension>
<!-- **************extension end************** -->
</class>
</Encounter>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
{
}
]
}
},
{
{
}
]
}
}
]
}
],
}
}
Feedback
Click here to:Extension-UKCore-ListWarningCode-Example
An example to illustrate a warning being provided in a list resource
Table View
| List.id[0] | Extension-UKCore-ListWarningCode-Example |
| List.text[0].status[0] | additional |
| List.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a warning being provided in a list resource</div> |
| List.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ListWarningCode |
| List.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode |
| List.extension[0].value[0].coding[0].code[0] | data-in-transit |
| List.extension[0].value[0].coding[0].display[0] | Data in Transit |
| List.status[0] | current |
| List.mode[0] | working |
| List.code[0].coding[0].system[0] | http://snomed.info/sct |
| List.code[0].coding[0].code[0] | 826501000000100 |
| List.code[0].coding[0].display[0] | Miscellaneous record |
| List.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| List.date[0] | 2021-12-10T13:00:00+00:00 |
Tree View
| List |
| id : Extension-UKCore-ListWarningCode-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ListWarningCode |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode |
| code : data-in-transit |
| display : Data in Transit |
| status : current |
| mode : working |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 826501000000100 |
| display : Miscellaneous record |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| date : 2021-12-10T13:00:00+00:00 |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</coding>
</code>
</subject>
</List>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
],
{
}
]
},
},
}
Feedback
Click here to:Extension-UKCore-MainLocation-Example
An example to illustrate the extension which shows an organisation's main location
Table View
| Organization.id[0] | Extension-UKCore-MainLocation-Example |
| Organization.text[0].status[0] | additional |
| Organization.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which shows an organisation's main location</div> |
| Organization.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MainLocation |
| Organization.extension[0].value[0].reference[0] | Location/UKCore-Location-HospitalSJUH-Example |
| Organization.extension[0].value[0].type[0] | Location |
| Organization.extension[0].value[0].identifier[0].use[0] | official |
| Organization.extension[0].value[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-site-code |
| Organization.extension[0].value[0].identifier[0].value[0] | RR813 |
| Organization.identifier[0].use[0] | official |
| Organization.identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
| Organization.identifier[0].value[0] | RR8 |
| Organization.name[0] | LEEDS TEACHING HOSPITALS NHS TRUST |
Tree View
| Organization |
| id : Extension-UKCore-MainLocation-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MainLocation |
| value |
| reference : Location/UKCore-Location-HospitalSJUH-Example |
| type : Location |
| identifier |
| use : official |
| system : https://fhir.nhs.uk/Id/ods-site-code |
| value : RR813 |
| identifier |
| use : official |
| system : https://fhir.nhs.uk/Id/ods-organization-code |
| value : RR8 |
| name : LEEDS TEACHING HOSPITALS NHS TRUST |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</identifier>
</valueReference>
</extension>
<!-- *************extension end ***************** -->
</identifier>
</Organization>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
}
}
],
],
}
Feedback
Click here to:Extension-UKCore-MedicalApplianceSupplier-Example
An example to illustrate the extension to record the patients nominated medical appliance supplier
Table View
| Patient.id[0] | Extension-UKCore-MedicalApplianceSupplier-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension to record the patients nominated medical appliance supplier</div> |
| Patient.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicalApplianceSupplier |
| Patient.extension[0].value[0].reference[0] | Organization/UKCore-Organization-WhiteRoseMedicalSupply-Example |
Tree View
| Patient |
| id : Extension-UKCore-MedicalApplianceSupplier-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicalApplianceSupplier |
| value |
| reference : Organization/UKCore-Organization-WhiteRoseMedicalSupply-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicalApplianceSupplier">
</valueReference>
</extension>
<!-- **************extension end**************** -->
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
}
]
}
Feedback
Click here to:Table View
Command 'table' could not render: File not found for 'subject=Extension-UKCore-MedicationChangeSummary-Example'
Tree View
Command 'tree' could not render: File not found for 'subject=Extension-UKCore-MedicationChangeSummary-Example'
XML View
Command 'xml' could not render: File not found for 'subject=Extension-UKCore-MedicationChangeSummary-Example'
JSON View
Command 'json' could not render: File not found for 'subject=Extension-UKCore-MedicationChangeSummary-Example'
Feedback
Click here to:Extension-UKCore-MedicationPrescribingOrganizationType-Example
An example to illustrate the type of organisation or setting responsible for authorising and issuing a medication, but not the organisation or setting delivering the patient care
Table View
| MedicationStatement.id[0] | Extension-UKCore-MedicationPrescribingOrganizationType-Example |
| MedicationStatement.text[0].status[0] | additional |
| MedicationStatement.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the type of organisation or setting responsible for authorising and issuing a medication, but not the organisation or setting delivering the patient care</div> |
| MedicationStatement.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType |
| MedicationStatement.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType |
| MedicationStatement.extension[0].value[0].coding[0].code[0] | prescribed-at-gp-practice |
| MedicationStatement.extension[0].value[0].coding[0].display[0] | Prescribed at GP practice |
| MedicationStatement.status[0] | active |
| MedicationStatement.medication[0].coding[0].system[0] | https://dmd.nhs.uk |
| MedicationStatement.medication[0].coding[0].code[0] | 39732311000001104 |
| MedicationStatement.medication[0].coding[0].display[0] | Amoxicillin 250mg capsules |
| MedicationStatement.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| MedicationStatement |
| id : Extension-UKCore-MedicationPrescribingOrganizationType-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType |
| code : prescribed-at-gp-practice |
| display : Prescribed at GP practice |
| status : active |
| medication |
| coding |
| system : https://dmd.nhs.uk |
| code : 39732311000001104 |
| display : Amoxicillin 250mg capsules |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType">
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</coding>
</medicationCodeableConcept>
</subject>
</MedicationStatement>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType",
{
}
]
}
}
],
{
}
]
},
}
}
Feedback
Click here to:Extension-UKCore-MedicationStatementLastIssueDate-Example
An example to illustrate the date the medication were last issued
Table View
| MedicationStatement.id[0] | Extension-UKCore-MedicationStatementLastIssueDate-Example |
| MedicationStatement.text[0].status[0] | additional |
| MedicationStatement.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the date the medication were last issued</div> |
| MedicationStatement.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate |
| MedicationStatement.extension[0].value[0] | 2017-02-24 |
| MedicationStatement.status[0] | active |
| MedicationStatement.medication[0].coding[0].system[0] | https://dmd.nhs.uk |
| MedicationStatement.medication[0].coding[0].code[0] | 39732311000001104 |
| MedicationStatement.medication[0].coding[0].display[0] | Amoxicillin 250mg capsules |
| MedicationStatement.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| MedicationStatement |
| id : Extension-UKCore-MedicationStatementLastIssueDate-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate |
| value : 2017-02-24 |
| status : active |
| medication |
| coding |
| system : https://dmd.nhs.uk |
| code : 39732311000001104 |
| display : Amoxicillin 250mg capsules |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate">
</extension>
<!-- **************extension end************** -->
</coding>
</medicationCodeableConcept>
</subject>
</MedicationStatement>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate",
}
],
{
}
]
},
}
}
Feedback
Click here to:Extension-UKCore-MedicationTradeFamily-Example
An example to illustrate the use of a trade family or brand
Table View
| Medication.id[0] | Extension-UKCore-MedicationTradeFamily-Example |
| Medication.text[0].status[0] | additional |
| Medication.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of a trade family or brand</div> |
| Medication.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationTradeFamily |
| Medication.extension[0].value[0].coding[0].system[0] | http://snomed.info/sct |
| Medication.extension[0].value[0].coding[0].code[0] | 9298001000001101 |
| Medication.extension[0].value[0].coding[0].display[0] | Panadol Extra |
| Medication.code[0].coding[0].system[0] | https://dmd.nhs.uk |
| Medication.code[0].coding[0].code[0] | 18677911000001109 |
| Medication.code[0].coding[0].display[0] | Panadol Extra Advance 500mg/65mg tablets (Haleon UK Trading Ltd) |
Tree View
| Medication |
| id : Extension-UKCore-MedicationTradeFamily-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationTradeFamily |
| value |
| coding |
| system : http://snomed.info/sct |
| code : 9298001000001101 |
| display : Panadol Extra |
| code |
| coding |
| system : https://dmd.nhs.uk |
| code : 18677911000001109 |
| display : Panadol Extra Advance 500mg/65mg tablets (Haleon UK Trading Ltd) |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationTradeFamily">
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</coding>
</code>
</Medication>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
]
}
}
],
{
}
]
}
}
Feedback
Click here to:Extension-UKCore-NHSNumberVerificationStatus-Example
An example to illustrate the extension which states the patient's NHS number verification status
Table View
| Patient.id[0] | Extension-UKCore-NHSNumberVerificationStatus-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which states the patient's NHS number verification status</div> |
| Patient.identifier[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus |
| Patient.identifier[0].extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
| Patient.identifier[0].extension[0].value[0].coding[0].code[0] | 01 |
| Patient.identifier[0].extension[0].value[0].coding[0].display[0] | Number present and verified |
Tree View
| Patient |
| id : Extension-UKCore-NHSNumberVerificationStatus-Example |
| text |
| status : additional |
| identifier |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland |
| code : 01 |
| display : Number present and verified |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</identifier>
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
{
}
]
}
}
]
}
]
}
Feedback
Click here to:Extension-UKCore-Note-Example
An example to illustrate sending a note with a diagnostic report
Table View
| DiagnosticReport.id[0] | Extension-UKCore-Note-Example |
| DiagnosticReport.text[0].status[0] | additional |
| DiagnosticReport.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a note with a diagnostic report</div> |
| DiagnosticReport.extension[0].url[0] | http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note |
| DiagnosticReport.extension[0].value[0].author[0].reference[0] | Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
| DiagnosticReport.extension[0].value[0].time[0] | 2023-05-10T10:39:12+00:00 |
| DiagnosticReport.extension[0].value[0].text[0] | Page Dr Watson on receipt of results. |
| DiagnosticReport.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
| DiagnosticReport.identifier[0].value[0] | 957d702f-7e9e-43c2-b783-978f2c164b3c |
| DiagnosticReport.status[0] | final |
| DiagnosticReport.code[0].coding[0].system[0] | http://snomed.info/sct |
| DiagnosticReport.code[0].coding[0].code[0] | 104177005 |
| DiagnosticReport.code[0].coding[0].display[0] | Blood culture for bacteria, including anaerobic screen |
| DiagnosticReport.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| DiagnosticReport.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
| DiagnosticReport.performer[0].display[0] | LEEDS TEACHING HOSPITALS NHS TRUST |
| DiagnosticReport.conclusion[0] | Inconclusive finding of staphylococcus, no evidence of bacteremia. |
Tree View
| DiagnosticReport |
| id : Extension-UKCore-Note-Example |
| text |
| status : additional |
| extension |
| url : http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note |
| value |
| author |
| reference : Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
| time : 2023-05-10T10:39:12+00:00 |
| text : Page Dr Watson on receipt of results. |
| identifier |
| system : https://tools.ietf.org/html/rfc4122 |
| value : 957d702f-7e9e-43c2-b783-978f2c164b3c |
| status : final |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 104177005 |
| display : Blood culture for bacteria, including anaerobic screen |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| performer |
| reference : Organization/UKCore-Organization-LeedsTeachingHospital-Example |
| display : LEEDS TEACHING HOSPITALS NHS TRUST |
| conclusion : Inconclusive finding of staphylococcus, no evidence of bacteremia. |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
</authorReference>
</valueAnnotation>
</extension>
<!-- ***************extension end*************** -->
</identifier>
</coding>
</code>
</subject>
</performer>
</DiagnosticReport>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
},
}
}
],
{
}
],
{
}
]
},
},
{
}
],
}
Feedback
Click here to:Extension-UKCore-Period-Example
An example to illustrate sending a period
Table View
| Organization.id[0] | Extension-UKCore-Period-Example |
| Organization.text[0].status[0] | additional |
| Organization.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a period</div> |
| Organization.extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/organization-period |
| Organization.extension[0].value[0].start[0] | 2017-01-01T00:00:00.000Z |
| Organization.identifier[0].use[0] | official |
| Organization.identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
| Organization.identifier[0].value[0] | RR8 |
| Organization.name[0] | LEEDS TEACHING HOSPITALS NHS TRUST |
Tree View
| Organization |
| id : Extension-UKCore-Period-Example |
| text |
| status : additional |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/organization-period |
| value |
| start : 2017-01-01T00:00:00.000Z |
| identifier |
| use : official |
| system : https://fhir.nhs.uk/Id/ods-organization-code |
| value : RR8 |
| name : LEEDS TEACHING HOSPITALS NHS TRUST |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</extension>
<!-- *************extension end ***************** -->
</identifier>
</Organization>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
}
],
],
}
Feedback
Click here to:Extension-UKCore-OtherContactSystem-Example
An example to illustrate the extension to indicate other contact system(s) for a patient Richard Smith
Table View
| Patient.id[0] | Extension-UKCore-OtherContactSystem-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension to indicate other contact system(s) for a patient Richard Smith</div> |
| Patient.telecom[0].system[0] | other |
| Patient.telecom[0].system[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem |
| Patient.telecom[0].system[0].extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem |
| Patient.telecom[0].system[0].extension[0].value[0].coding[0].code[0] | textphone |
| Patient.telecom[0].system[0].extension[0].value[0].coding[0].display[0] | Minicom (Textphone) |
| Patient.telecom[0].value[0] | +4413513341777 |
| Patient.telecom[0].use[0] | home |
Tree View
| Patient |
| id : Extension-UKCore-OtherContactSystem-Example |
| text |
| status : additional |
| telecom |
| system : other |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem |
| code : textphone |
| display : Minicom (Textphone) |
| value : +4413513341777 |
| use : home |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- *************extension end ***************** -->
</system>
</telecom>
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
{
}
]
}
}
]
},
}
]
}
Feedback
Click here to:Extension-UKCore-OutcomeOfAttendance-Example
An example to illustrate the extension which is used to indicate the outcome of an outpatient attendance
Table View
| Encounter.id[0] | Extension-UKCore-OutcomeOfAttendance-Example |
| Encounter.text[0].status[0] | additional |
| Encounter.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which is used to indicate the outcome of an outpatient attendance</div> |
| Encounter.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OutcomeOfAttendance |
| Encounter.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland |
| Encounter.extension[0].value[0].coding[0].code[0] | 1 |
| Encounter.extension[0].value[0].coding[0].display[0] | Discharged from consultant's care (last attendance) |
| Encounter.status[0] | finished |
| Encounter.class[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-ActCode |
| Encounter.class[0].code[0] | IMP |
| Encounter.class[0].display[0] | inpatient encounter |
Tree View
| Encounter |
| id : Extension-UKCore-OutcomeOfAttendance-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OutcomeOfAttendance |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland |
| code : 1 |
| display : Discharged from consultant's care (last attendance) |
| status : finished |
| class |
| system : http://terminology.hl7.org/CodeSystem/v3-ActCode |
| code : IMP |
| display : inpatient encounter |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</class>
</Encounter>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
],
}
}
Feedback
Click here to:Extension-UKCore-OverseasVisitorChargingCategory-Example
An example to illustrate a patients charging category
Table View
| Patient.id[0] | Extension-UKCore-OverseasVisitorChargingCategory-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a patients charging category</div> |
| Patient.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OverseasVisitorChargingCategory |
| Patient.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-OverseasVisitorChargingCategory |
| Patient.extension[0].value[0].coding[0].code[0] | D |
| Patient.extension[0].value[0].coding[0].display[0] | Chargeable European Economic Area patient |
Tree View
| Patient |
| id : Extension-UKCore-OverseasVisitorChargingCategory-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OverseasVisitorChargingCategory |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-OverseasVisitorChargingCategory |
| code : D |
| display : Chargeable European Economic Area patient |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OverseasVisitorChargingCategory">
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OverseasVisitorChargingCategory",
{
}
]
}
}
]
}
Feedback
Click here to:Extension-UKCore-ParentPresent-Example
An example to illustrate the extension for a vaccination procedure where the parent of the patient is present
Table View
| Immunization.id[0] | Extension-UKCore-ParentPresent-Example |
| Immunization.text[0].status[0] | additional |
| Immunization.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for a vaccination procedure where the parent of the patient is present</div> |
| Immunization.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ParentPresent |
| Immunization.extension[0].value[0] | True |
| Immunization.status[0] | completed |
| Immunization.vaccineCode[0].coding[0].system[0] | https://dmd.nhs.uk |
| Immunization.vaccineCode[0].coding[0].code[0] | 10245211000001108 |
| Immunization.vaccineCode[0].coding[0].display[0] | Pneumococcal polysaccharide conjugated vaccine (adsorbed) suspension for injection 0.5ml pre-filled syringes |
| Immunization.patient[0].reference[0] | Patient/UKCore-Patient-BabyPatient-Example |
| Immunization.occurrence[0] | 2021-07-20 |
Tree View
| Immunization |
| id : Extension-UKCore-ParentPresent-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ParentPresent |
| value : True |
| status : completed |
| vaccineCode |
| coding |
| system : https://dmd.nhs.uk |
| code : 10245211000001108 |
| display : Pneumococcal polysaccharide conjugated vaccine (adsorbed) suspension for injection 0.5ml pre-filled syringes |
| patient |
| reference : Patient/UKCore-Patient-BabyPatient-Example |
| occurrence : 2021-07-20 |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</extension>
<!-- **************extension end************** -->
<display value="Pneumococcal polysaccharide conjugated vaccine (adsorbed) suspension for injection 0.5ml pre-filled syringes" />
</coding>
</vaccineCode>
</patient>
</Immunization>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
],
{
"display": "Pneumococcal polysaccharide conjugated vaccine (adsorbed) suspension for injection 0.5ml pre-filled syringes"
}
]
},
},
}
Feedback
Click here to:Extension-UKCore-Participant-Example
An example to illustrate sending the participant involved in recording the activities relating to this family member history
Table View
| FamilyMemberHistory.id[0] | Extension-UKCore-Participant-Example |
| FamilyMemberHistory.text[0].status[0] | additional |
| FamilyMemberHistory.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending the participant involved in recording the activities relating to this family member history</div> |
| FamilyMemberHistory.extension[0].extension[0].url[0] | function |
| FamilyMemberHistory.extension[0].extension[0].value[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/provenance-participant-type |
| FamilyMemberHistory.extension[0].extension[0].value[0].coding[0].code[0] | enterer |
| FamilyMemberHistory.extension[0].extension[0].value[0].coding[0].display[0] | Enterer |
| FamilyMemberHistory.extension[0].extension[1].url[0] | actor |
| FamilyMemberHistory.extension[0].extension[1].value[0].reference[0] | Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
| FamilyMemberHistory.extension[0].url[0] | http://hl7.org/fhir/5.0/StructureDefinition/extension-FamilyMemberHistory.participant |
| FamilyMemberHistory.status[0] | partial |
| FamilyMemberHistory.patient[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| FamilyMemberHistory.patient[0].display[0] | Richard Smith |
| FamilyMemberHistory.date[0] | 2023-05-10 |
| FamilyMemberHistory.relationship[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
| FamilyMemberHistory.relationship[0].coding[0].code[0] | FTH |
| FamilyMemberHistory.relationship[0].coding[0].display[0] | father |
| FamilyMemberHistory.sex[0].coding[0].system[0] | http://hl7.org/fhir/administrative-gender |
| FamilyMemberHistory.sex[0].coding[0].code[0] | male |
| FamilyMemberHistory.sex[0].coding[0].display[0] | Male |
| FamilyMemberHistory.born[0] | 1949-12-13 |
| FamilyMemberHistory.condition[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| FamilyMemberHistory.condition[0].code[0].coding[0].code[0] | 160308005 |
| FamilyMemberHistory.condition[0].code[0].coding[0].display[0] | Family history: Gout |
| FamilyMemberHistory.condition[0].onset[0].value[0] | 64 |
| FamilyMemberHistory.condition[0].onset[0].unit[0] | year |
| FamilyMemberHistory.condition[0].onset[0].system[0] | http://unitsofmeasure.org |
| FamilyMemberHistory.condition[0].onset[0].code[0] | a |
Tree View
| FamilyMemberHistory |
| id : Extension-UKCore-Participant-Example |
| text |
| status : additional |
| extension |
| url : http://hl7.org/fhir/5.0/StructureDefinition/extension-FamilyMemberHistory.participant |
| extension |
| url : function |
| value |
| coding |
| system : http://terminology.hl7.org/CodeSystem/provenance-participant-type |
| code : enterer |
| display : Enterer |
| extension |
| url : actor |
| value |
| reference : Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
| status : partial |
| patient |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| display : Richard Smith |
| date : 2023-05-10 |
| relationship |
| coding |
| system : http://terminology.hl7.org/CodeSystem/v3-RoleCode |
| code : FTH |
| display : father |
| sex |
| coding |
| system : http://hl7.org/fhir/administrative-gender |
| code : male |
| display : Male |
| born : 1949-12-13 |
| condition |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 160308005 |
| display : Family history: Gout |
| onset |
| value : 64 |
| unit : year |
| system : http://unitsofmeasure.org |
| code : a |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-FamilyMemberHistory.participant">
</coding>
</valueCodeableConcept>
</extension>
</valueReference>
</extension>
</extension>
<!-- ***************extension ebd*************** -->
</patient>
</coding>
</relationship>
</coding>
</sex>
</coding>
</code>
</onsetAge>
</condition>
</FamilyMemberHistory>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
{
}
]
}
},
{
}
}
]
}
],
},
{
}
]
},
]
},
{
]
},
}
}
]
}
Feedback
Click here to:Extension-UKCore-Period-Example
An example to illustrate sending a period
Table View
| Organization.id[0] | Extension-UKCore-Period-Example |
| Organization.text[0].status[0] | additional |
| Organization.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a period</div> |
| Organization.extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/organization-period |
| Organization.extension[0].value[0].start[0] | 2017-01-01T00:00:00.000Z |
| Organization.identifier[0].use[0] | official |
| Organization.identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
| Organization.identifier[0].value[0] | RR8 |
| Organization.name[0] | LEEDS TEACHING HOSPITALS NHS TRUST |
Tree View
| Organization |
| id : Extension-UKCore-Period-Example |
| text |
| status : additional |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/organization-period |
| value |
| start : 2017-01-01T00:00:00.000Z |
| identifier |
| use : official |
| system : https://fhir.nhs.uk/Id/ods-organization-code |
| value : RR8 |
| name : LEEDS TEACHING HOSPITALS NHS TRUST |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</extension>
<!-- *************extension end ***************** -->
</identifier>
</Organization>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
}
],
],
}
Feedback
Click here to:Extension-UKCore-PharmacistVerifiedIndicator-Example
An example to illustrate whether a pharmacist verified a medication
Table View
| MedicationStatement.id[0] | Extension-UKCore-PharmacistVerifiedIndicator-Example |
| MedicationStatement.text[0].status[0] | additional |
| MedicationStatement.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate whether a pharmacist verified a medication</div> |
| MedicationStatement.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PharmacistVerifiedIndicator |
| MedicationStatement.extension[0].value[0] | True |
| MedicationStatement.status[0] | active |
| MedicationStatement.medication[0].coding[0].system[0] | https://dmd.nhs.uk |
| MedicationStatement.medication[0].coding[0].code[0] | 39732311000001104 |
| MedicationStatement.medication[0].coding[0].display[0] | Amoxicillin 250mg capsules |
| MedicationStatement.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| MedicationStatement |
| id : Extension-UKCore-PharmacistVerifiedIndicator-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PharmacistVerifiedIndicator |
| value : True |
| status : active |
| medication |
| coding |
| system : https://dmd.nhs.uk |
| code : 39732311000001104 |
| display : Amoxicillin 250mg capsules |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PharmacistVerifiedIndicator">
</extension>
<!-- **************extension end************** -->
</coding>
</medicationCodeableConcept>
</subject>
</MedicationStatement>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
],
{
}
]
},
}
}
Feedback
Click here to:Extension-UKCore-PreferredDispenserOrganization-Example
An example to illustrate a preferred dispenser
Table View
| Patient.id[0] | Extension-UKCore-PreferredDispenserOrganization-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a preferred dispenser</div> |
| Patient.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PreferredDispenserOrganization |
| Patient.extension[0].value[0].reference[0] | Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example |
Tree View
| Patient |
| id : Extension-UKCore-PreferredDispenserOrganization-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PreferredDispenserOrganization |
| value |
| reference : Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PreferredDispenserOrganization">
</valueReference>
</extension>
<!-- ***************extension end*************** -->
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PreferredDispenserOrganization",
}
}
]
}
Feedback
Click here to:Extension-UKCore-PriorityReason-Example
An example to illustrate sending a priority reason for an urgent ServiceRequest, using a SNOMED CT concept
Table View
| ServiceRequest.id[0] | Extension-UKCore-PriorityReason-Example |
| ServiceRequest.text[0].status[0] | additional |
| ServiceRequest.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a priority reason for an urgent ServiceRequest, using a SNOMED CT concept</div> |
| ServiceRequest.status[0] | active |
| ServiceRequest.intent[0] | order |
| ServiceRequest.priority[0] | urgent |
| ServiceRequest.priority[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason |
| ServiceRequest.priority[0].extension[0].value[0].coding[0].system[0] | http://snomed.info/sct |
| ServiceRequest.priority[0].extension[0].value[0].coding[0].code[0] | 1321851000000109 |
| ServiceRequest.priority[0].extension[0].value[0].coding[0].display[0] | Provision of advice, assessment or treatment delayed due to COVID-19 pandemic |
| ServiceRequest.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| ServiceRequest.requester[0].reference[0] | Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
Tree View
| ServiceRequest |
| id : Extension-UKCore-PriorityReason-Example |
| text |
| status : additional |
| status : active |
| intent : order |
| priority : urgent |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason |
| value |
| coding |
| system : http://snomed.info/sct |
| code : 1321851000000109 |
| display : Provision of advice, assessment or treatment delayed due to COVID-19 pandemic |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| requester |
| reference : Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end ****************** -->
</priority>
</subject>
</requester>
</ServiceRequest>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
]
},
},
}
}
Feedback
Click here to:Extension-UKCore-PriorityReason-SendingAsText-Example
An example to illustrate sending a priority reason for an urgent ServiceRequest, using plain text
Table View
| ServiceRequest.id[0] | Extension-UKCore-PriorityReason-SendingAsText-Example |
| ServiceRequest.text[0].status[0] | additional |
| ServiceRequest.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a priority reason for an urgent ServiceRequest, using plain text</div> |
| ServiceRequest.status[0] | active |
| ServiceRequest.intent[0] | order |
| ServiceRequest.priority[0] | urgent |
| ServiceRequest.priority[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason |
| ServiceRequest.priority[0].extension[0].value[0].text[0] | Original assessment was delayed due to COVID-19 pandemic |
| ServiceRequest.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| ServiceRequest.requester[0].reference[0] | Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
Tree View
| ServiceRequest |
| id : Extension-UKCore-PriorityReason-SendingAsText-Example |
| text |
| status : additional |
| status : active |
| intent : order |
| priority : urgent |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason |
| value |
| text : Original assessment was delayed due to COVID-19 pandemic |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| requester |
| reference : Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
</valueCodeableConcept>
</extension>
<!-- **************extension end ****************** -->
</priority>
</subject>
</requester>
</ServiceRequest>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
}
]
},
},
}
}
Feedback
Click here to:Extension-UKCore-RecordingSetting-Example
An example to illustrate sending the setting a vital signs observation was recorded in
Table View
| Observation.id[0] | Extension-UKCore-RecordingSetting-Example |
| Observation.text[0].status[0] | additional |
| Observation.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending the setting a vital signs observation was recorded in</div> |
| Observation.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RcordingSetting |
| Observation.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting |
| Observation.extension[0].value[0].coding[0].code[0] | residential |
| Observation.extension[0].value[0].coding[0].display[0] | Residential |
| Observation.status[0] | final |
| Observation.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/observation-category |
| Observation.category[0].coding[0].code[0] | vital-signs |
| Observation.category[0].coding[0].display[0] | Vital Signs |
| Observation.code[0].coding[0].system[0] | http://snomed.info/sct |
| Observation.code[0].coding[0].code[0] | 75367002 |
| Observation.code[0].coding[0].display[0] | Blood pressure |
| Observation.code[0].coding[1].system[0] | http://loinc.org |
| Observation.code[0].coding[1].code[0] | 85354-9 |
| Observation.code[0].coding[1].display[0] | Blood pressure panel with all children optional |
| Observation.code[0].text[0] | Blood pressure |
| Observation.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| Observation.effective[0] | 2023-09-10 |
| Observation.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
| Observation.component[0].code[0].coding[0].system[0] | http://snomed.info/sct |
| Observation.component[0].code[0].coding[0].code[0] | 72313002 |
| Observation.component[0].code[0].coding[0].display[0] | Systolic arterial pressure |
| Observation.component[0].code[0].coding[1].system[0] | http://loinc.org |
| Observation.component[0].code[0].coding[1].code[0] | 8480-6 |
| Observation.component[0].code[0].coding[1].display[0] | Systolic blood pressure |
| Observation.component[0].code[0].text[0] | Systolic blood pressure |
| Observation.component[0].value[0].value[0] | 108 |
| Observation.component[0].value[0].unit[0] | millimeter of mercury |
| Observation.component[0].value[0].system[0] | http://unitsofmeasure.org |
| Observation.component[0].value[0].code[0] | mm[Hg] |
| Observation.component[1].code[0].coding[0].system[0] | http://snomed.info/sct |
| Observation.component[1].code[0].coding[0].code[0] | 1091811000000102 |
| Observation.component[1].code[0].coding[0].display[0] | Diastolic arterial pressure |
| Observation.component[1].code[0].coding[1].system[0] | http://loinc.org |
| Observation.component[1].code[0].coding[1].code[0] | 8462-4 |
| Observation.component[1].code[0].coding[1].display[0] | Diastolic blood pressure |
| Observation.component[1].code[0].text[0] | Diastolic blood pressure |
| Observation.component[1].value[0].value[0] | 82 |
| Observation.component[1].value[0].unit[0] | millimeter of mercury |
| Observation.component[1].value[0].system[0] | http://unitsofmeasure.org |
| Observation.component[1].value[0].code[0] | mm[Hg] |
Tree View
| Observation |
| id : Extension-UKCore-RecordingSetting-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RcordingSetting |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting |
| code : residential |
| display : Residential |
| status : final |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/observation-category |
| code : vital-signs |
| display : Vital Signs |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 75367002 |
| display : Blood pressure |
| coding |
| system : http://loinc.org |
| code : 85354-9 |
| display : Blood pressure panel with all children optional |
| text : Blood pressure |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| effective : 2023-09-10 |
| performer |
| reference : Organization/UKCore-Organization-LeedsTeachingHospital-Example |
| component |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 72313002 |
| display : Systolic arterial pressure |
| coding |
| system : http://loinc.org |
| code : 8480-6 |
| display : Systolic blood pressure |
| text : Systolic blood pressure |
| value |
| value : 108 |
| unit : millimeter of mercury |
| system : http://unitsofmeasure.org |
| code : mm[Hg] |
| component |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 1091811000000102 |
| display : Diastolic arterial pressure |
| coding |
| system : http://loinc.org |
| code : 8462-4 |
| display : Diastolic blood pressure |
| text : Diastolic blood pressure |
| value |
| value : 82 |
| unit : millimeter of mercury |
| system : http://unitsofmeasure.org |
| code : mm[Hg] |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- ***************extension end*************** -->
</coding>
</category>
</coding>
</coding>
</code>
</subject>
</performer>
</coding>
</coding>
</code>
</valueQuantity>
</component>
</coding>
</coding>
</code>
</valueQuantity>
</component>
</Observation>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
],
{
{
}
]
}
],
{
},
{
}
],
},
},
],
{
{
},
{
}
],
},
}
},
{
{
},
{
}
],
},
}
}
]
}
Feedback
Click here to:Extension-UKCore-RepeatInformation-Example
An example to illustrate the specific repeat information of a medication item
Table View
| MedicationRequest.id[0] | Extension-UKCore-RepeatInformation-Example |
| MedicationRequest.text[0].status[0] | additional |
| MedicationRequest.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the specific repeat information of a medication item</div> |
| MedicationRequest.extension[0].extension[0].url[0] | numberOfPrescriptionsIssued |
| MedicationRequest.extension[0].extension[0].value[0] | 1 |
| MedicationRequest.extension[0].extension[1].url[0] | authorisationExpiryDate |
| MedicationRequest.extension[0].extension[1].value[0] | 2022-09-10T19:00:00.000Z |
| MedicationRequest.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationRepeatInformation |
| MedicationRequest.status[0] | completed |
| MedicationRequest.intent[0] | order |
| MedicationRequest.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/medicationrequest-category |
| MedicationRequest.category[0].coding[0].code[0] | outpatient |
| MedicationRequest.category[0].coding[0].display[0] | Outpatient |
| MedicationRequest.priority[0] | routine |
| MedicationRequest.medication[0].reference[0] | Medication/UKCore-Medication-TimoptolEyeDrops-Example |
| MedicationRequest.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| MedicationRequest.requester[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| MedicationRequest.recorder[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| MedicationRequest.courseOfTherapyType[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy |
| MedicationRequest.courseOfTherapyType[0].coding[0].code[0] | continuous-repeating-dispensing |
| MedicationRequest.courseOfTherapyType[0].coding[0].display[0] | Continuous long term (repeat dispensing) |
| MedicationRequest.dosageInstruction[0].text[0] | 1 drop in each affected eye twice daily, approximately 12 hours apart. |
| MedicationRequest.dosageInstruction[0].timing[0].repeat[0].frequency[0] | 1 |
| MedicationRequest.dosageInstruction[0].timing[0].repeat[0].period[0] | 12 |
| MedicationRequest.dosageInstruction[0].timing[0].repeat[0].periodUnit[0] | h |
| MedicationRequest.dosageInstruction[0].site[0].coding[0].system[0] | http://snomed.info/sct |
| MedicationRequest.dosageInstruction[0].site[0].coding[0].code[0] | 362508001 |
| MedicationRequest.dosageInstruction[0].site[0].coding[0].display[0] | Both eyes, entire |
| MedicationRequest.dosageInstruction[0].method[0].coding[0].system[0] | http://snomed.info/sct |
| MedicationRequest.dosageInstruction[0].method[0].coding[0].code[0] | 421984009 |
| MedicationRequest.dosageInstruction[0].method[0].coding[0].display[0] | Until finished |
| MedicationRequest.substitution[0].allowed[0] | True |
Tree View
| MedicationRequest |
| id : Extension-UKCore-RepeatInformation-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationRepeatInformation |
| extension |
| url : numberOfPrescriptionsIssued |
| value : 1 |
| extension |
| url : authorisationExpiryDate |
| value : 2022-09-10T19:00:00.000Z |
| status : completed |
| intent : order |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/medicationrequest-category |
| code : outpatient |
| display : Outpatient |
| priority : routine |
| medication |
| reference : Medication/UKCore-Medication-TimoptolEyeDrops-Example |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| requester |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| recorder |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| courseOfTherapyType |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy |
| code : continuous-repeating-dispensing |
| display : Continuous long term (repeat dispensing) |
| dosageInstruction |
| text : 1 drop in each affected eye twice daily, approximately 12 hours apart. |
| timing |
| repeat |
| frequency : 1 |
| period : 12 |
| periodUnit : h |
| site |
| coding |
| system : http://snomed.info/sct |
| code : 362508001 |
| display : Both eyes, entire |
| method |
| coding |
| system : http://snomed.info/sct |
| code : 421984009 |
| display : Until finished |
| substitution |
| allowed : True |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationRepeatInformation">
</extension>
</extension>
</extension>
<!-- **************extension end************** -->
</coding>
</category>
</medicationReference>
</subject>
</requester>
</recorder>
</coding>
</courseOfTherapyType>
</timing>
</coding>
</site>
</coding>
</method>
</dosageInstruction>
</substitution>
</MedicationRequest>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
},
{
}
]
}
],
{
{
}
]
}
],
},
},
},
},
{
}
]
},
{
},
]
},
]
}
}
],
}
}
Feedback
Click here to:Extension-UKCore-ResidentialStatus-Example
An example to illustrate the extension to show the patient's residential status
Table View
| Patient.id[0] | Extension-UKCore-ResidentialStatus-Example |
| Patient.text[0].status[0] | additional |
| Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension to show the patient's residential status</div> |
| Patient.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus |
| Patient.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus |
| Patient.extension[0].value[0].coding[0].code[0] | H |
| Patient.extension[0].value[0].coding[0].display[0] | UK Resident |
Tree View
| Patient |
| id : Extension-UKCore-ResidentialStatus-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus |
| code : H |
| display : UK Resident |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</Patient>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
]
}
Feedback
Click here to:Extension-UKCore-ResponseRequest-Example
An example to illustrate the HL7 extension ResponseRequest
Table View
| MessageHeader.id[0] | Extension-UKCore-ResponseRequest-Example |
| MessageHeader.text[0].status[0] | additional |
| MessageHeader.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the HL7 extension ResponseRequest</div> |
| MessageHeader.extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/messageheader-response-request |
| MessageHeader.extension[0].value[0] | always |
| MessageHeader.event[0].system[0] | http://snomed.info/sct |
| MessageHeader.event[0].code[0] | 306689006 |
| MessageHeader.event[0].display[0] | Discharge to home |
| MessageHeader.destination[0].endpoint[0] | urn:nhs:addressing:asid:477121007825 |
| MessageHeader.destination[0].receiver[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-organization-code |
| MessageHeader.destination[0].receiver[0].identifier[0].value[0] | RY6 |
| MessageHeader.destination[0].receiver[0].display[0] | LEEDS COMMUNITY HEALTHCARE NHS TRUST |
| MessageHeader.sender[0].reference[0] | https://directory.spineservices.nhs.uk/Organization/X26 |
| MessageHeader.source[0].endpoint[0] | NOROT003 |
| MessageHeader.focus[0].reference[0] | Encounter/UKCore-Encounter-InpatientEncounter-Example |
Tree View
| MessageHeader |
| id : Extension-UKCore-ResponseRequest-Example |
| text |
| status : additional |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/messageheader-response-request |
| value : always |
| event |
| system : http://snomed.info/sct |
| code : 306689006 |
| display : Discharge to home |
| destination |
| endpoint : urn:nhs:addressing:asid:477121007825 |
| receiver |
| identifier |
| system : https://fhir.nhs.uk/Id/ods-organization-code |
| value : RY6 |
| display : LEEDS COMMUNITY HEALTHCARE NHS TRUST |
| sender |
| reference : https://directory.spineservices.nhs.uk/Organization/X26 |
| source |
| endpoint : NOROT003 |
| focus |
| reference : Encounter/UKCore-Encounter-InpatientEncounter-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</extension>
<!-- **************extension end************** -->
</eventCoding>
</identifier>
</receiver>
</destination>
</sender>
</source>
</focus>
</MessageHeader>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
],
},
{
},
}
}
],
},
},
]
}
Feedback
Click here to:Extension-UKCore-SampleCategory-Example
An example to illustrate the use of the Sample Category extension
Table View
| Specimen.id[0] | Extension-UKCore-SampleCategory-Example |
| Specimen.text[0].status[0] | additional |
| Specimen.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of the Sample Category extension</div> |
| Specimen.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory |
| Specimen.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory |
| Specimen.extension[0].value[0].coding[0].code[0] | germline |
| Specimen.extension[0].value[0].coding[0].display[0] | Germline |
| Specimen.status[0] | available |
| Specimen.type[0].coding[0].system[0] | http://snomed.info/sct |
| Specimen.type[0].coding[0].code[0] | 4635002 |
| Specimen.type[0].coding[0].display[0] | Arterial blood |
| Specimen.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| Specimen.receivedTime[0] | 2022-11-25T11:10:00Z |
| Specimen.collection[0].collector[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| Specimen.collection[0].collected[0] | 2022-11-25T16:00:00Z |
Tree View
| Specimen |
| id : Extension-UKCore-SampleCategory-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory |
| code : germline |
| display : Germline |
| status : available |
| type |
| coding |
| system : http://snomed.info/sct |
| code : 4635002 |
| display : Arterial blood |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| receivedTime : 2022-11-25T11:10:00Z |
| collection |
| collector |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| collected : 2022-11-25T16:00:00Z |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- ***************extension end*************** -->
</coding>
</type>
</subject>
</collector>
</collection>
</Specimen>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
],
]
},
},
},
}
}
Feedback
Click here to:Extension-UKCore-SampleCategory-PheobeSmitham-Example
An example to illustrate the use of the Sample Category extension
Table View
| Specimen.id[0] | Extension-UKCore-SampleCategory-PheobeSmitham-Example |
| Specimen.text[0].status[0] | additional |
| Specimen.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of the Sample Category extension</div> |
| Specimen.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory |
| Specimen.extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory |
| Specimen.extension[0].value[0].coding[0].code[0] | germline |
| Specimen.extension[0].value[0].coding[0].display[0] | Germline |
| Specimen.identifier[0].system[0] | https://fhir.leedssth.nhs.uk//Id/specimenId |
| Specimen.identifier[0].value[0] | RGD-69050-P-RR12764 |
| Specimen.status[0] | available |
| Specimen.type[0].coding[0].system[0] | http://snomed.info/sct |
| Specimen.type[0].coding[0].code[0] | 445295009 |
| Specimen.type[0].coding[0].display[0] | Blood specimen with EDTA |
| Specimen.subject[0].reference[0] | Patient/Patient-PheobeSmitham-Example |
| Specimen.subject[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/nhs-number |
| Specimen.subject[0].identifier[0].value[0] | 9449307539 |
| Specimen.request[0].reference[0] | ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example |
| Specimen.collection[0].collector[0].identifier[0].system[0] | https://fhir.nhs.uk/Id/sds-user-id |
| Specimen.collection[0].collector[0].identifier[0].value[0] | 9999999998 |
| Specimen.collection[0].collector[0].display[0] | Phletobomist-Lois Lane |
| Specimen.collection[0].collected[0] | 2023-09-17 |
Tree View
| Specimen |
| id : Extension-UKCore-SampleCategory-PheobeSmitham-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory |
| value |
| coding |
| system : https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory |
| code : germline |
| display : Germline |
| identifier |
| system : https://fhir.leedssth.nhs.uk//Id/specimenId |
| value : RGD-69050-P-RR12764 |
| status : available |
| type |
| coding |
| system : http://snomed.info/sct |
| code : 445295009 |
| display : Blood specimen with EDTA |
| subject |
| reference : Patient/Patient-PheobeSmitham-Example |
| identifier |
| system : https://fhir.nhs.uk/Id/nhs-number |
| value : 9449307539 |
| request |
| reference : ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example |
| collection |
| collector |
| identifier |
| system : https://fhir.nhs.uk/Id/sds-user-id |
| value : 9999999998 |
| display : Phletobomist-Lois Lane |
| collected : 2023-09-17 |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</coding>
</valueCodeableConcept>
</extension>
</identifier>
</coding>
</type>
</identifier>
</subject>
</request>
</identifier>
</collector>
</collection>
</Specimen>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
],
],
]
},
}
},
],
},
},
}
}
Feedback
Click here to:Extension-UKCore-SourceOfServiceRequest-Example
An example to illustrate the source of service request extension associated with a service request
Table View
| ServiceRequest.id[0] | Extension-UKCore-SourceOfServiceRequest-Example |
| ServiceRequest.text[0].status[0] | additional |
| ServiceRequest.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the source of service request extension associated with a service request</div> |
| ServiceRequest.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest |
| ServiceRequest.extension[0].value[0].coding[0].system[0] | http://snomed.info/sct |
| ServiceRequest.extension[0].value[0].coding[0].code[0] | 108161000000109 |
| ServiceRequest.extension[0].value[0].coding[0].display[0] | Referred by general practitioner |
| ServiceRequest.status[0] | active |
| ServiceRequest.intent[0] | order |
| ServiceRequest.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| ServiceRequest |
| id : Extension-UKCore-SourceOfServiceRequest-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest |
| value |
| coding |
| system : http://snomed.info/sct |
| code : 108161000000109 |
| display : Referred by general practitioner |
| status : active |
| intent : order |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest">
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end ****************** -->
</subject>
</ServiceRequest>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
],
}
}
Feedback
Click here to:Extension-UKCore-SpecialHandling-Example
An example to illustrate the use of the HL7 core-defined Extension specimen-specialHandling
Table View
| Specimen.id[0] | Extension-UKCore-SpecialHandling-Example |
| Specimen.text[0].status[0] | additional |
| Specimen.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of the HL7 core-defined Extension specimen-specialHandling</div> |
| Specimen.status[0] | available |
| Specimen.type[0].coding[0].system[0] | http://snomed.info/sct |
| Specimen.type[0].coding[0].code[0] | 431234000 |
| Specimen.type[0].coding[0].display[0] | Specimen from fetus obtained by biopsy |
| Specimen.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| Specimen.receivedTime[0] | 2023-04-23T17:02:00Z |
| Specimen.collection[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/specimen-specialHandling |
| Specimen.collection[0].extension[0].value[0].text[0] | Mother was infected with suspected viral haemorrhagic fever. |
| Specimen.collection[0].collector[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| Specimen.collection[0].collected[0] | 2023-04-23T17:02:00Z |
| Specimen.collection[0].method[0].coding[0].system[0] | http://snomed.info/sct |
| Specimen.collection[0].method[0].coding[0].code[0] | 129314006 |
| Specimen.collection[0].method[0].coding[0].display[0] | Biopsy - action |
Tree View
| Specimen |
| id : Extension-UKCore-SpecialHandling-Example |
| text |
| status : additional |
| status : available |
| type |
| coding |
| system : http://snomed.info/sct |
| code : 431234000 |
| display : Specimen from fetus obtained by biopsy |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| receivedTime : 2023-04-23T17:02:00Z |
| collection |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/specimen-specialHandling |
| value |
| text : Mother was infected with suspected viral haemorrhagic fever. |
| collector |
| reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
| collected : 2023-04-23T17:02:00Z |
| method |
| coding |
| system : http://snomed.info/sct |
| code : 129314006 |
| display : Biopsy - action |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</coding>
</type>
</subject>
<!-- ***************extension start*************** -->
</valueCodeableConcept>
</extension>
<!-- **************extension end ****************** -->
</collector>
</coding>
</method>
</collection>
</Specimen>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
}
]
},
},
{
}
}
],
},
]
}
}
}
Feedback
Click here to:Extension-UKCore-SpecimenCollectionCollector-Example
An example to illustrate the pre-adopted R5 element via an extension, which is used to reference a Patient or RelatedPerson within Specimen.collection.collector
Table View
| Specimen.id[0] | Extension-UKCore-SpecimenCollectionCollector-Example |
| Specimen.text[0].status[0] | additional |
| Specimen.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the pre-adopted R5 element via an extension, which is used to reference a Patient or RelatedPerson within Specimen.collection.collector</div> |
| Specimen.status[0] | available |
| Specimen.type[0].coding[0].system[0] | http://snomed.info/sct |
| Specimen.type[0].coding[0].code[0] | 78014005 |
| Specimen.type[0].coding[0].display[0] | Urine |
| Specimen.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| Specimen.receivedTime[0] | 2022-11-25T11:10:00Z |
| Specimen.collection[0].extension[0].url[0] | http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector |
| Specimen.collection[0].extension[0].value[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| Specimen.collection[0].collected[0] | 2022-11-25T16:00:00Z |
Tree View
| Specimen |
| id : Extension-UKCore-SpecimenCollectionCollector-Example |
| text |
| status : additional |
| status : available |
| type |
| coding |
| system : http://snomed.info/sct |
| code : 78014005 |
| display : Urine |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| receivedTime : 2022-11-25T11:10:00Z |
| collection |
| extension |
| url : http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector |
| value |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| collected : 2022-11-25T16:00:00Z |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</coding>
</type>
</subject>
<!-- ***************extension start*************** -->
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector">
</valueReference>
</extension>
<!-- **************extension end ****************** -->
</collection>
</Specimen>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
},
},
{
}
}
],
}
}
Feedback
Click here to:subject: Extension-UKCore-SpecimenContainerDeviceBackport-Example
Extension-UKCore-SubscriptionParameters-Example
An example to illustrate identification and provision of API parameters in R4 Subscription.
Table View
| Subscription.id[0] | Extension-UKCore-SubscriptionParameters-Example |
| Subscription.text[0].status[0] | additional |
| Subscription.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate identification and provision of API parameters in R4 Subscription.</div> |
| Subscription.extension[0].url[0] | http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.content |
| Subscription.extension[0].value[0] | id-only |
| Subscription.extension[1].extension[0].url[0] | name |
| Subscription.extension[1].extension[0].value[0] | Authorization |
| Subscription.extension[1].extension[1].url[0] | value |
| Subscription.extension[1].extension[1].value[0] | Bearer secret-token-abc-123 |
| Subscription.extension[1].url[0] | http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.parameter |
| Subscription.status[0] | active |
| Subscription.end[0] | 2025-03-13T13:17:18+00:00 |
| Subscription.reason[0] | Subscription for a Change of GP event for patient |
| Subscription.criteria[0] | Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|8449303649&generalPractitioner=https://fhir.hl7.org.uk/Id/gmp-number|G9999999 |
| Subscription.channel[0].type[0] | rest-hook |
| Subscription.channel[0].endpoint[0] | https://app.nhs.uk/change-of-gp-handler |
| Subscription.channel[0].payload[0] | application/fhir+json |
Tree View
| Subscription |
| id : Extension-UKCore-SubscriptionParameters-Example |
| text |
| status : additional |
| extension |
| url : http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.content |
| value : id-only |
| extension |
| url : http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.parameter |
| extension |
| url : name |
| value : Authorization |
| extension |
| url : value |
| value : Bearer secret-token-abc-123 |
| status : active |
| end : 2025-03-13T13:17:18Z |
| reason : Subscription for a Change of GP event for patient |
| criteria : Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|8449303649&generalPractitioner=https://fhir.hl7.org.uk/Id/gmp-number|G9999999 |
| channel |
| type : rest-hook |
| endpoint : https://app.nhs.uk/change-of-gp-handler |
| payload : application/fhir+json |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</extension>
</extension>
</extension>
</extension>
<criteria value="Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|8449303649&generalPractitioner=https://fhir.hl7.org.uk/Id/gmp-number|G9999999" />
</channel>
</Subscription>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
},
{
{
},
{
}
]
}
],
"criteria": "Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|8449303649&generalPractitioner=https://fhir.hl7.org.uk/Id/gmp-number|G9999999",
}
}
Feedback
Click here to:Extension-UKCore-Translation-Example
An example to illustrate the translation extension from one language to another
Table View
| Condition.id[0] | Extension-UKCore-Translation-Example |
| Condition.text[0].status[0] | additional |
| Condition.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the translation extension from one language to another</div> |
| Condition.code[0].coding[0].system[0] | http://snomed.info/sct |
| Condition.code[0].coding[0].code[0] | 22298006 |
| Condition.code[0].coding[0].display[0] | Myocardial infarction |
| Condition.code[0].coding[0].display[0].extension[0].extension[0].url[0] | lang |
| Condition.code[0].coding[0].display[0].extension[0].extension[0].value[0] | fr |
| Condition.code[0].coding[0].display[0].extension[0].extension[1].url[0] | content |
| Condition.code[0].coding[0].display[0].extension[0].extension[1].value[0] | Infarctus du myocarde |
| Condition.code[0].coding[0].display[0].extension[0].url[0] | http://hl7.org/fhir/StructureDefinition/translation |
| Condition.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Tree View
| Condition |
| id : Extension-UKCore-Translation-Example |
| text |
| status : additional |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 22298006 |
| display : Myocardial infarction |
| extension |
| url : http://hl7.org/fhir/StructureDefinition/translation |
| extension |
| url : lang |
| value : fr |
| extension |
| url : content |
| value : Infarctus du myocarde |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
</extension>
</extension>
</extension>
</display>
</coding>
</code>
</subject>
</Condition>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
]
}
]
}
}
]
},
}
}
Feedback
Click here to:Extension-UKCore-TriggeredBy-Example
An example to illustration observation triggered by another observation
Table View
| Observation.id[0] | Extension-UKCore-TriggeredBy-Example |
| Observation.text[0].status[0] | additional |
| Observation.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustration observation triggered by another observation</div> |
| Observation.extension[0].extension[0].url[0] | observation |
| Observation.extension[0].extension[0].value[0].reference[0] | Observation/UKCore-Observation-DrugUse-Example |
| Observation.extension[0].extension[1].url[0] | type |
| Observation.extension[0].extension[1].value[0] | reflex |
| Observation.extension[0].extension[2].url[0] | reason |
| Observation.extension[0].extension[2].value[0] | Patient admitted to recreational drug use. |
| Observation.extension[0].url[0] | http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy |
| Observation.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
| Observation.identifier[0].value[0] | 293a6418-9dcf-4d42-b97a-b119afd200ba |
| Observation.status[0] | final |
| Observation.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/observation-category |
| Observation.category[0].coding[0].code[0] | laboratory |
| Observation.category[0].coding[0].display[0] | Laboratory |
| Observation.code[0].coding[0].system[0] | http://snomed.info/sct |
| Observation.code[0].coding[0].code[0] | 1014801000000101 |
| Observation.code[0].coding[0].display[0] | Urine tricyclic drug screen |
| Observation.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| Observation.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
| Observation.specimen[0].reference[0] | Specimen/UKCore-Specimen-UrineSpecimen-Example |
Tree View
| Observation |
| id : Extension-UKCore-TriggeredBy-Example |
| text |
| status : additional |
| extension |
| url : http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy |
| extension |
| url : observation |
| value |
| reference : Observation/UKCore-Observation-DrugUse-Example |
| extension |
| url : type |
| value : reflex |
| extension |
| url : reason |
| value : Patient admitted to recreational drug use. |
| identifier |
| system : https://tools.ietf.org/html/rfc4122 |
| value : 293a6418-9dcf-4d42-b97a-b119afd200ba |
| status : final |
| category |
| coding |
| system : http://terminology.hl7.org/CodeSystem/observation-category |
| code : laboratory |
| display : Laboratory |
| code |
| coding |
| system : http://snomed.info/sct |
| code : 1014801000000101 |
| display : Urine tricyclic drug screen |
| subject |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| performer |
| reference : Organization/UKCore-Organization-LeedsTeachingHospital-Example |
| specimen |
| reference : Specimen/UKCore-Specimen-UrineSpecimen-Example |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- ***************extension start*************** -->
</valueReference>
</extension>
</extension>
</extension>
</extension>
<!-- ***************extension end*************** -->
</identifier>
</coding>
</category>
</coding>
</code>
</subject>
</performer>
</specimen>
</Observation>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
},
{
},
{
}
]
}
],
{
}
],
{
{
}
]
}
],
{
}
]
},
},
],
}
}
Feedback
Click here to:Extension-UKCore-VaccinationProcedure-COVID-Example
An example to illustrate the extension for a vaccination procedure for COVID-19
Table View
| Immunization.id[0] | Extension-UKCore-VaccinationProcedure-COVID-Example |
| Immunization.text[0].status[0] | additional |
| Immunization.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for a vaccination procedure for COVID-19</div> |
| Immunization.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure |
| Immunization.extension[0].value[0].coding[0].system[0] | http://snomed.info/sct |
| Immunization.extension[0].value[0].coding[0].code[0] | 1324681000000101 |
| Immunization.extension[0].value[0].coding[0].display[0] | Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure) |
| Immunization.status[0] | completed |
| Immunization.vaccineCode[0].coding[0].system[0] | https://dmd.nhs.uk |
| Immunization.vaccineCode[0].coding[0].code[0] | 39116211000001106 |
| Immunization.vaccineCode[0].coding[0].display[0] | Generic COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials |
| Immunization.patient[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| Immunization.occurrence[0] | 2021-07-20 |
Tree View
| Immunization |
| id : Extension-UKCore-VaccinationProcedure-COVID-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure |
| value |
| coding |
| system : http://snomed.info/sct |
| code : 1324681000000101 |
| display : Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure) |
| status : completed |
| vaccineCode |
| coding |
| system : https://dmd.nhs.uk |
| code : 39116211000001106 |
| display : Generic COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials |
| patient |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| occurrence : 2021-07-20 |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<display value="Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure)" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
<display value="Generic COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials" />
</coding>
</vaccineCode>
</patient>
</Immunization>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
"display": "Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure)"
}
]
}
}
],
{
"display": "Generic COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials"
}
]
},
},
}
Feedback
Click here to:Extension-UKCore-VaccinationProcedure-Example
An example to illustrate the extension for a vaccination procedure
Table View
| Immunization.id[0] | Extension-UKCore-VaccinationProcedure-Example |
| Immunization.text[0].status[0] | additional |
| Immunization.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for a vaccination procedure</div> |
| Immunization.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure |
| Immunization.extension[0].value[0].coding[0].system[0] | http://snomed.info/sct |
| Immunization.extension[0].value[0].coding[0].code[0] | 73701000119109 |
| Immunization.extension[0].value[0].coding[0].display[0] | Influenza vaccination given |
| Immunization.status[0] | completed |
| Immunization.vaccineCode[0].coding[0].system[0] | https://dmd.nhs.uk |
| Immunization.vaccineCode[0].coding[0].code[0] | 11278411000001109 |
| Immunization.vaccineCode[0].coding[0].display[0] | Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd) |
| Immunization.patient[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
| Immunization.occurrence[0] | 2013-01-10 |
Tree View
| Immunization |
| id : Extension-UKCore-VaccinationProcedure-Example |
| text |
| status : additional |
| extension |
| url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure |
| value |
| coding |
| system : http://snomed.info/sct |
| code : 73701000119109 |
| display : Influenza vaccination given |
| status : completed |
| vaccineCode |
| coding |
| system : https://dmd.nhs.uk |
| code : 11278411000001109 |
| display : Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd) |
| patient |
| reference : Patient/UKCore-Patient-RichardSmith-Example |
| occurrence : 2013-01-10 |
XML View
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
<display value="Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)" />
</coding>
</vaccineCode>
</patient>
</Immunization>
JSON View
{
--- We have skipped the narrative for better readability of the resource ---
},
{
{
}
]
}
}
],
{
"display": "Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)"
}
]
},
},
}