UK Core Implementation Guide 1.0.0 - STU1

Examples


An example to illustrate the date range that this organisation should be considered available using the common extension

Table View

Command 'table' could not render: File not found for 'subject=Organization-Extension-Period-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=Organization-Extension-Period-Example'

XML View

Command 'xml' could not render: File not found for 'subject=Organization-Extension-Period-Example'

JSON View

Command 'json' could not render: File not found for 'subject=Organization-Extension-Period-Example'

An example to illustrate the registered place of birth of the patient using the common extension

Table View

Command 'table' could not render: File not found for 'subject=Patient-Extension-BirthPlace-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=Patient-Extension-BirthPlace-Example'

XML View

Command 'xml' could not render: File not found for 'subject=Patient-Extension-BirthPlace-Example'

JSON View

Command 'json' could not render: File not found for 'subject=Patient-Extension-BirthPlace-Example'

An example to illustrate the patient's birth time using the common extension

Table View

Command 'table' could not render: File not found for 'subject=Patient-Extension-BirthTime-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=Patient-Extension-BirthTime-Example'

XML View

Command 'xml' could not render: File not found for 'subject=Patient-Extension-BirthTime-Example'

JSON View

Command 'json' could not render: File not found for 'subject=Patient-Extension-BirthTime-Example'

An example to illustrate whether the patient authorised the donation of body parts after death using the common extension

Table View

Command 'table' could not render: File not found for 'subject=Patient-Extension-CadavericDonor-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=Patient-Extension-CadavericDonor-Example'

XML View

Command 'xml' could not render: File not found for 'subject=Patient-Extension-CadavericDonor-Example'

JSON View

Command 'json' could not render: File not found for 'subject=Patient-Extension-CadavericDonor-Example'

An example to illustrate the extension which is used to indicate that a person requires an interpreter

Table View

Command 'table' could not render: File not found for 'subject=Patient-Extension-InterpreterRequired-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=Patient-Extension-InterpreterRequired-Example'

XML View

Command 'xml' could not render: File not found for 'subject=Patient-Extension-InterpreterRequired-Example'

JSON View

Command 'json' could not render: File not found for 'subject=Patient-Extension-InterpreterRequired-Example'

An example to illustrate an Allergy to Amoxicillin

Table View

AllergyIntolerance.id[0]UKCore-AllergyIntolerance-Amoxicillin-Example
AllergyIntolerance.text[0].status[0]additional
AllergyIntolerance.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an allergy to Amoxicillin</div>
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

XML View

<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="UKCore-AllergyIntolerance-Amoxicillin-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" />
<code value="active" />
<display value="Active" />
</coding>
</clinicalStatus>
<system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
<code value="confirmed" />
<display value="Confirmed" />
</coding>
</verificationStatus>
<system value="http://snomed.info/sct" />
<code value="372687004" />
<display value="Amoxicillin" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" />
</encounter>
<recordedDate value="2019-12-10T13:00:00+00:00" />
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</recorder>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</asserter>
<system value="http://snomed.info/sct" />
<code value="247472004" />
<display value="Urticarial rash" />
</coding>
</manifestation>
<severity value="mild" />
</reaction>
</AllergyIntolerance>

JSON View

{
"resourceType": "AllergyIntolerance",
"id": "UKCore-AllergyIntolerance-Amoxicillin-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"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"
},
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
},
"recordedDate": "2019-12-10T13:00:00+00:00",
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
{
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "247472004",
"display": "Urticarial rash"
}
]
}
],
"severity": "mild"
}
]
}

An example to illustrate an Allergy that was entered in error

Table View

AllergyIntolerance.id[0]UKCore-AllergyIntolerance-EnteredInError-Example
AllergyIntolerance.text[0].status[0]additional
AllergyIntolerance.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an allergy that was entered in error</div>
AllergyIntolerance.verificationStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
AllergyIntolerance.verificationStatus[0].coding[0].code[0]entered-in-error
AllergyIntolerance.verificationStatus[0].coding[0].display[0]Entered in Error
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

XML View

<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="UKCore-AllergyIntolerance-EnteredInError-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
<code value="entered-in-error" />
<display value="Entered in Error" />
</coding>
</verificationStatus>
<system value="http://snomed.info/sct" />
<code value="372687004" />
<display value="Amoxicillin" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" />
</encounter>
<recordedDate value="2019-12-10T13:00:00+00:00" />
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</recorder>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</asserter>
</AllergyIntolerance>

JSON View

{
"resourceType": "AllergyIntolerance",
"id": "UKCore-AllergyIntolerance-EnteredInError-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "entered-in-error",
"display": "Entered in Error"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "372687004",
"display": "Amoxicillin"
}
]
},
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
},
"recordedDate": "2019-12-10T13:00:00+00:00",
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-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

Command 'table' could not render: File not found for 'subject=UKCore-AllergyIntolerance-Extension-AllergyIntolEnd-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-AllergyIntolerance-Extension-AllergyIntolEnd-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-AllergyIntolerance-Extension-AllergyIntolEnd-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-AllergyIntolerance-Extension-AllergyIntolEnd-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

Command 'table' could not render: File not found for 'subject=UKCore-AllergyIntolerance-Extension-Evidence-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-AllergyIntolerance-Extension-Evidence-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-AllergyIntolerance-Extension-Evidence-Example'

JSON View

Command 'js' could not render: There is no placeholder called 'js'

An example to illustrate a vaccination for Flu

Table View

Immunization.id[0]UKCore-Immunization-InfluenzaVaccine-Example
Immunization.text[0].status[0]additional
Immunization.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a vaccination for flu</div>
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
Immunization.location[0].reference[0]Location/UKCore-Location-GeneralPracticeNurseClinic-Example

Tree View

Immunization

XML View

<Immunization xmlns="http://hl7.org/fhir">
<id value="UKCore-Immunization-InfluenzaVaccine-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="completed" />
<system value="https://dmd.nhs.uk" />
<code value="11278411000001109" />
<display value="Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)" />
</coding>
</vaccineCode>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<occurrenceDateTime value="2013-01-10" />
<reference value="Location/UKCore-Location-GeneralPracticeNurseClinic-Example" />
</location>
</Immunization>

JSON View

{
"resourceType": "Immunization",
"id": "UKCore-Immunization-InfluenzaVaccine-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "completed",
"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"
},
"occurrenceDateTime": "2013-01-10",
"reference": "Location/UKCore-Location-GeneralPracticeNurseClinic-Example"
}
}

An example to illustrate the extension for a vaccination procedure where the parent of the patient is present

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Immunization-Extension-ParentPresent-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Immunization-Extension-ParentPresent-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Immunization-Extension-ParentPresent-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Immunization-Extension-ParentPresent-Example'

An example to illustrate the extension for a vaccination procedure

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Immunization-Extension-VaccinationProcedure-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Immunization-Extension-VaccinationProcedure-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Immunization-Extension-VaccinationProcedure-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Immunization-Extension-VaccinationProcedure-Example'

An example to illustrate the extension for a vaccination procedure for COVID-19

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Immunization-Extension-VaccinationProcedure-COVID-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Immunization-Extension-VaccinationProcedure-COVID-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Immunization-Extension-VaccinationProcedure-COVID-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Immunization-Extension-VaccinationProcedure-COVID-Example'

An example to illustrate a general practice nurse clinic location

Table View

Location.id[0]UKCore-Location-GeneralPracticeNurseClinic-Example
Location.text[0].status[0]additional
Location.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a GP clinic location</div>
Location.identifier[0].system[0]https://fhir.nhs.uk/Id/ods-site-code
Location.identifier[0].value[0]GP8D7
Location.name[0]WhiteRoseNurseClinic
Location.type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-RoleCode
Location.type[0].coding[0].code[0]GIM
Location.type[0].coding[0].display[0]General internal medicine clinic
Location.telecom[0].system[0]phone
Location.telecom[0].value[0]0113 243 3166
Location.managingOrganization[0].reference[0]Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example

Tree View

Location

XML View

<Location xmlns="http://hl7.org/fhir">
<id value="UKCore-Location-GeneralPracticeNurseClinic-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://fhir.nhs.uk/Id/ods-site-code" />
<value value="GP8D7" />
</identifier>
<name value="WhiteRoseNurseClinic" />
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="GIM" />
<display value="General internal medicine clinic" />
</coding>
</type>
<system value="phone" />
<value value="0113 243 3166" />
</telecom>
<reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
</managingOrganization>
</Location>

JSON View

{
"resourceType": "Location",
"id": "UKCore-Location-GeneralPracticeNurseClinic-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://fhir.nhs.uk/Id/ods-site-code",
"value": "GP8D7"
}
],
"name": "WhiteRoseNurseClinic",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "GIM",
"display": "General internal medicine clinic"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 243 3166"
}
],
"reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"
}
}

An example to illustrate a Cardiology SJUH location

Table View

Location.id[0]UKCore-Location-CardiologySJUH-Example
Location.text[0].status[0]additional
Location.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a clinical unit within a hospital</div>
Location.identifier[0].system[0]https://fhir.nhs.uk/Id/ods-site-code
Location.identifier[0].value[0]RR8D7
Location.name[0]CARDIOLOGY SJUH
Location.type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-RoleCode
Location.type[0].coding[0].code[0]CARD
Location.type[0].coding[0].display[0]Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities
Location.telecom[0].system[0]phone
Location.telecom[0].value[0]0113 243 3149
Location.address[0].line[0]CARDIOLOGY SJUH
Location.address[0].line[1]ST. JAMES'S UNIVERSITY HOSPITAL
Location.address[0].line[2]BECKETT STREET
Location.address[0].city[0]LEEDS
Location.address[0].postalCode[0]LS9 7TF
Location.address[0].country[0]ENGLAND
Location.managingOrganization[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example

Tree View

Location

XML View

<Location xmlns="http://hl7.org/fhir">
<id value="UKCore-Location-CardiologySJUH-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://fhir.nhs.uk/Id/ods-site-code" />
<value value="RR8D7" />
</identifier>
<name value="CARDIOLOGY SJUH" />
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="CARD" />
<display value="Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities" />
</coding>
</type>
<system value="phone" />
<value value="0113 243 3149" />
</telecom>
<line value="CARDIOLOGY SJUH" />
<line value="ST. JAMES'S UNIVERSITY HOSPITAL" />
<line value="BECKETT STREET" />
<city value="LEEDS" />
<postalCode value="LS9 7TF" />
<country value="ENGLAND" />
</address>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</managingOrganization>
</Location>

JSON View

{
"resourceType": "Location",
"id": "UKCore-Location-CardiologySJUH-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://fhir.nhs.uk/Id/ods-site-code",
"value": "RR8D7"
}
],
"name": "CARDIOLOGY SJUH",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "CARD",
"display": "Ambulatory Health Care Facilities; Clinic/Center; Rehabilitation: Cardiac Facilities"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 243 3149"
}
],
"address": {
"line": [
"CARDIOLOGY SJUH",
"ST. JAMES'S UNIVERSITY HOSPITAL",
"BECKETT STREET"
],
"city": "LEEDS",
"postalCode": "LS9 7TF",
"country": "ENGLAND"
},
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
}

An example to illustrate the batch element via a COVID-19 Vaccine

Table View

Medication.id[0]UKCore-Medication-COVID-Vaccine-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 batch element via a COVID-19 vaccine</div>
Medication.code[0].coding[0].system[0]https://dmd.nhs.uk
Medication.code[0].coding[0].code[0]39115611000001103
Medication.code[0].coding[0].display[0]Comirnaty COVID-19 mRNA Vaccine 30micrograms/0.3ml dose concentrate for dispersion for injection multidose vials (Pfizer Ltd)
Medication.batch[0].lotNumber[0]FK0112
Medication.batch[0].expirationDate[0]2021-10-26

Tree View

Medication

XML View

<Medication xmlns="http://hl7.org/fhir">
<id value="UKCore-Medication-COVID-Vaccine-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://dmd.nhs.uk" />
<code value="39115611000001103" />
<display value="Comirnaty COVID-19 mRNA Vaccine 30micrograms/0.3ml dose concentrate for dispersion for injection multidose vials (Pfizer Ltd)" />
</coding>
</code>
<lotNumber value="FK0112" />
<expirationDate value="2021-10-26" />
</batch>
</Medication>

JSON View

{
"resourceType": "Medication",
"id": "UKCore-Medication-COVID-Vaccine-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "39115611000001103",
"display": "Comirnaty COVID-19 mRNA Vaccine 30micrograms/0.3ml dose concentrate for dispersion for injection multidose vials (Pfizer Ltd)"
}
]
},
"batch": {
"lotNumber": "FK0112",
"expirationDate": "2021-10-26"
}
}

An example to illustrate the form element with VTM via Timolol medicine

Table View

Medication.id[0]UKCore-Medication-TimololVTM-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 form element with VTM via Timolol medicine</div>
Medication.code[0].coding[0].system[0]https://dmd.nhs.uk
Medication.code[0].coding[0].code[0]777773007
Medication.code[0].coding[0].display[0]Timolol
Medication.form[0].coding[0].system[0]http://snomed.info/sct
Medication.form[0].coding[0].code[0]17960711000001109
Medication.form[0].coding[0].display[0]Ear/eye drops solution

Tree View

Medication

XML View

<Medication xmlns="http://hl7.org/fhir">
<id value="UKCore-Medication-TimololVTM-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://dmd.nhs.uk" />
<code value="777773007" />
<display value="Timolol" />
</coding>
</code>
<system value="http://snomed.info/sct" />
<code value="17960711000001109" />
<display value="Ear/eye drops solution" />
</coding>
</form>
</Medication>

JSON View

{
"resourceType": "Medication",
"id": "UKCore-Medication-TimololVTM-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "777773007",
"display": "Timolol"
}
]
},
"form": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "17960711000001109",
"display": "Ear/eye drops solution"
}
]
}
}

An example to illustrate Timoptol eye drops medication

Table View

Medication.id[0]UKCore-Medication-TimoptolEyeDrops-Example
Medication.text[0].status[0]additional
Medication.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate Timoptol eye drops medication</div>
Medication.code[0].coding[0].system[0]https://dmd.nhs.uk
Medication.code[0].coding[0].code[0]18616211000001106
Medication.code[0].coding[0].display[0]Timoptol 0.5% eye drops (DE Pharmaceuticals)

Tree View

Medication

XML View

<Medication xmlns="http://hl7.org/fhir">
<id value="UKCore-Medication-TimoptolEyeDrops-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://dmd.nhs.uk" />
<code value="18616211000001106" />
<display value="Timoptol 0.5% eye drops (DE Pharmaceuticals)" />
</coding>
</code>
</Medication>

JSON View

{
"resourceType": "Medication",
"id": "UKCore-Medication-TimoptolEyeDrops-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "18616211000001106",
"display": "Timoptol 0.5% eye drops (DE Pharmaceuticals)"
}
]
}
}

An example to illustrate the use of a trade family or brand

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Medication-Extension-MedicationTradeFamily-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Medication-Extension-MedicationTradeFamily-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Medication-Extension-MedicationTradeFamily-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Medication-Extension-MedicationTradeFamily-Example'

An example to illustrate an administration of Timoptol eye drops

Table View

MedicationAdministration.id[0]UKCore-MedicationAdministration-TimoptolEyeDrops-Example
MedicationAdministration.text[0].status[0]additional
MedicationAdministration.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an administration of Timoptol eye drops</div>
MedicationAdministration.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
MedicationAdministration.identifier[0].value[0]e8779393-9b7c-4654-a8df-0ba4cc9b28ce
MedicationAdministration.status[0]completed
MedicationAdministration.medication[0].reference[0]Medication/UKCore-Medication-TimoptolEyeDrops-Example
MedicationAdministration.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
MedicationAdministration.effective[0]2021-03-25T13:00:00+00:00
MedicationAdministration.request[0].reference[0]MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example
MedicationAdministration.dosage[0].text[0]1 drop in each affected eye twice daily, approximately 12 hours apart.
MedicationAdministration.dosage[0].site[0].coding[0].system[0]http://snomed.info/sct
MedicationAdministration.dosage[0].site[0].coding[0].code[0]362508001
MedicationAdministration.dosage[0].site[0].coding[0].display[0]Both eyes, entire
MedicationAdministration.dosage[0].route[0].coding[0].system[0]http://snomed.info/sct
MedicationAdministration.dosage[0].route[0].coding[0].code[0]58831000052108
MedicationAdministration.dosage[0].route[0].coding[0].display[0]Subretinal route
MedicationAdministration.dosage[0].method[0].coding[0].system[0]http://snomed.info/sct
MedicationAdministration.dosage[0].method[0].coding[0].code[0]421984009
MedicationAdministration.dosage[0].method[0].coding[0].display[0]Until finished
MedicationAdministration.dosage[0].dose[0].value[0]30
MedicationAdministration.dosage[0].dose[0].unit[0]milliliter
MedicationAdministration.dosage[0].dose[0].system[0]http://unitsofmeasure.org
MedicationAdministration.dosage[0].dose[0].code[0]mL

Tree View

MedicationAdministration

XML View

<MedicationAdministration xmlns="http://hl7.org/fhir">
<id value="UKCore-MedicationAdministration-TimoptolEyeDrops-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="e8779393-9b7c-4654-a8df-0ba4cc9b28ce" />
</identifier>
<status value="completed" />
<reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" />
</medicationReference>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<effectiveDateTime value="2021-03-25T13:00:00+00:00" />
<reference value="MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example" />
</request>
<text value="1 drop in each affected eye twice daily, approximately 12 hours apart." />
<system value="http://snomed.info/sct" />
<code value="362508001" />
<display value="Both eyes, entire" />
</coding>
</site>
<system value="http://snomed.info/sct" />
<code value="58831000052108" />
<display value="Subretinal route" />
</coding>
</route>
<system value="http://snomed.info/sct" />
<code value="421984009" />
<display value="Until finished" />
</coding>
</method>
<value value="30" />
<unit value="milliliter" />
<system value="http://unitsofmeasure.org" />
<code value="mL" />
</dose>
</dosage>
</MedicationAdministration>

JSON View

{
"resourceType": "MedicationAdministration",
"id": "UKCore-MedicationAdministration-TimoptolEyeDrops-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "e8779393-9b7c-4654-a8df-0ba4cc9b28ce"
}
],
"status": "completed",
"reference": "Medication/UKCore-Medication-TimoptolEyeDrops-Example"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"effectiveDateTime": "2021-03-25T13:00:00+00:00",
"request": {
"reference": "MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example"
},
"dosage": {
"text": "1 drop in each affected eye twice daily, approximately 12 hours apart.",
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "362508001",
"display": "Both eyes, entire"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "58831000052108",
"display": "Subretinal route"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421984009",
"display": "Until finished"
}
]
},
"dose": {
"value": 30,
"unit": "milliliter",
"system": "http://unitsofmeasure.org",
"code": "mL"
}
}
}

An example to illustrate a medication dispense of eye drops

Table View

MedicationDispense.id[0]UKCore-MedicationDispense-EyeDrops-Example
MedicationDispense.text[0].status[0]additional
MedicationDispense.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a medication dispense of eye drops</div>
MedicationDispense.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
MedicationDispense.identifier[0].value[0]5c92c1dc-06a9-4729-b8c9-222cf769f8dc
MedicationDispense.status[0]in-progress
MedicationDispense.medication[0].reference[0]Medication/UKCore-Medication-TimoptolEyeDrops-Example
MedicationDispense.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
MedicationDispense.performer[0].actor[0].reference[0]Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example
MedicationDispense.authorizingPrescription[0].reference[0]MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example
MedicationDispense.quantity[0].value[0]30
MedicationDispense.quantity[0].unit[0]milliliter
MedicationDispense.quantity[0].system[0]http://unitsofmeasure.org
MedicationDispense.quantity[0].code[0]mL
MedicationDispense.daysSupply[0].value[0]30
MedicationDispense.daysSupply[0].unit[0]Day
MedicationDispense.daysSupply[0].system[0]http://unitsofmeasure.org
MedicationDispense.daysSupply[0].code[0]d
MedicationDispense.whenPrepared[0]2020-01-15T15:00:00+00:00
MedicationDispense.receiver[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
MedicationDispense.dosageInstruction[0].text[0]1 drop in each affected eye twice daily, approximately 12 hours apart.
MedicationDispense.dosageInstruction[0].timing[0].repeat[0].frequency[0]1
MedicationDispense.dosageInstruction[0].timing[0].repeat[0].period[0]12
MedicationDispense.dosageInstruction[0].timing[0].repeat[0].periodUnit[0]h
MedicationDispense.dosageInstruction[0].site[0].coding[0].system[0]http://snomed.info/sct
MedicationDispense.dosageInstruction[0].site[0].coding[0].code[0]362508001
MedicationDispense.dosageInstruction[0].site[0].coding[0].display[0]Both eyes, entire
MedicationDispense.dosageInstruction[0].route[0].coding[0].system[0]http://snomed.info/sct
MedicationDispense.dosageInstruction[0].route[0].coding[0].code[0]58831000052108
MedicationDispense.dosageInstruction[0].route[0].coding[0].display[0]Subretinal route
MedicationDispense.dosageInstruction[0].method[0].coding[0].system[0]http://snomed.info/sct
MedicationDispense.dosageInstruction[0].method[0].coding[0].code[0]421984009
MedicationDispense.dosageInstruction[0].method[0].coding[0].display[0]Until finished

Tree View

MedicationDispense

XML View

<MedicationDispense xmlns="http://hl7.org/fhir">
<id value="UKCore-MedicationDispense-EyeDrops-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="5c92c1dc-06a9-4729-b8c9-222cf769f8dc" />
</identifier>
<status value="in-progress" />
<reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" />
</medicationReference>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" />
</actor>
</performer>
<reference value="MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example" />
</authorizingPrescription>
<value value="30" />
<unit value="milliliter" />
<system value="http://unitsofmeasure.org" />
<code value="mL" />
</quantity>
<value value="30" />
<unit value="Day" />
<system value="http://unitsofmeasure.org" />
<code value="d" />
</daysSupply>
<whenPrepared value="2020-01-15T15:00:00+00:00" />
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</receiver>
<text value="1 drop in each affected eye twice daily, approximately 12 hours apart." />
<frequency value="1" />
<period value="12" />
<periodUnit value="h" />
</repeat>
</timing>
<system value="http://snomed.info/sct" />
<code value="362508001" />
<display value="Both eyes, entire" />
</coding>
</site>
<system value="http://snomed.info/sct" />
<code value="58831000052108" />
<display value="Subretinal route" />
</coding>
</route>
<system value="http://snomed.info/sct" />
<code value="421984009" />
<display value="Until finished" />
</coding>
</method>
</dosageInstruction>
</MedicationDispense>

JSON View

{
"resourceType": "MedicationDispense",
"id": "UKCore-MedicationDispense-EyeDrops-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "5c92c1dc-06a9-4729-b8c9-222cf769f8dc"
}
],
"status": "in-progress",
"reference": "Medication/UKCore-Medication-TimoptolEyeDrops-Example"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
{
"actor": {
"reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example"
}
}
],
{
"reference": "MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example"
}
],
"value": 30,
"unit": "milliliter",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"value": 30,
"unit": "Day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"whenPrepared": "2020-01-15T15:00:00+00:00",
{
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
],
{
"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"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "58831000052108",
"display": "Subretinal route"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421984009",
"display": "Until finished"
}
]
}
}
]
}

An example to illustrate a medication request for eye drops

Table View

MedicationRequest.id[0]UKCore-MedicationRequest-EyeDrops-Example
MedicationRequest.text[0].status[0]additional
MedicationRequest.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a medication request for eye drops</div>
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.medication[0].reference[0]Medication/UKCore-Medication-TimoptolEyeDrops-Example
MedicationRequest.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
MedicationRequest.authoredOn[0]2022-09-10T15:00:00.000Z
MedicationRequest.requester[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
MedicationRequest.courseOfTherapyType[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy
MedicationRequest.courseOfTherapyType[0].coding[0].code[0]acute
MedicationRequest.courseOfTherapyType[0].coding[0].display[0]Short course (acute) therapy
MedicationRequest.dosageInstruction[0].text[0]1 drop in left eye, every 12 hours, until finished.
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]8966001
MedicationRequest.dosageInstruction[0].site[0].coding[0].display[0]Left eye structure
MedicationRequest.dosageInstruction[0].route[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].route[0].coding[0].code[0]58831000052108
MedicationRequest.dosageInstruction[0].route[0].coding[0].display[0]Subretinal route
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.dosageInstruction[0].doseAndRate[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/dose-rate-type
MedicationRequest.dosageInstruction[0].doseAndRate[0].type[0].coding[0].code[0]ordered
MedicationRequest.dosageInstruction[0].doseAndRate[0].type[0].coding[0].display[0]Ordered
MedicationRequest.dosageInstruction[0].doseAndRate[0].dose[0].value[0]1
MedicationRequest.dosageInstruction[0].doseAndRate[0].dose[0].unit[0]drop
MedicationRequest.dosageInstruction[0].doseAndRate[0].dose[0].system[0]http://unitsofmeasure.org
MedicationRequest.dosageInstruction[0].doseAndRate[0].dose[0].code[0][drp]
MedicationRequest.substitution[0].allowed[0]True

Tree View

MedicationRequest

XML View

<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="UKCore-MedicationRequest-EyeDrops-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="completed" />
<intent value="order" />
<system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" />
<code value="outpatient" />
<display value="Outpatient" />
</coding>
</category>
<reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" />
</medicationReference>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<authoredOn value="2022-09-10T15:00:00.000Z" />
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</requester>
<system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" />
<code value="acute" />
<display value="Short course (acute) therapy" />
</coding>
</courseOfTherapyType>
<text value="1 drop in left eye, every 12 hours, until finished." />
<frequency value="1" />
<period value="12" />
<periodUnit value="h" />
</repeat>
</timing>
<system value="http://snomed.info/sct" />
<code value="8966001" />
<display value="Left eye structure" />
</coding>
</site>
<system value="http://snomed.info/sct" />
<code value="58831000052108" />
<display value="Subretinal route" />
</coding>
</route>
<system value="http://snomed.info/sct" />
<code value="421984009" />
<display value="Until finished" />
</coding>
</method>
<system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" />
<code value="ordered" />
<display value="Ordered" />
</coding>
</type>
<value value="1" />
<unit value="drop" />
<system value="http://unitsofmeasure.org" />
<code value="[drp]" />
</doseQuantity>
</doseAndRate>
</dosageInstruction>
<allowedBoolean value="true" />
</substitution>
</MedicationRequest>

JSON View

{
"resourceType": "MedicationRequest",
"id": "UKCore-MedicationRequest-EyeDrops-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "completed",
"intent": "order",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "outpatient",
"display": "Outpatient"
}
]
}
],
"reference": "Medication/UKCore-Medication-TimoptolEyeDrops-Example"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"authoredOn": "2022-09-10T15:00:00.000Z",
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
"code": "acute",
"display": "Short course (acute) therapy"
}
]
},
{
"text": "1 drop in left eye, every 12 hours, until finished.",
"timing": {
"repeat": {
"frequency": 1,
"period": 12,
"periodUnit": "h"
}
},
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "8966001",
"display": "Left eye structure"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "58831000052108",
"display": "Subretinal route"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421984009",
"display": "Until finished"
}
]
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"value": 1,
"unit": "drop",
"system": "http://unitsofmeasure.org",
"code": "[drp]"
}
}
]
}
],
}
}

An example to illustrate the specific repeat information of a medication item

Table View

Command 'table' could not render: File not found for 'subject=UKCore-MedicationRequest-Extension-RepeatInformation-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-MedicationRequest-Extension-RepeatInformation-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-MedicationRequest-Extension-RepeatInformation-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-MedicationRequest-Extension-RepeatInformation-Example'

An example to illustrate a medication statement for Amoxicillin

Table View

MedicationStatement.id[0]UKCore-MedicationStatement-Amoxicillin-Example
MedicationStatement.text[0].status[0]additional
MedicationStatement.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a medication statement for Amoxicillin</div>
MedicationStatement.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
MedicationStatement.identifier[0].value[0]ac0ffbdf-3289-41d5-84d9-068a1f5937db
MedicationStatement.status[0]active
MedicationStatement.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/medication-statement-category
MedicationStatement.category[0].coding[0].code[0]outpatient
MedicationStatement.category[0].coding[0].display[0]Outpatient
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
MedicationStatement.effective[0].start[0]2021-02-15T13:50:00+00:00
MedicationStatement.effective[0].end[0]2021-05-15T13:50:00+00:00
MedicationStatement.dateAsserted[0]2017-02-22
MedicationStatement.reasonCode[0].coding[0].system[0]http://snomed.info/sct
MedicationStatement.reasonCode[0].coding[0].code[0]65363002
MedicationStatement.reasonCode[0].coding[0].display[0]Otitis media
MedicationStatement.dosage[0].text[0]2 capsules 4 times a day.
MedicationStatement.dosage[0].timing[0].repeat[0].frequency[0]4
MedicationStatement.dosage[0].timing[0].repeat[0].period[0]1
MedicationStatement.dosage[0].timing[0].repeat[0].periodUnit[0]d
MedicationStatement.dosage[0].asNeeded[0].coding[0].system[0]http://snomed.info/sct
MedicationStatement.dosage[0].asNeeded[0].coding[0].code[0]301354004
MedicationStatement.dosage[0].asNeeded[0].coding[0].display[0]Pain of ear
MedicationStatement.dosage[0].site[0].coding[0].system[0]http://snomed.info/sct
MedicationStatement.dosage[0].site[0].coding[0].code[0]123851003
MedicationStatement.dosage[0].site[0].coding[0].display[0]Mouth region structure
MedicationStatement.dosage[0].route[0].coding[0].system[0]http://snomed.info/sct
MedicationStatement.dosage[0].route[0].coding[0].code[0]26643006
MedicationStatement.dosage[0].route[0].coding[0].display[0]Oral
MedicationStatement.dosage[0].method[0].coding[0].system[0]http://snomed.info/sct
MedicationStatement.dosage[0].method[0].coding[0].code[0]421984009
MedicationStatement.dosage[0].method[0].coding[0].display[0]Until finished
MedicationStatement.dosage[0].doseAndRate[0].dose[0].value[0]500
MedicationStatement.dosage[0].doseAndRate[0].dose[0].unit[0]milligram
MedicationStatement.dosage[0].doseAndRate[0].dose[0].system[0]http://unitsofmeasure.org
MedicationStatement.dosage[0].doseAndRate[0].dose[0].code[0]mg

Tree View

MedicationStatement

XML View

<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="UKCore-MedicationStatement-Amoxicillin-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="ac0ffbdf-3289-41d5-84d9-068a1f5937db" />
</identifier>
<status value="active" />
<system value="http://terminology.hl7.org/CodeSystem/medication-statement-category" />
<code value="outpatient" />
<display value="Outpatient" />
</coding>
</category>
<system value="https://dmd.nhs.uk" />
<code value="39732311000001104" />
<display value="Amoxicillin 250mg capsules" />
</coding>
</medicationCodeableConcept>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<start value="2021-02-15T13:50:00+00:00" />
<end value="2021-05-15T13:50:00+00:00" />
</effectivePeriod>
<dateAsserted value="2017-02-22" />
<system value="http://snomed.info/sct" />
<code value="65363002" />
<display value="Otitis media" />
</coding>
</reasonCode>
<text value="2 capsules 4 times a day." />
<frequency value="4" />
<period value="1" />
<periodUnit value="d" />
</repeat>
</timing>
<system value="http://snomed.info/sct" />
<code value="301354004" />
<display value="Pain of ear" />
</coding>
</asNeededCodeableConcept>
<system value="http://snomed.info/sct" />
<code value="123851003" />
<display value="Mouth region structure" />
</coding>
</site>
<system value="http://snomed.info/sct" />
<code value="26643006" />
<display value="Oral" />
</coding>
</route>
<system value="http://snomed.info/sct" />
<code value="421984009" />
<display value="Until finished" />
</coding>
</method>
<value value="500" />
<unit value="milligram" />
<system value="http://unitsofmeasure.org" />
<code value="mg" />
</doseQuantity>
</doseAndRate>
</dosage>
</MedicationStatement>

JSON View

{
"resourceType": "MedicationStatement",
"id": "UKCore-MedicationStatement-Amoxicillin-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "ac0ffbdf-3289-41d5-84d9-068a1f5937db"
}
],
"status": "active",
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medication-statement-category",
"code": "outpatient",
"display": "Outpatient"
}
]
},
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "39732311000001104",
"display": "Amoxicillin 250mg capsules"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"start": "2021-02-15T13:50:00+00:00",
"end": "2021-05-15T13:50:00+00:00"
},
"dateAsserted": "2017-02-22",
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "65363002",
"display": "Otitis media"
}
]
}
],
"dosage": [
{
"text": "2 capsules 4 times a day.",
"timing": {
"repeat": {
"frequency": 4,
"period": 1,
"periodUnit": "d"
}
},
"coding": [
{
"system": "http://snomed.info/sct",
"code": "301354004",
"display": "Pain of ear"
}
]
},
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "123851003",
"display": "Mouth region structure"
}
]
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421984009",
"display": "Until finished"
}
]
},
{
"value": 500,
"unit": "milligram",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}

An example to illustrate the date when a prescription was last issued

Table View

Command 'table' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-LastIssueDate-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-LastIssueDate-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-LastIssueDate-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-LastIssueDate-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

Command 'table' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-PrescribingOrg-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-PrescribingOrg-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-PrescribingOrg-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-PrescribingOrg-Example'

An example to illustrate whether a pharmacist verified a medication

Table View

Command 'table' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-PharmacistVerified-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-PharmacistVerified-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-PharmacistVerified-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-MedicationStatement-Extension-PharmacistVerified-Example'

An example to illustrate a general practice organisation

Table View

Organization.id[0]UKCore-Organization-WhiteRoseMedicalCentre-Example
Organization.text[0].status[0]additional
Organization.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an organization</div>
Organization.identifier[0].use[0]official
Organization.identifier[0].system[0]https://fhir.nhs.uk/Id/ods-organization-code
Organization.identifier[0].value[0]GP5
Organization.name[0]WHITE ROSE MEDICAL CENTRE
Organization.telecom[0].system[0]phone
Organization.telecom[0].value[0]0111 243 3144
Organization.address[0].line[0]WHITE ROSE MEDICAL PRACTICE
Organization.address[0].line[1]ROSE STREET
Organization.address[0].city[0]LEEDS
Organization.address[0].postalCode[0]LS1288T
Organization.address[0].country[0]ENGLAND

Tree View

Organization

XML View

<Organization xmlns="http://hl7.org/fhir">
<id value="UKCore-Organization-WhiteRoseMedicalCentre-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<use value="official" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="GP5" />
</identifier>
<name value="WHITE ROSE MEDICAL CENTRE" />
<system value="phone" />
<value value="0111 243 3144" />
</telecom>
<line value="WHITE ROSE MEDICAL PRACTICE" />
<line value="ROSE STREET" />
<city value="LEEDS" />
<postalCode value="LS1288T" />
<country value="ENGLAND" />
</address>
</Organization>

JSON View

{
"resourceType": "Organization",
"id": "UKCore-Organization-WhiteRoseMedicalCentre-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"use": "official",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "GP5"
}
],
"name": "WHITE ROSE MEDICAL CENTRE",
"telecom": [
{
"system": "phone",
"value": "0111 243 3144"
}
],
"address": [
{
"line": [
"WHITE ROSE MEDICAL PRACTICE",
"ROSE STREET"
],
"city": "LEEDS",
"postalCode": "LS1288T",
"country": "ENGLAND"
}
]
}

An example to illustrate a hospital organisation

Table View

Organization.id[0]UKCore-Organization-LeedsTeachingHospital-Example
Organization.text[0].status[0]additional
Organization.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an NHS Trust organisation</div>
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
Organization.telecom[0].system[0]phone
Organization.telecom[0].value[0]0113 243 3144
Organization.address[0].line[0]ST. JAMES'S UNIVERSITY HOSPITAL
Organization.address[0].line[1]BECKETT STREET
Organization.address[0].city[0]LEEDS
Organization.address[0].postalCode[0]LS9 7TF
Organization.address[0].country[0]ENGLAND

Tree View

Organization

XML View

<Organization xmlns="http://hl7.org/fhir">
<id value="UKCore-Organization-LeedsTeachingHospital-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<use value="official" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RR8" />
</identifier>
<name value="LEEDS TEACHING HOSPITALS NHS TRUST" />
<system value="phone" />
<value value="0113 243 3144" />
</telecom>
<line value="ST. JAMES'S UNIVERSITY HOSPITAL" />
<line value="BECKETT STREET" />
<city value="LEEDS" />
<postalCode value="LS9 7TF" />
<country value="ENGLAND" />
</address>
</Organization>

JSON View

{
"resourceType": "Organization",
"id": "UKCore-Organization-LeedsTeachingHospital-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"use": "official",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RR8"
}
],
"name": "LEEDS TEACHING HOSPITALS NHS TRUST",
"telecom": [
{
"system": "phone",
"value": "0113 243 3144"
}
],
"address": [
{
"line": [
"ST. JAMES'S UNIVERSITY HOSPITAL",
"BECKETT STREET"
],
"city": "LEEDS",
"postalCode": "LS9 7TF",
"country": "ENGLAND"
}
]
}

An example to illustrate the extension which shows an organisation's main location

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Organization-Extension-MainLocation-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Organization-Extension-MainLocation-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Organization-Extension-MainLocation-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Organization-Extension-MainLocation-Example'

An example to illustrate a baby patient

Table View

Patient.id[0]UKCore-Patient-BabyPatient-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 patient that is a baby</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
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
Patient.identifier[0].system[0]https://fhir.nhs.uk/Id/nhs-number
Patient.identifier[0].value[0]9912003890
Patient.name[0].use[0]official
Patient.name[0].family[0]JONES
Patient.name[0].given[0]Melanie
Patient.telecom[0].system[0]phone
Patient.telecom[0].value[0]01131231266
Patient.gender[0]female
Patient.birthDate[0]2021-02-11
Patient.birthDate[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/patient-birthTime
Patient.birthDate[0].extension[0].value[0]2021-02-11T15:39:00+00:00
Patient.address[0].line[0]10 Fearnville Grove
Patient.address[0].city[0]LEEDS
Patient.address[0].postalCode[0]LS8 3DR

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="UKCore-Patient-BabyPatient-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
<code value="A" />
<display value="White - British" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
<code value="01" />
<display value="Number present and verified" />
</coding>
</valueCodeableConcept>
</extension>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9912003890" />
</identifier>
<use value="official" />
<family value="JONES" />
<given value="Melanie" />
</name>
<system value="phone" />
<value value="01131231266" />
</telecom>
<gender value="female" />
<birthDate value="2021-02-11">
<extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime">
<valueDateTime value="2021-02-11T15:39:00+00:00" />
</extension>
</birthDate>
<line value="10 Fearnville Grove" />
<city value="LEEDS" />
<postalCode value="LS8 3DR" />
</address>
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "UKCore-Patient-BabyPatient-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
"code": "A",
"display": "White - British"
}
]
}
}
],
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
"code": "01",
"display": "Number present and verified"
}
]
}
}
],
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9912003890"
}
],
"name": [
{
"use": "official",
"family": "JONES",
"given": [
"Melanie"
]
}
],
"telecom": [
{
"system": "phone",
"value": "01131231266"
}
],
"gender": "female",
"birthDate": "2021-02-11",
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
"valueDateTime": "2021-02-11T15:39:00+00:00"
}
]
},
"address": [
{
"line": [
"10 Fearnville Grove"
],
"city": "LEEDS",
"postalCode": "LS8 3DR"
}
]
}

An example to illustrate a patient called Richard Smith

Table View

Patient.id[0]UKCore-Patient-RichardSmith-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 generic 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]G
Patient.extension[0].value[0].coding[0].display[0]Mixed - Any other mixed background
Patient.extension[1].extension[0].url[0]PreferredContactMethod
Patient.extension[1].extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod
Patient.extension[1].extension[0].value[0].coding[0].code[0]3
Patient.extension[1].extension[0].value[0].coding[0].display[0]Telephone
Patient.extension[1].extension[1].url[0]PreferredContactTimes
Patient.extension[1].extension[1].value[0].repeat[0].frequency[0]1
Patient.extension[1].extension[1].value[0].repeat[0].period[0]1
Patient.extension[1].extension[1].value[0].repeat[0].periodUnit[0]d
Patient.extension[1].extension[1].value[0].repeat[0].dayOfWeek[0]mon
Patient.extension[1].extension[1].value[0].repeat[0].dayOfWeek[1]wed
Patient.extension[1].extension[1].value[0].repeat[0].dayOfWeek[2]fri
Patient.extension[1].extension[1].value[0].repeat[0].when[0]MORN
Patient.extension[1].extension[2].url[0]PreferredWrittenCommunicationFormat
Patient.extension[1].extension[2].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat
Patient.extension[1].extension[2].value[0].coding[0].code[0]11
Patient.extension[1].extension[2].value[0].coding[0].display[0]Large print
Patient.extension[1].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference
Patient.extension[2].extension[0].url[0]deathNotificationStatus
Patient.extension[2].extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus
Patient.extension[2].extension[0].value[0].coding[0].code[0]U
Patient.extension[2].extension[0].value[0].coding[0].display[0]Removed
Patient.extension[2].extension[1].url[0]systemEffectiveDate
Patient.extension[2].extension[1].value[0]2019-08-01T00:00:00.000Z
Patient.extension[2].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus
Patient.extension[3].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus
Patient.extension[3].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus
Patient.extension[3].value[0].coding[0].code[0]H
Patient.extension[3].value[0].coding[0].display[0]UK Resident
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
Patient.identifier[0].system[0]https://fhir.nhs.uk/Id/nhs-number
Patient.identifier[0].value[0]9912003888
Patient.name[0].use[0]official
Patient.name[0].family[0]SMITH
Patient.name[0].given[0]Richard
Patient.telecom[0].system[0]phone
Patient.telecom[0].value[0]01131231234
Patient.gender[0]male
Patient.birthDate[0]1970-09-11
Patient.address[0].line[0]4 Sandmoor Drive
Patient.address[0].city[0]LEEDS
Patient.address[0].postalCode[0]LS17 7DF
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].extension[1].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator
Patient.contact[0].extension[1].value[0]True
Patient.contact[0].relationship[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole
Patient.contact[0].relationship[0].coding[0].code[0]Personal
Patient.contact[0].relationship[0].coding[0].display[0]Personal relationship with the patient
Patient.contact[0].name[0].use[0]official
Patient.contact[0].name[0].text[0]JACKSON Jane (Miss)
Patient.contact[0].name[0].family[0]Jackson
Patient.contact[0].name[0].given[0]Jane
Patient.contact[0].name[0].prefix[0]Miss
Patient.contact[0].telecom[0].system[0]phone
Patient.contact[0].telecom[0].value[0]07777123123
Patient.contact[0].telecom[0].use[0]mobile
Patient.contact[0].address[0].use[0]home
Patient.contact[0].address[0].type[0]physical
Patient.contact[0].address[0].line[0]5 Alwoodley Road
Patient.contact[0].address[0].city[0]LEEDS
Patient.contact[0].address[0].postalCode[0]LS17 6EH
Patient.contact[0].gender[0]female
Patient.communication[0].language[0].coding[0].system[0]urn:ietf:bcp:47
Patient.communication[0].language[0].coding[0].code[0]bfi
Patient.communication[0].language[0].coding[0].display[0]British Sign Language
Patient.communication[0].language[0].coding[1].system[0]http://snomed.info/sct
Patient.communication[0].language[0].coding[1].code[0]703963007
Patient.communication[0].language[0].coding[1].display[0]Makaton vocabulary

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="UKCore-Patient-RichardSmith-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
<code value="G" />
<display value="Mixed - Any other mixed background" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference">
<extension url="PreferredContactMethod">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" />
<code value="3" />
<display value="Telephone" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="PreferredContactTimes">
<frequency value="1" />
<period value="1" />
<periodUnit value="d" />
<dayOfWeek value="mon" />
<dayOfWeek value="wed" />
<dayOfWeek value="fri" />
<when value="MORN" />
</repeat>
</valueTiming>
</extension>
<extension url="PreferredWrittenCommunicationFormat">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat" />
<code value="11" />
<display value="Large print" />
</coding>
</valueCodeableConcept>
</extension>
</extension>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus">
<extension url="deathNotificationStatus">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus" />
<code value="U" />
<display value="Removed" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="systemEffectiveDate">
<valueDateTime value="2019-08-01T00:00:00.000Z" />
</extension>
</extension>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus" />
<code value="H" />
<display value="UK Resident" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" />
<code value="01" />
<display value="Number present and verified" />
</coding>
</valueCodeableConcept>
</extension>
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9912003888" />
</identifier>
<use value="official" />
<family value="SMITH" />
<given value="Richard" />
</name>
<system value="phone" />
<value value="01131231234" />
</telecom>
<gender value="male" />
<birthDate value="1970-09-11" />
<line value="4 Sandmoor Drive" />
<city value="LEEDS" />
<postalCode value="LS17 7DF" />
</address>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank">
<valuePositiveInt value="1" />
</extension>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator">
<valueBoolean value="true" />
</extension>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" />
<code value="Personal" />
<display value="Personal relationship with the patient" />
</coding>
</relationship>
<use value="official" />
<text value="JACKSON Jane (Miss)" />
<family value="Jackson" />
<given value="Jane" />
<prefix value="Miss" />
</name>
<system value="phone" />
<value value="07777123123" />
<use value="mobile" />
</telecom>
<use value="home" />
<type value="physical" />
<line value="5 Alwoodley Road" />
<city value="LEEDS" />
<postalCode value="LS17 6EH" />
</address>
<gender value="female" />
</contact>
<system value="urn:ietf:bcp:47" />
<code value="bfi" />
<display value="British Sign Language" />
</coding>
<system value="http://snomed.info/sct" />
<code value="703963007" />
<display value="Makaton vocabulary" />
</coding>
</language>
</communication>
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "UKCore-Patient-RichardSmith-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
"code": "G",
"display": "Mixed - Any other mixed background"
}
]
}
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference",
{
"url": "PreferredContactMethod",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod",
"code": "3",
"display": "Telephone"
}
]
}
},
{
"url": "PreferredContactTimes",
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"mon",
"wed",
"fri"
],
"when": [
"MORN"
]
}
}
},
{
"url": "PreferredWrittenCommunicationFormat",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat",
"code": "11",
"display": "Large print"
}
]
}
}
]
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus",
{
"url": "deathNotificationStatus",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus",
"code": "U",
"display": "Removed"
}
]
}
},
{
"url": "systemEffectiveDate",
"valueDateTime": "2019-08-01T00:00:00.000Z"
}
]
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus",
"code": "H",
"display": "UK Resident"
}
]
}
}
],
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
"code": "01",
"display": "Number present and verified"
}
]
}
}
],
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9912003888"
}
],
"name": [
{
"use": "official",
"family": "SMITH",
"given": [
"Richard"
]
}
],
"telecom": [
{
"system": "phone",
"value": "01131231234"
}
],
"gender": "male",
"birthDate": "1970-09-11",
"address": [
{
"line": [
"4 Sandmoor Drive"
],
"city": "LEEDS",
"postalCode": "LS17 7DF"
}
],
"contact": [
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank",
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator",
"valueBoolean": true
}
],
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole",
"code": "Personal",
"display": "Personal relationship with the patient"
}
]
}
],
"name": {
"use": "official",
"text": "JACKSON Jane (Miss)",
"family": "Jackson",
"given": [
"Jane"
],
"prefix": [
"Miss"
]
},
"telecom": [
{
"system": "phone",
"value": "07777123123",
"use": "mobile"
}
],
"address": {
"use": "home",
"type": "physical",
"line": [
"5 Alwoodley Road"
],
"city": "LEEDS",
"postalCode": "LS17 6EH"
},
"gender": "female"
}
],
{
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "bfi",
"display": "British Sign Language"
},
{
"system": "http://snomed.info/sct",
"code": "703963007",
"display": "Makaton vocabulary"
}
]
}
}
]
}

An example to illustrate the use of an address key used with the address datatype

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Patient-Extension-AddressKey-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Patient-Extension-AddressKey-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Patient-Extension-AddressKey-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Patient-Extension-AddressKey-Example'

An example to illustrate the extension for a patient's birth sex

This example uses an extension to show the patient's birth sex.

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Patient-Extension-BirthSex-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Patient-Extension-BirthSex-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Patient-Extension-BirthSex-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Patient-Extension-BirthSex-Example'

An example to illustrate the extension for the patient's contact ranking

This example shows the extension which uses a PositiveInt to indicate the order that the people listed as contacts for the patient should be contacted. This example uses the value 1 to show that this is the first person who should be contacted.

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Patient-Extension-ContactRank-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Patient-Extension-ContactRank-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Patient-Extension-ContactRank-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Patient-Extension-ContactRank-Example'

An example to illustrate the extension for a patient's contact preferences

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Patient-Extension-ContactPreference-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Patient-Extension-ContactPreference-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Patient-Extension-ContactPreference-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Patient-Extension-ContactPreference-Example'

An Example to illustrate the extension for copy correspondence indicators

This shows the extension that uses a Boolean value of true to indicate that the person named should be sent a copy of the correspondence.

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Patient-Extension-CopyCorrespondenceIndicator-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Patient-Extension-CopyCorrespondenceIndicator-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Patient-Extension-CopyCorrespondenceIndicator-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Patient-Extension-CopyCorrespondenceIndicator-Example'

An example to illustrate the extension to indicate the death notification status of the patient

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Patient-Extension-DeathNotificationStatus-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Patient-Extension-DeathNotificationStatus-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Patient-Extension-DeathNotificationStatus-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Patient-Extension-DeathNotificationStatus-Example'

An example to illustrate the extension which shows the ethnic category for a patient

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Patient-Extension-EthnicCategory-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Patient-Extension-EthnicCategory-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Patient-Extension-EthnicCategory-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Patient-Extension-EthnicCategory-Example'

An example of the extension which states the patient's NHS number verification status

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Patient-Extension-NHSNumberVerificationStatus-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Patient-Extension-NHSNumberVerificationStatus-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Patient-Extension-NHSNumberVerificationStatus-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Patient-Extension-NHSNumberVerificationStatus-Example'

An example to illustrate the extension to indicate other contact system(s) for a patient Richard Smith

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Patient-Extension-OtherContactSystem-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Patient-Extension-OtherContactSystem-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Patient-Extension-OtherContactSystem-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Patient-Extension-OtherContactSystem-Example'

An example to illustrate the extension to show the patient's residential status

Table View

Command 'table' could not render: File not found for 'subject=UKCore-Patient-Extension-ResidentialStatus-Example'

Tree View

Command 'tree' could not render: File not found for 'subject=UKCore-Patient-Extension-ResidentialStatus-Example'

XML View

Command 'xml' could not render: File not found for 'subject=UKCore-Patient-Extension-ResidentialStatus-Example'

JSON View

Command 'json' could not render: File not found for 'subject=UKCore-Patient-Extension-ResidentialStatus-Example'

An example to illustrate a practitioner who is a Pharmacist

Table View

Practitioner.id[0]UKCore-Practitioner-PharmacistJimmyChuck-Example
Practitioner.text[0].status[0]additional
Practitioner.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a pharmacist practitioner</div>
Practitioner.identifier[0].system[0]https://fhir.hl7.org.uk/Id/gphc-number
Practitioner.identifier[0].value[0]2298676
Practitioner.identifier[1].system[0]https://fhir.nhs.uk/Id/sds-user-id
Practitioner.identifier[1].value[0]P12345678
Practitioner.name[0].family[0]Chuck
Practitioner.name[0].given[0]Jimmy
Practitioner.name[0].prefix[0]Mr
Practitioner.telecom[0].system[0]phone
Practitioner.telecom[0].value[0]0113 6323222
Practitioner.telecom[0].use[0]work
Practitioner.address[0].line[0]INHOUSE PHARMACY
Practitioner.address[0].line[1]ST. JAMES'S UNIVERSITY HOSPITAL
Practitioner.address[0].line[2]BECKETT STREET
Practitioner.address[0].city[0]LEEDS
Practitioner.address[0].postalCode[0]LS9 7TF
Practitioner.address[0].country[0]ENGLAND

Tree View

Practitioner

XML View

<Practitioner xmlns="http://hl7.org/fhir">
<id value="UKCore-Practitioner-PharmacistJimmyChuck-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://fhir.hl7.org.uk/Id/gphc-number" />
<value value="2298676" />
</identifier>
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="P12345678" />
</identifier>
<family value="Chuck" />
<given value="Jimmy" />
<prefix value="Mr" />
</name>
<system value="phone" />
<value value="0113 6323222" />
<use value="work" />
</telecom>
<line value="INHOUSE PHARMACY" />
<line value="ST. JAMES'S UNIVERSITY HOSPITAL" />
<line value="BECKETT STREET" />
<city value="LEEDS" />
<postalCode value="LS9 7TF" />
<country value="ENGLAND" />
</address>
</Practitioner>

JSON View

{
"resourceType": "Practitioner",
"id": "UKCore-Practitioner-PharmacistJimmyChuck-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://fhir.hl7.org.uk/Id/gphc-number",
"value": "2298676"
},
{
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "P12345678"
}
],
"name": [
{
"family": "Chuck",
"given": [
"Jimmy"
],
"prefix": [
"Mr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 6323222",
"use": "work"
}
],
"address": [
{
"line": [
"INHOUSE PHARMACY",
"ST. JAMES'S UNIVERSITY HOSPITAL",
"BECKETT STREET"
],
"city": "LEEDS",
"postalCode": "LS9 7TF",
"country": "ENGLAND"
}
]
}

An example to illustrate a practitioner who is a General Practitioner

Table View

Practitioner.id[0]UKCore-Practitioner-DoctorPaulRastall-Example
Practitioner.text[0].status[0]additional
Practitioner.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a practitioner who is a doctor</div>
Practitioner.identifier[0].system[0]https://fhir.hl7.org.uk/Id/gmp-number
Practitioner.identifier[0].value[0]G12345678
Practitioner.name[0].family[0]Rastall
Practitioner.name[0].given[0]Paul
Practitioner.name[0].prefix[0]Dr
Practitioner.telecom[0].system[0]phone
Practitioner.telecom[0].value[0]0113 6323200
Practitioner.telecom[0].use[0]work
Practitioner.address[0].use[0]work
Practitioner.address[0].type[0]both
Practitioner.address[0].line[0]Chapel Main Practice
Practitioner.address[0].line[1]22 Brightside Crescent
Practitioner.address[0].city[0]Overtown
Practitioner.address[0].district[0]West Yorkshire
Practitioner.address[0].postalCode[0]LS10 4YU
Practitioner.gender[0]male

Tree View

Practitioner

XML View

<Practitioner xmlns="http://hl7.org/fhir">
<id value="UKCore-Practitioner-DoctorPaulRastall-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://fhir.hl7.org.uk/Id/gmp-number" />
<value value="G12345678" />
</identifier>
<family value="Rastall" />
<given value="Paul" />
<prefix value="Dr" />
</name>
<system value="phone" />
<value value="0113 6323200" />
<use value="work" />
</telecom>
<use value="work" />
<type value="both" />
<line value="Chapel Main Practice" />
<line value="22 Brightside Crescent" />
<city value="Overtown" />
<district value="West Yorkshire" />
<postalCode value="LS10 4YU" />
</address>
<gender value="male" />
</Practitioner>

JSON View

{
"resourceType": "Practitioner",
"id": "UKCore-Practitioner-DoctorPaulRastall-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://fhir.hl7.org.uk/Id/gmp-number",
"value": "G12345678"
}
],
"name": [
{
"family": "Rastall",
"given": [
"Paul"
],
"prefix": [
"Dr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 6323200",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "both",
"line": [
"Chapel Main Practice",
"22 Brightside Crescent"
],
"city": "Overtown",
"district": "West Yorkshire",
"postalCode": "LS10 4YU"
}
],
"gender": "male"
}

An example to illustrate a practitioner who is a consultant

Table View

Practitioner.id[0]UKCore-Practitioner-ConsultantSandraGose-Example
Practitioner.text[0].status[0]additional
Practitioner.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a practitioner who is a consultant</div>
Practitioner.identifier[0].system[0]https://fhir.hl7.org.uk/Id/gmc-number
Practitioner.identifier[0].value[0]C12345678
Practitioner.name[0].family[0]Gose
Practitioner.name[0].given[0]Sandra
Practitioner.name[0].prefix[0]Mrs
Practitioner.telecom[0].system[0]phone
Practitioner.telecom[0].value[0]0113 6323211
Practitioner.telecom[0].use[0]work
Practitioner.address[0].line[0]Admissions Department
Practitioner.address[0].line[1]ST. JAMES'S UNIVERSITY HOSPITAL
Practitioner.address[0].line[2]BECKETT STREET
Practitioner.address[0].city[0]LEEDS
Practitioner.address[0].postalCode[0]LS9 7TF
Practitioner.address[0].country[0]ENGLAND
Practitioner.gender[0]female

Tree View

Practitioner

XML View

<Practitioner xmlns="http://hl7.org/fhir">
<id value="UKCore-Practitioner-ConsultantSandraGose-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://fhir.hl7.org.uk/Id/gmc-number" />
<value value="C12345678" />
</identifier>
<family value="Gose" />
<given value="Sandra" />
<prefix value="Mrs" />
</name>
<system value="phone" />
<value value="0113 6323211" />
<use value="work" />
</telecom>
<line value="Admissions Department" />
<line value="ST. JAMES'S UNIVERSITY HOSPITAL" />
<line value="BECKETT STREET" />
<city value="LEEDS" />
<postalCode value="LS9 7TF" />
<country value="ENGLAND" />
</address>
<gender value="female" />
</Practitioner>

JSON View

{
"resourceType": "Practitioner",
"id": "UKCore-Practitioner-ConsultantSandraGose-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://fhir.hl7.org.uk/Id/gmc-number",
"value": "C12345678"
}
],
"name": [
{
"family": "Gose",
"given": [
"Sandra"
],
"prefix": [
"Mrs"
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 6323211",
"use": "work"
}
],
"address": [
{
"line": [
"Admissions Department",
"ST. JAMES'S UNIVERSITY HOSPITAL",
"BECKETT STREET"
],
"city": "LEEDS",
"postalCode": "LS9 7TF",
"country": "ENGLAND"
}
],
"gender": "female"
}

An example to illustrate a practitioner role of general practitioner

Table View

PractitionerRole.id[0]UKCore-PractitionerRole-GeneralPractitioner-Example
PractitionerRole.text[0].status[0]additional
PractitionerRole.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a practitioner with the GP role</div>
PractitionerRole.identifier[0].system[0]https://fhir.nhs.uk/Id/sds-role-profile-id
PractitionerRole.identifier[0].value[0]100334993514
PractitionerRole.practitioner[0].reference[0]Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example
PractitionerRole.organization[0].reference[0]Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example
PractitionerRole.code[0].coding[0].system[0]http://snomed.info/sct
PractitionerRole.code[0].coding[0].code[0]62247001
PractitionerRole.code[0].coding[0].display[0]General practitioner
PractitionerRole.specialty[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode
PractitionerRole.specialty[0].coding[0].code[0]600
PractitionerRole.specialty[0].coding[0].display[0]General Medical Practice
PractitionerRole.telecom[0].system[0]phone
PractitionerRole.telecom[0].value[0]0113 6323200
PractitionerRole.telecom[0].use[0]work

Tree View

PractitionerRole

XML View

<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="UKCore-PractitionerRole-GeneralPractitioner-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="https://fhir.nhs.uk/Id/sds-role-profile-id" />
<value value="100334993514" />
</identifier>
<reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" />
</practitioner>
<reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
</organization>
<system value="http://snomed.info/sct" />
<code value="62247001" />
<display value="General practitioner" />
</coding>
</code>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" />
<code value="600" />
<display value="General Medical Practice" />
</coding>
</specialty>
<system value="phone" />
<value value="0113 6323200" />
<use value="work" />
</telecom>
</PractitionerRole>

JSON View

{
"resourceType": "PractitionerRole",
"id": "UKCore-PractitionerRole-GeneralPractitioner-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"system": "https://fhir.nhs.uk/Id/sds-role-profile-id",
"value": "100334993514"
}
],
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
},
"reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"
},
"code": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "62247001",
"display": "General practitioner"
}
]
}
],
{
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode",
"code": "600",
"display": "General Medical Practice"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "0113 6323200",
"use": "work"
}
]
}

back to top