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 |
AllergyIntolerance |
id : UKCore-AllergyIntolerance-Amoxicillin-Example |
text |
status : additional |
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 |
<AllergyIntolerance xmlns="http://hl7.org/fhir"> <id value="UKCore-AllergyIntolerance-Amoxicillin-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <clinicalStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> <code value="active" /> <display value="Active" /> </coding> </clinicalStatus> <verificationStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> <code value="confirmed" /> <display value="Confirmed" /> </coding> </verificationStatus> <code> <coding> <system value="http://snomed.info/sct" /> <code value="372687004" /> <display value="Amoxicillin" /> </coding> </code> <patient> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </patient> <encounter> <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> </encounter> <recordedDate value="2019-12-10T13:00:00+00:00" /> <recorder> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </recorder> <asserter> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </asserter> <reaction> <manifestation> <coding> <system value="http://snomed.info/sct" /> <code value="247472004" /> <display value="Urticarial rash" /> </coding> </manifestation> <severity value="mild" /> </reaction> </AllergyIntolerance>
{ "resourceType": "AllergyIntolerance", "id": "UKCore-AllergyIntolerance-Amoxicillin-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "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" } ] }
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 |
AllergyIntolerance |
id : UKCore-AllergyIntolerance-EnteredInError-Example |
text |
status : additional |
verificationStatus |
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 |
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 |
<AllergyIntolerance xmlns="http://hl7.org/fhir"> <id value="UKCore-AllergyIntolerance-EnteredInError-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <verificationStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> <code value="entered-in-error" /> <display value="Entered in Error" /> </coding> </verificationStatus> <code> <coding> <system value="http://snomed.info/sct" /> <code value="372687004" /> <display value="Amoxicillin" /> </coding> </code> <patient> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </patient> <encounter> <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> </encounter> <recordedDate value="2019-12-10T13:00:00+00:00" /> <recorder> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </recorder> <asserter> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </asserter> </AllergyIntolerance>
{ "resourceType": "AllergyIntolerance", "id": "UKCore-AllergyIntolerance-EnteredInError-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "verificationStatus": { "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" }, "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" } }
AllergyIntolerance.id[0] | UKCore-Extension-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 |
AllergyIntolerance |
id : UKCore-Extension-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 |
<AllergyIntolerance xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-AllergyIntolEnd-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <clinicalStatus> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AllergyIntoleranceEnd"> <extension url="endDate"> <valueDateTime value="2021-07-20T17:10:00+00:00" /> </extension> <extension url="reasonEnded"> <valueString value="Administrative error corrected on patient record - confirmed that allergy not experienced with the patient." /> </extension> </extension> <!-- **************extension end************** --> <coding> <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> <code value="inactive" /> <display value="Inactive" /> </coding> </clinicalStatus> <verificationStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> <code value="confirmed" /> <display value="Confirmed" /> </coding> </verificationStatus> <code> <coding> <system value="http://snomed.info/sct" /> <code value="372687004" /> <display value="Amoxicillin" /> </coding> </code> <patient> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </patient> <encounter> <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> </encounter> <recordedDate value="2019-12-10T13:00:00+00:00" /> <recorder> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </recorder> <asserter> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </asserter> </AllergyIntolerance>
{ "resourceType": "AllergyIntolerance", "id": "UKCore-Extension-AllergyIntolEnd-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "clinicalStatus": { "extension": [ { "extension": [ { "url": "endDate", "valueDateTime": "2021-07-20T17:10:00+00:00" }, { "url": "reasonEnded", "valueString": "Administrative error corrected on patient record - confirmed that allergy not experienced with the patient." } ], "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AllergyIntoleranceEnd" } ], "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" } }
AllergyIntolerance.id[0] | UKCore-Extension-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 |
AllergyIntolerance |
id : UKCore-Extension-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 |
<AllergyIntolerance xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-Evidence-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Evidence"> <valueReference> <reference value="DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example" /> <type value="DiagnosticReport" /> </valueReference> </extension> <!-- ***************extension end*************** --> <clinicalStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> <code value="active" /> <display value="Active" /> </coding> </clinicalStatus> <verificationStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> <code value="confirmed" /> <display value="Confirmed" /> </coding> </verificationStatus> <code> <coding> <system value="http://snomed.info/sct" /> <code value="372687004" /> <display value="Amoxicillin" /> </coding> </code> <patient> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </patient> <encounter> <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> </encounter> <recordedDate value="2019-12-10T13:00:00+00:00" /> <recorder> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </recorder> <asserter> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </asserter> <reaction> <manifestation> <coding> <system value="http://snomed.info/sct" /> <code value="247472004" /> <display value="Urticarial rash" /> </coding> </manifestation> <severity value="mild" /> </reaction> </AllergyIntolerance>
{ "resourceType": "AllergyIntolerance", "id": "UKCore-Extension-Evidence-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Evidence", "valueReference": { "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" } ] }
Appointment.id[0] | UKCore-Extension-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 |
Appointment |
id : UKCore-Extension-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 |
<Appointment xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-BookingOrganization-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization"> <valueReference> <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" /> <type value="Organization" /> <identifier> <use value="official" /> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0203" /> <code value="PRN" /> <display value="Provider number" /> </coding> </type> <system value="https://fhir.nhs.uk/Id/ods-site-code" /> <value value="GP8D7" /> <period> <start value="2022-03-11T10:46:00+00:00" /> <end value="2022-03-11T13:20:00+00:00" /> </period> </identifier> </valueReference> </extension> <!-- **************extension end ****************** --> <status value="booked" /> <start value="2022-03-11T10:46:00+00:00" /> <end value="2022-03-11T13:20:00+00:00" /> <participant> <actor> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> <display value="Richard Smith" /> </actor> <required value="required" /> <status value="accepted" /> </participant> <participant> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" /> <code value="ATND" /> </coding> </type> <actor> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> <display value="Dr Sandra Gose" /> </actor> <required value="required" /> <status value="accepted" /> </participant> <participant> <actor> <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> <display value="Orthopaedic Trauma Department, St James' University Hospital, Leeds" /> </actor> <required value="required" /> <status value="accepted" /> </participant> </Appointment>
{ "resourceType": "Appointment", "id": "UKCore-Extension-BookingOrganization-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization", "valueReference": { "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" }, { "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" }, { "actor": { "reference": "Location/UKCore-Location-HospitalSJUH-Example", "display": "Orthopaedic Trauma Department, St James' University Hospital, Leeds" }, "required": "required", "status": "accepted" } ] }
Appointment.id[0] | UKCore-Extension-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 |
Appointment |
id : UKCore-Extension-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 |
<Appointment xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-DeliveryChannel-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" /> <code value="In-person" /> <display value="In person" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end ****************** --> <status value="booked" /> <start value="2022-03-11T10:46:00+00:00" /> <end value="2022-03-11T13:20:00+00:00" /> <participant> <actor> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> <display value="Richard Smith" /> </actor> <required value="required" /> <status value="accepted" /> </participant> <participant> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" /> <code value="ATND" /> </coding> </type> <actor> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> <display value="Dr Sandra Gose" /> </actor> <required value="required" /> <status value="accepted" /> </participant> <participant> <actor> <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> <display value="Orthopaedic Trauma Department, St James' University Hospital, Leeds" /> </actor> <required value="required" /> <status value="accepted" /> </participant> </Appointment>
{ "resourceType": "Appointment", "id": "UKCore-Extension-DeliveryChannel-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel", "valueCodeableConcept": { "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" }, { "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" }, { "actor": { "reference": "Location/UKCore-Location-HospitalSJUH-Example", "display": "Orthopaedic Trauma Department, St James' University Hospital, Leeds" }, "required": "required", "status": "accepted" } ] }
Appointment.id[0] | UKCore-Appointment-OrthopaedicSurgery-Example |
Appointment.text[0].status[0] | additional |
Appointment.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate n orthopaedic surgery 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[1].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel |
Appointment.extension[1].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel |
Appointment.extension[1].value[0].coding[0].code[0] | In-person |
Appointment.extension[1].value[0].coding[0].display[0] | In person |
Appointment.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
Appointment.identifier[0].value[0] | e7c54d06-c5b5-4ecb-91c3-5c1e68d3b923 |
Appointment.status[0] | booked |
Appointment.serviceCategory[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/service-category |
Appointment.serviceCategory[0].coding[0].code[0] | 31 |
Appointment.serviceCategory[0].coding[0].display[0] | Specialist Surgical |
Appointment.serviceType[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/service-type |
Appointment.serviceType[0].coding[0].code[0] | 218 |
Appointment.serviceType[0].coding[0].display[0] | Orthopaedic Surgery |
Appointment.specialty[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode |
Appointment.specialty[0].coding[0].code[0] | 110 |
Appointment.specialty[0].coding[0].display[0] | Trauma and Orthopaedics |
Appointment.appointmentType[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v2-0276 |
Appointment.appointmentType[0].coding[0].code[0] | FOLLOWUP |
Appointment.appointmentType[0].coding[0].display[0] | A follow up visit from a previous appointment |
Appointment.reasonReference[0].reference[0] | Condition/UKCore-Condition-HipReplacement-Example |
Appointment.reasonReference[0].display[0] | Pain in both hips |
Appointment.priority[0] | 1 |
Appointment.description[0] | Appointment to investigate the pain in both hips |
Appointment.start[0] | 2022-03-11T10:46:00+00:00 |
Appointment.end[0] | 2022-03-11T13:20:00+00:00 |
Appointment.created[0] | 2022-02-14 |
Appointment.comment[0] | Further expand on the results of the X-ray and determine the next actions that may be appropriate. |
Appointment.patientInstruction[0] | Please do not eat anything for 1 hour prior to the appointment. |
Appointment.basedOn[0].reference[0] | ServiceRequest/UKCore-ServiceRequest-HipReplacement-Example |
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 |
Appointment |
id : UKCore-Appointment-OrthopaedicSurgery-Example |
text |
status : additional |
extension |
url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization |
value |
reference : Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example |
type : Organization |
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 |
identifier |
system : https://tools.ietf.org/html/rfc4122 |
value : e7c54d06-c5b5-4ecb-91c3-5c1e68d3b923 |
status : booked |
serviceCategory |
coding |
system : http://terminology.hl7.org/CodeSystem/service-category |
code : 31 |
display : Specialist Surgical |
serviceType |
coding |
system : http://terminology.hl7.org/CodeSystem/service-type |
code : 218 |
display : Orthopaedic Surgery |
specialty |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode |
code : 110 |
display : Trauma and Orthopaedics |
appointmentType |
coding |
system : http://terminology.hl7.org/CodeSystem/v2-0276 |
code : FOLLOWUP |
display : A follow up visit from a previous appointment |
reasonReference |
reference : Condition/UKCore-Condition-HipReplacement-Example |
display : Pain in both hips |
priority : 1 |
description : Appointment to investigate the pain in both hips |
start : 2022-03-11T10:46:00+00:00 |
end : 2022-03-11T13:20:00+00:00 |
created : 2022-02-14 |
comment : Further expand on the results of the X-ray and determine the next actions that may be appropriate. |
patientInstruction : Please do not eat anything for 1 hour prior to the appointment. |
basedOn |
reference : ServiceRequest/UKCore-ServiceRequest-HipReplacement-Example |
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 |
<Appointment xmlns="http://hl7.org/fhir"> <id value="UKCore-Appointment-OrthopaedicSurgery-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- This supports the recording of the organisation booking the appointment. --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization"> <valueReference> <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" /> <type value="Organization" /> </valueReference> </extension> <!-- This describes the delivery channel of a scheduled appointment. --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel" /> <code value="In-person" /> <display value="In person" /> </coding> </valueCodeableConcept> </extension> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="e7c54d06-c5b5-4ecb-91c3-5c1e68d3b923" /> </identifier> <status value="booked" /> <serviceCategory> <coding> <system value="http://terminology.hl7.org/CodeSystem/service-category" /> <code value="31" /> <display value="Specialist Surgical" /> </coding> </serviceCategory> <serviceType> <coding> <system value="http://terminology.hl7.org/CodeSystem/service-type" /> <code value="218" /> <display value="Orthopaedic Surgery" /> </coding> </serviceType> <specialty> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> <code value="110" /> <display value="Trauma and Orthopaedics" /> </coding> </specialty> <appointmentType> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0276" /> <code value="FOLLOWUP" /> <display value="A follow up visit from a previous appointment" /> </coding> </appointmentType> <reasonReference> <reference value="Condition/UKCore-Condition-HipReplacement-Example" /> <display value="Pain in both hips" /> </reasonReference> <priority value="1" /> <description value="Appointment to investigate the pain in both hips" /> <start value="2022-03-11T10:46:00+00:00" /> <end value="2022-03-11T13:20:00+00:00" /> <created value="2022-02-14" /> <comment value="Further expand on the results of the X-ray and determine the next actions that may be appropriate." /> <patientInstruction value="Please do not eat anything for 1 hour prior to the appointment." /> <basedOn> <reference value="ServiceRequest/UKCore-ServiceRequest-HipReplacement-Example" /> </basedOn> <participant> <actor> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> <display value="Richard Smith" /> </actor> <required value="required" /> <status value="accepted" /> </participant> <participant> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" /> <code value="ATND" /> </coding> </type> <actor> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> <display value="Dr Sandra Gose" /> </actor> <required value="required" /> <status value="accepted" /> </participant> <participant> <actor> <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> <display value="Orthopaedic Trauma Department, St James' University Hospital, Leeds" /> </actor> <required value="required" /> <status value="accepted" /> </participant> </Appointment>
{ "resourceType": "Appointment", "id": "UKCore-Appointment-OrthopaedicSurgery-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization", "valueReference": { "reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example", "type": "Organization" } }, { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel", "code": "In-person", "display": "In person" } ] } } ], "identifier": [ { "system": "https://tools.ietf.org/html/rfc4122", "value": "e7c54d06-c5b5-4ecb-91c3-5c1e68d3b923" } ], "status": "booked", "serviceCategory": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/service-category", "code": "31", "display": "Specialist Surgical" } ] } ], "serviceType": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/service-type", "code": "218", "display": "Orthopaedic Surgery" } ] } ], "specialty": [ { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode", "code": "110", "display": "Trauma and Orthopaedics" } ] } ], "appointmentType": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0276", "code": "FOLLOWUP", "display": "A follow up visit from a previous appointment" } ] }, "reasonReference": [ { "reference": "Condition/UKCore-Condition-HipReplacement-Example", "display": "Pain in both hips" } ], "priority": 1, "description": "Appointment to investigate the pain in both hips", "start": "2022-03-11T10:46:00+00:00", "end": "2022-03-11T13:20:00+00:00", "created": "2022-02-14", "comment": "Further expand on the results of the X-ray and determine the next actions that may be appropriate.", "patientInstruction": "Please do not eat anything for 1 hour prior to the appointment.", "basedOn": [ { "reference": "ServiceRequest/UKCore-ServiceRequest-HipReplacement-Example" } ], "participant": [ { "actor": { "reference": "Patient/UKCore-Patient-RichardSmith-Example", "display": "Richard Smith" }, "required": "required", "status": "accepted" }, { "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" }, { "actor": { "reference": "Location/UKCore-Location-HospitalSJUH-Example", "display": "Orthopaedic Trauma Department, St James' University Hospital, Leeds" }, "required": "required", "status": "accepted" } ] }
Bundle.id[0] | UKCore-Bundle-AllergyList-Example |
Bundle.type[0] | collection |
Bundle.entry[0].fullUrl[0] | urn:uuid:d043d2b6-5782-4536-88b6-e537973a09fb |
Bundle.entry[0].resource[0].id[0] | UKCore-Allergy-List-Example |
Bundle.entry[0].resource[0].status[0] | current |
Bundle.entry[0].resource[0].mode[0] | snapshot |
Bundle.entry[0].resource[0].code[0].coding[0].system[0] | http://snomed.info/sct |
Bundle.entry[0].resource[0].code[0].coding[0].code[0] | 886921000000105 |
Bundle.entry[0].resource[0].code[0].coding[0].display[0] | Allergies and adverse reactions |
Bundle.entry[0].resource[0].subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Bundle.entry[0].resource[0].date[0] | 2019-12-10T13:00:00+00:00 |
Bundle.entry[0].resource[0].entry[0].item[0].reference[0] | urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4 |
Bundle.entry[1].fullUrl[0] | urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4 |
Bundle.entry[1].resource[0].id[0] | efae5859-28df-4e7d-be91-6df56d8215e4 |
Bundle.entry[1].resource[0].clinicalStatus[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical |
Bundle.entry[1].resource[0].clinicalStatus[0].coding[0].code[0] | active |
Bundle.entry[1].resource[0].clinicalStatus[0].coding[0].display[0] | Active |
Bundle.entry[1].resource[0].verificationStatus[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/allergyintolerance-verification |
Bundle.entry[1].resource[0].verificationStatus[0].coding[0].code[0] | confirmed |
Bundle.entry[1].resource[0].verificationStatus[0].coding[0].display[0] | Confirmed |
Bundle.entry[1].resource[0].code[0].coding[0].system[0] | http://snomed.info/sct |
Bundle.entry[1].resource[0].code[0].coding[0].code[0] | 372687004 |
Bundle.entry[1].resource[0].code[0].coding[0].display[0] | Amoxicillin |
Bundle.entry[1].resource[0].patient[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Bundle.entry[1].resource[0].encounter[0].reference[0] | Encounter/UKCore-Encounter-InpatientEncounter-Example |
Bundle.entry[1].resource[0].recordedDate[0] | 2019-12-10T13:00:00+00:00 |
Bundle.entry[1].resource[0].recorder[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
Bundle.entry[1].resource[0].asserter[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
Bundle.entry[1].resource[0].reaction[0].manifestation[0].coding[0].system[0] | http://snomed.info/sct |
Bundle.entry[1].resource[0].reaction[0].manifestation[0].coding[0].code[0] | 247472004 |
Bundle.entry[1].resource[0].reaction[0].manifestation[0].coding[0].display[0] | Urticarial rash |
Bundle.entry[1].resource[0].reaction[0].severity[0] | mild |
Bundle |
id : UKCore-Bundle-AllergyList-Example |
type : collection |
entry |
fullUrl : urn:uuid:d043d2b6-5782-4536-88b6-e537973a09fb |
resource |
id : UKCore-Allergy-List-Example |
status : current |
mode : snapshot |
code |
coding |
system : http://snomed.info/sct |
code : 886921000000105 |
display : Allergies and adverse reactions |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
date : 2019-12-10T13:00:00+00:00 |
entry |
item |
reference : urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4 |
entry |
fullUrl : urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4 |
resource |
id : efae5859-28df-4e7d-be91-6df56d8215e4 |
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 |
<Bundle xmlns="http://hl7.org/fhir"> <id value="UKCore-Bundle-AllergyList-Example" /> <type value="collection" /> <entry> <fullUrl value="urn:uuid:d043d2b6-5782-4536-88b6-e537973a09fb" /> <resource> <List> <id value="UKCore-Allergy-List-Example" /> <status value="current" /> <mode value="snapshot" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="886921000000105" /> <display value="Allergies and adverse reactions" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <date value="2019-12-10T13:00:00+00:00" /> <entry> <item> <reference value="urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4" /> </item> </entry> </List> </resource> </entry> <entry> <fullUrl value="urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4" /> <resource> <AllergyIntolerance> <id value="efae5859-28df-4e7d-be91-6df56d8215e4" /> <clinicalStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" /> <code value="active" /> <display value="Active" /> </coding> </clinicalStatus> <verificationStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" /> <code value="confirmed" /> <display value="Confirmed" /> </coding> </verificationStatus> <code> <coding> <system value="http://snomed.info/sct" /> <code value="372687004" /> <display value="Amoxicillin" /> </coding> </code> <patient> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </patient> <encounter> <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> </encounter> <recordedDate value="2019-12-10T13:00:00+00:00" /> <recorder> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </recorder> <asserter> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </asserter> <reaction> <manifestation> <coding> <system value="http://snomed.info/sct" /> <code value="247472004" /> <display value="Urticarial rash" /> </coding> </manifestation> <severity value="mild" /> </reaction> </AllergyIntolerance> </resource> </entry> </Bundle>
{ "resourceType": "Bundle", "id": "UKCore-Bundle-AllergyList-Example", "type": "collection", "entry": [ { "fullUrl": "urn:uuid:d043d2b6-5782-4536-88b6-e537973a09fb", "resource": { "resourceType": "List", "id": "UKCore-Allergy-List-Example", "status": "current", "mode": "snapshot", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "886921000000105", "display": "Allergies and adverse reactions" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "date": "2019-12-10T13:00:00+00:00", "entry": [ { "item": { "reference": "urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4" } } ] } }, { "fullUrl": "urn:uuid:efae5859-28df-4e7d-be91-6df56d8215e4", "resource": { "resourceType": "AllergyIntolerance", "id": "efae5859-28df-4e7d-be91-6df56d8215e4", "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" } ] } } ] }
Composition.id[0] | UKCore-Composition-Discharge-Example |
Composition.text[0].status[0] | additional |
Composition.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a composition containing a discharge summary</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] | 310000008 |
Composition.extension[0].value[0].coding[0].display[0] | Accident and Emergency service |
Composition.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
Composition.identifier[0].value[0] | 2d361270-039f-4a48-827b-ef255ff8b6c4 |
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.subject[0].reference[0] | urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5 |
Composition.encounter[0].reference[0] | urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9 |
Composition.date[0] | 2021-02-12T19:00:00+00:00 |
Composition.author[0].reference[0] | urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb |
Composition.title[0] | Accident & Emergency Discharge summary |
Composition.custodian[0].reference[0] | urn:uuid:120633ae-1a20-4e0e-b807-b78fb59679cc |
Composition.section[0].title[0] | Allergies and adverse reaction |
Composition.section[0].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[0].code[0].coding[0].code[0] | allergies-and-adverse-reaction |
Composition.section[0].code[0].coding[0].display[0] | Allergies and adverse reaction |
Composition.section[0].text[0].status[0] | additional |
Composition.section[0].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Causative agent</th><td>Penicillin -class of antibiotic</td></tr><tr><th>Description of reaction</th><td>Eruption due to drug</td></tr><tr><th>Severity</th><td>Mild</td></tr><tr><th>Certainty</th><td>Certain</td></tr><tr><th>Comment</th><td>No swelling</td></tr></tbody></table></div> |
Composition.section[0].entry[0].reference[0] | urn:uuid:b37c89af-c5da-425f-8e6d-58c043ccf94b |
Composition.section[1].title[0] | Attendance details |
Composition.section[1].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[1].code[0].coding[0].code[0] | attendance-details |
Composition.section[1].code[0].coding[0].display[0] | Attendance details |
Composition.section[1].text[0].status[0] | additional |
Composition.section[1].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Date and time of contact</th><td>12-Feb-2015 07:00</td></tr></tbody></table></div> |
Composition.section[2].title[0] | Clinical narrative |
Composition.section[2].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[2].code[0].coding[0].code[0] | clinical-narrative |
Composition.section[2].code[0].coding[0].display[0] | Clinical narrative |
Composition.section[2].text[0].status[0] | additional |
Composition.section[2].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Clinical narrative</th></tr><tr><td><p>60 year old man complaining of chest pain lasting around 2 hours.</p><p>Examination unremarkable.</p><p>Inferior ischaemic changes on ECG.</p></td></tr></tbody></table><table><tbody><tr><td><pre>Full Blood Count TestValueUnitsReference Range White Cell Count11.1x10*9/L3.5 - 10.0 Red Cell Count5.0x10*12/L4.25 - 5.75 Haemoglobin150g/L13.0 - 17.0 Haematocrit0.230L/L0.400 - 0.500 Mean Cell Volume90fL84 - 98 Mean Cell Hb33.0pg27.5 - 32.0 Mean Cell Hb Con34.0pg31.0 - 35.0 RDW12.0%< 14.5 Platelet Count300x10*9/L150 - 400 Machine Differential TestValueUnitsReference Range Neutrophils7.0x10*9/L1.7 - 7.5 Lymphocytes3.5x10*9/L1.0 - 3.5 Monocytes0.3x10*9/L< 0.6 Eosinophils0.4x10*9/L< 0.4 Basophils0.1x10*9/L< 0.1 LUCs0.2x10*9/L< 0.4</pre></td></tr></tbody></table></div> |
Composition.section[3].title[0] | Contact for further information |
Composition.section[3].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[3].code[0].coding[0].code[0] | contact-for-further-information |
Composition.section[3].code[0].coding[0].display[0] | Contact for further information |
Composition.section[3].text[0].status[0] | additional |
Composition.section[3].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Contact for further information</th><td>Dr Paul Rastall Tel: 0113 6323200</td></tr></tbody></table></div> |
Composition.section[4].title[0] | Diagnoses |
Composition.section[4].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[4].code[0].coding[0].code[0] | diagnoses |
Composition.section[4].code[0].coding[0].display[0] | Diagnoses |
Composition.section[4].text[0].status[0] | generated |
Composition.section[4].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Diagnosis name</th><td>Acute ST segment elevation myocardial infarction</td></tr></tbody></table></div> |
Composition.section[4].entry[0].reference[0] | urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f |
Composition.section[5].title[0] | Discharge details |
Composition.section[5].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[5].code[0].coding[0].code[0] | discharge-details |
Composition.section[5].code[0].coding[0].display[0] | Discharge details |
Composition.section[5].text[0].status[0] | extensions |
Composition.section[5].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Discharge status</th><td>Streamed from emergency department to urgent care service following initial assessment</td></tr><tr><th>Date/time of discharge</th><td>12-Feb-2015 08:00</td></tr><tr><th>Discharge destination</th><td>NHS other Hospital Provider - Ward for general Patients or the younger physically disabled</td></tr></tbody></table></div> |
Composition.section[5].entry[0].reference[0] | urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9 |
Composition.section[6].title[0] | GP practice |
Composition.section[6].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[6].code[0].coding[0].code[0] | general-practitioner-practice |
Composition.section[6].code[0].coding[0].display[0] | General practitioner practice |
Composition.section[6].text[0].status[0] | additional |
Composition.section[6].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>GP name</th><td><p>Prefix: Dr</p><p>Given Name: John</p><p>Family Name: Lorenzo</p></td></tr><tr><th>GP practice details</th><td><p>Name: MGP Medical Centre</p><p>Address:</p><p>Address Line: 1 MGP House, Overtown</p><p>City: Leeds</p><p>Post Code: LS21 7PA</p></td></tr></tbody></table></div> |
Composition.section[6].entry[0].reference[0] | urn:uuid:e4058bb2-bf1a-47a4-ab10-1471161380a1 |
Composition.section[7].title[0] | Information and advice given |
Composition.section[7].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[7].code[0].coding[0].code[0] | information-and-advice-given |
Composition.section[7].code[0].coding[0].display[0] | Information and advice given |
Composition.section[7].text[0].status[0] | additional |
Composition.section[7].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Information and advice given</th><td>Patient advised to be admitted to ward for further tests after ECG results showed inferior ischaemic changes.</td></tr></tbody></table></div> |
Composition.section[8].title[0] | Medications and medical devices |
Composition.section[8].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[8].code[0].coding[0].code[0] | medications-and-medical-devices |
Composition.section[8].code[0].coding[0].display[0] | Medications and medical devices |
Composition.section[8].text[0].status[0] | additional |
Composition.section[8].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Medication name</th><td>Ramipril 2.5mg tablets (A A H Pharmaceuticals Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>One 2.5mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Aspirin 75mg tablets (Sigma Pharmaceuticals Plc)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 75mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Simvastatin 40mg tablets (Brown & Burk UK Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 40mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Bisoprolol 5mg tablets (A A H Pharmaceuticals Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 5mg tablet daily.</td></tr><tr><th>Comment/recommendation</th><td>Recommend Uptitrate according to BP and HR</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table></div> |
Composition.section[8].entry[0].reference[0] | urn:uuid:e3c8b45f-22d4-4ce6-970c-10a959831dca |
Composition.section[9].title[0] | Patient demographics |
Composition.section[9].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[9].code[0].coding[0].code[0] | patient-demographics |
Composition.section[9].code[0].coding[0].display[0] | Patient demographics |
Composition.section[9].text[0].status[0] | generated |
Composition.section[9].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Patient name</th><td><p>Prefix: Mr</p><p>Given Name: Richard</p><p>Family Name: Smith</p></td></tr><tr><th>Date of birth</th><td>1 January 1957</td></tr><tr><th>Gender</th><td>Male</td></tr><tr><th>NHS number</th><td>1352465790</td></tr><tr><th>Patient address</th><td><p>Address Line: 21, Grove Street, Overtown</p><p>City: Leeds</p><p>Post Code: LS21 1PF</p></td></tr></tbody></table></div> |
Composition.section[9].entry[0].reference[0] | urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5 |
Composition.section[10].title[0] | Person completing record |
Composition.section[10].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[10].code[0].coding[0].code[0] | person-completing-record |
Composition.section[10].code[0].coding[0].display[0] | Person completing record |
Composition.section[10].text[0].status[0] | generated |
Composition.section[10].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Name</th><td><p>Prefix: Dr</p><p>Given Name: Paul</p><p>Family Name: Rastall</p></td></tr></tbody></table></div> |
Composition.section[10].entry[0].reference[0] | urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb |
Composition.section[11].title[0] | Plan and requested actions |
Composition.section[11].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[11].code[0].coding[0].code[0] | plan-and-requested-actions |
Composition.section[11].code[0].coding[0].display[0] | Plan and requested actions |
Composition.section[11].text[0].status[0] | additional |
Composition.section[11].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Action</th><td><p>Patient has agreed to be admitted to Cramer ward for further tests to investigate causes of his chest pain on 12 February 2015.</p><p>Person responsible: Dr. Paul Rastall (Accident and Emergency Consultant, St. James's University Hospital Accident and Emergency Department)</p><p>Status: Completed</p><p>Outcome: Patient expects to find out the more information about the reasons for his chest pain when tests are carried out after admission.</p></td></tr></tbody></table></div> |
Composition.section[12].title[0] | Presenting complaints or issues |
Composition.section[12].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[12].code[0].coding[0].code[0] | presenting-complaints-or-issues |
Composition.section[12].code[0].coding[0].display[0] | Presenting complaints or issues |
Composition.section[12].text[0].status[0] | generated |
Composition.section[12].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Presenting complaints or issue</th><td>Chest pain</td></tr></tbody></table></div> |
Composition.section[12].entry[0].reference[0] | urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f |
Composition.section[13].title[0] | Procedures |
Composition.section[13].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[13].code[0].coding[0].code[0] | procedures |
Composition.section[13].code[0].coding[0].display[0] | Procedures |
Composition.section[13].text[0].status[0] | additional |
Composition.section[13].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table><tbody><tr><th>Procedure name</th><td>Electrocardiographic monitoring</td></tr><tr><th>Comment</th><td>ECGs showed inferior ischaemic changes.</td></tr></tbody></table></div> |
Composition.section[13].entry[0].reference[0] | urn:uuid:1e04ce96-6e52-4f82-bc26-93c89c5836a1 |
Composition.section[14].title[0] | Referrer details |
Composition.section[14].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[14].code[0].coding[0].code[0] | referrer-details |
Composition.section[14].code[0].coding[0].display[0] | Referrer details |
Composition.section[14].text[0].status[0] | additional |
Composition.section[14].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Referrer details</th><td>Self-referral to accident and emergency department</td></tr></tbody></table></div> |
Composition.section[15].title[0] | Senior reviewing clinician |
Composition.section[15].code[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
Composition.section[15].code[0].coding[0].code[0] | senior-reviewing-clinician |
Composition.section[15].code[0].coding[0].display[0] | Senior reviewing clinician |
Composition.section[15].text[0].status[0] | generated |
Composition.section[15].text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Name</th><td><p>Prefix: Mr</p><p>Family Name: Abacus</p></td></tr></tbody></table></div> |
Composition.section[15].entry[0].reference[0] | urn:uuid:d25fd1c6-2658-4db7-9af0-86c5f95e8ec9 |
Composition |
id : UKCore-Composition-Discharge-Example |
text |
status : additional |
extension |
url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType |
value |
coding |
system : http://snomed.info/sct |
code : 310000008 |
display : Accident and Emergency service |
identifier |
system : https://tools.ietf.org/html/rfc4122 |
value : 2d361270-039f-4a48-827b-ef255ff8b6c4 |
status : final |
type |
coding |
system : http://snomed.info/sct |
code : 373942005 |
display : Discharge summary |
subject |
reference : urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5 |
encounter |
reference : urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9 |
date : 2021-02-12T19:00:00+00:00 |
author |
reference : urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb |
title : Accident & Emergency Discharge summary |
custodian |
reference : urn:uuid:120633ae-1a20-4e0e-b807-b78fb59679cc |
section |
title : Allergies and adverse reaction |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : allergies-and-adverse-reaction |
display : Allergies and adverse reaction |
text |
status : additional |
entry |
reference : urn:uuid:b37c89af-c5da-425f-8e6d-58c043ccf94b |
section |
title : Attendance details |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : attendance-details |
display : Attendance details |
text |
status : additional |
section |
title : Clinical narrative |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : clinical-narrative |
display : Clinical narrative |
text |
status : additional |
section |
title : Contact for further information |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : contact-for-further-information |
display : Contact for further information |
text |
status : additional |
section |
title : Diagnoses |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : diagnoses |
display : Diagnoses |
text |
status : generated |
entry |
reference : urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f |
section |
title : Discharge details |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : discharge-details |
display : Discharge details |
text |
status : extensions |
entry |
reference : urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9 |
section |
title : GP practice |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : general-practitioner-practice |
display : General practitioner practice |
text |
status : additional |
entry |
reference : urn:uuid:e4058bb2-bf1a-47a4-ab10-1471161380a1 |
section |
title : Information and advice given |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : information-and-advice-given |
display : Information and advice given |
text |
status : additional |
section |
title : Medications and medical devices |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : medications-and-medical-devices |
display : Medications and medical devices |
text |
status : additional |
entry |
reference : urn:uuid:e3c8b45f-22d4-4ce6-970c-10a959831dca |
section |
title : Patient demographics |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : patient-demographics |
display : Patient demographics |
text |
status : generated |
entry |
reference : urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5 |
section |
title : Person completing record |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : person-completing-record |
display : Person completing record |
text |
status : generated |
entry |
reference : urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb |
section |
title : Plan and requested actions |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : plan-and-requested-actions |
display : Plan and requested actions |
text |
status : additional |
section |
title : Presenting complaints or issues |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : presenting-complaints-or-issues |
display : Presenting complaints or issues |
text |
status : generated |
entry |
reference : urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f |
section |
title : Procedures |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : procedures |
display : Procedures |
text |
status : additional |
entry |
reference : urn:uuid:1e04ce96-6e52-4f82-bc26-93c89c5836a1 |
section |
title : Referrer details |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : referrer-details |
display : Referrer details |
text |
status : additional |
section |
title : Senior reviewing clinician |
code |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings |
code : senior-reviewing-clinician |
display : Senior reviewing clinician |
text |
status : generated |
entry |
reference : urn:uuid:d25fd1c6-2658-4db7-9af0-86c5f95e8ec9 |
<Composition xmlns="http://hl7.org/fhir"> <id value="UKCore-Composition-Discharge-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- Extension to carry details of the Correspondence Care Setting Type. --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="310000008" /> <display value="Accident and Emergency service" /> </coding> </valueCodeableConcept> </extension> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="2d361270-039f-4a48-827b-ef255ff8b6c4" /> </identifier> <!-- The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document. --> <status value="final" /> <type> <!-- Discharge Summary document type --> <coding> <system value="http://snomed.info/sct" /> <code value="373942005" /> <display value="Discharge summary" /> </coding> </type> <!-- Reference to the patient subject of the Composition --> <subject> <reference value="urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5" /> </subject> <!-- Reference to the clinical encounter or type of care this documentation is associated with. --> <encounter> <reference value="urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9" /> </encounter> <!-- The composition editing time, when the composition was last logically changed by the author. --> <date value="2021-02-12T19:00:00+00:00" /> <!-- Identifies who is responsible for the information in the composition, not necessarily who typed it in --> <author> <reference value="urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb" /> </author> <title value="Accident & Emergency Discharge summary" /> <!-- Identifies the organisation responsible for ongoing maintenance of and access to the composition/document information. --> <custodian> <reference value="urn:uuid:120633ae-1a20-4e0e-b807-b78fb59679cc" /> </custodian> <!-- Allergies and adverse reactions --> <section> <title value="Allergies and adverse reaction" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="allergies-and-adverse-reaction" /> <display value="Allergies and adverse reaction" /> </coding> </code> <text> <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Causative agent</th><td>Penicillin -class of antibiotic</td></tr><tr><th>Description of reaction</th><td>Eruption due to drug</td></tr><tr><th>Severity</th><td>Mild</td></tr><tr><th>Certainty</th><td>Certain</td></tr><tr><th>Comment</th><td>No swelling</td></tr></tbody></table></div> </text> <!-- Reference to Allergies List as the source of information for this section --> <entry> <reference value="urn:uuid:b37c89af-c5da-425f-8e6d-58c043ccf94b" /> </entry> </section> <!-- Attendance details --> <section> <title value="Attendance details" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="attendance-details" /> <display value="Attendance details" /> </coding> </code> <text> <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Date and time of contact</th><td>12-Feb-2015 07:00</td></tr></tbody></table></div> </text> </section> <!-- Clinical narrative --> <section> <title value="Clinical narrative" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="clinical-narrative" /> <display value="Clinical narrative" /> </coding> </code> <text> <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Clinical narrative</th></tr><tr><td><p>60 year old man complaining of chest pain lasting around 2 hours.</p><p>Examination unremarkable.</p><p>Inferior ischaemic changes on ECG.</p></td></tr></tbody></table><table><tbody><tr><td><pre>Full Blood Count TestValueUnitsReference Range White Cell Count11.1x10*9/L3.5 - 10.0 Red Cell Count5.0x10*12/L4.25 - 5.75 Haemoglobin150g/L13.0 - 17.0 Haematocrit0.230L/L0.400 - 0.500 Mean Cell Volume90fL84 - 98 Mean Cell Hb33.0pg27.5 - 32.0 Mean Cell Hb Con34.0pg31.0 - 35.0 RDW12.0%< 14.5 Platelet Count300x10*9/L150 - 400 Machine Differential TestValueUnitsReference Range Neutrophils7.0x10*9/L1.7 - 7.5 Lymphocytes3.5x10*9/L1.0 - 3.5 Monocytes0.3x10*9/L< 0.6 Eosinophils0.4x10*9/L< 0.4 Basophils0.1x10*9/L< 0.1 LUCs0.2x10*9/L< 0.4</pre></td></tr></tbody></table></div> </text> </section> <!-- Contact for further information --> <section> <title value="Contact for further information" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="contact-for-further-information" /> <display value="Contact for further information" /> </coding> </code> <text> <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Contact for further information</th><td>Dr Paul Rastall Tel: 0113 6323200</td></tr></tbody></table></div> </text> </section> <!-- Diagnoses --> <section> <title value="Diagnoses" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="diagnoses" /> <display value="Diagnoses" /> </coding> </code> <text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Diagnosis name</th><td>Acute ST segment elevation myocardial infarction</td></tr></tbody></table></div> </text> <!-- Reference to information in the Condition list resource --> <entry> <reference value="urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f" /> </entry> </section> <!-- Discharge details --> <section> <title value="Discharge details" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="discharge-details" /> <display value="Discharge details" /> </coding> </code> <text> <status value="extensions" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Discharge status</th><td>Streamed from emergency department to urgent care service following initial assessment</td></tr><tr><th>Date/time of discharge</th><td>12-Feb-2015 08:00</td></tr><tr><th>Discharge destination</th><td>NHS other Hospital Provider - Ward for general Patients or the younger physically disabled</td></tr></tbody></table></div> </text> <!-- Reference to the Encounter entry as the source of information for this section --> <entry> <reference value="urn:uuid:9a20cb92-354a-4015-82ec-ab0252efc5b9" /> </entry> </section> <!-- GP Practice --> <section> <title value="GP practice" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="general-practitioner-practice" /> <display value="General practitioner practice" /> </coding> </code> <text> <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>GP name</th><td><p>Prefix: Dr</p><p>Given Name: John</p><p>Family Name: Lorenzo</p></td></tr><tr><th>GP practice details</th><td><p>Name: MGP Medical Centre</p><p>Address:</p><p>Address Line: 1 MGP House, Overtown</p><p>City: Leeds</p><p>Post Code: LS21 7PA</p></td></tr></tbody></table></div> </text> <!-- Reference to the Organisation entry as the source of information for this section --> <entry> <reference value="urn:uuid:e4058bb2-bf1a-47a4-ab10-1471161380a1" /> </entry> </section> <!-- Information and advice given --> <section> <title value="Information and advice given" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="information-and-advice-given" /> <display value="Information and advice given" /> </coding> </code> <text> <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Information and advice given</th><td>Patient advised to be admitted to ward for further tests after ECG results showed inferior ischaemic changes.</td></tr></tbody></table></div> </text> </section> <!-- Medications and medical devices --> <section> <title value="Medications and medical devices" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="medications-and-medical-devices" /> <display value="Medications and medical devices" /> </coding> </code> <text> <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Medication name</th><td>Ramipril 2.5mg tablets (A A H Pharmaceuticals Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>One 2.5mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Aspirin 75mg tablets (Sigma Pharmaceuticals Plc)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 75mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Simvastatin 40mg tablets (Brown & Burk UK Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 40mg tablet once a day.</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table><table width="100%"><tbody><tr><th>Medication name</th><td>Bisoprolol 5mg tablets (A A H Pharmaceuticals Ltd)</td></tr><tr><th>Form</th><td>Tablet</td></tr><tr><th>Route</th><td>Oral</td></tr><tr><th>Dose directions description</th><td>Take one 5mg tablet daily.</td></tr><tr><th>Comment/recommendation</th><td>Recommend Uptitrate according to BP and HR</td></tr><tr><th>Status</th><td>Continued</td></tr></tbody></table></div> </text> <!-- Reference to medication list --> <entry> <reference value="urn:uuid:e3c8b45f-22d4-4ce6-970c-10a959831dca" /> </entry> </section> <!-- Patient demographics --> <section> <title value="Patient demographics" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="patient-demographics" /> <display value="Patient demographics" /> </coding> </code> <text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Patient name</th><td><p>Prefix: Mr</p><p>Given Name: Richard</p><p>Family Name: Smith</p></td></tr><tr><th>Date of birth</th><td>1 January 1957</td></tr><tr><th>Gender</th><td>Male</td></tr><tr><th>NHS number</th><td>1352465790</td></tr><tr><th>Patient address</th><td><p>Address Line: 21, Grove Street, Overtown</p><p>City: Leeds</p><p>Post Code: LS21 1PF</p></td></tr></tbody></table></div> </text> <!-- reference to further information carried in the patient resource --> <entry> <reference value="urn:uuid:c8225cc8-8026-466f-80f8-fc2832a4b9d5" /> </entry> </section> <!-- Person completing record --> <section> <title value="Person completing record" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="person-completing-record" /> <display value="Person completing record" /> </coding> </code> <text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Name</th><td><p>Prefix: Dr</p><p>Given Name: Paul</p><p>Family Name: Rastall</p></td></tr></tbody></table></div> </text> <!-- Reference to the practitioner entry as the source of information for this section --> <entry> <reference value="urn:uuid:369d88a8-9f6b-407f-8560-6ee9d7ccc8bb" /> </entry> </section> <!-- Plan and requested actions --> <section> <title value="Plan and requested actions" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="plan-and-requested-actions" /> <display value="Plan and requested actions" /> </coding> </code> <text> <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Action</th><td><p>Patient has agreed to be admitted to Cramer ward for further tests to investigate causes of his chest pain on 12 February 2015.</p><p>Person responsible: Dr. Paul Rastall (Accident and Emergency Consultant, St. James's University Hospital Accident and Emergency Department)</p><p>Status: Completed</p><p>Outcome: Patient expects to find out the more information about the reasons for his chest pain when tests are carried out after admission.</p></td></tr></tbody></table></div> </text> </section> <!-- Presenting complaints or issues --> <section> <title value="Presenting complaints or issues" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="presenting-complaints-or-issues" /> <display value="Presenting complaints or issues" /> </coding> </code> <text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Presenting complaints or issue</th><td>Chest pain</td></tr></tbody></table></div> </text> <!-- Reference to information in the Condition list resource --> <entry> <reference value="urn:uuid:0a46351b-bfe1-4085-956e-15d3b172e36f" /> </entry> </section> <!-- Procedures --> <section> <title value="Procedures" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="procedures" /> <display value="Procedures" /> </coding> </code> <text> <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"><table><tbody><tr><th>Procedure name</th><td>Electrocardiographic monitoring</td></tr><tr><th>Comment</th><td>ECGs showed inferior ischaemic changes.</td></tr></tbody></table></div> </text> <!-- reference to further information carried in the procedure list resource --> <entry> <reference value="urn:uuid:1e04ce96-6e52-4f82-bc26-93c89c5836a1" /> </entry> </section> <!-- Referrer details --> <section> <title value="Referrer details" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="referrer-details" /> <display value="Referrer details" /> </coding> </code> <text> <status value="additional" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Referrer details</th><td>Self-referral to accident and emergency department</td></tr></tbody></table></div> </text> </section> <!-- Senior reviewing clinician --> <section> <title value="Senior reviewing clinician" /> <code> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordStandardHeadings" /> <code value="senior-reviewing-clinician" /> <display value="Senior reviewing clinician" /> </coding> </code> <text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"><table width="100%"><tbody><tr><th>Name</th><td><p>Prefix: Mr</p><p>Family Name: Abacus</p></td></tr></tbody></table></div> </text> <!-- reference to further information carried in the practitioner resource --> <entry> <reference value="urn:uuid:d25fd1c6-2658-4db7-9af0-86c5f95e8ec9" /> </entry> </section> </Composition>
The resource cannot be rendered.
Element 'Composition' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At line 1, position 2
Element 'id' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 2, position 4
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 3, position 4
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.text, line 4, position 8
Element 'extension' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 8, position 4
Element 'valueCodeableConcept' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.extension[0], line 9, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.extension[0].value, line 10, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.extension[0].value.coding[0], line 11, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.extension[0].value.coding[0], line 12, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.extension[0].value.coding[0], line 13, position 10
Element 'identifier' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 17, position 4
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.identifier, line 18, position 6
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.identifier, line 19, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 23, position 4
Element 'type' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 24, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.type, line 26, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.type.coding[0], line 27, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.type.coding[0], line 28, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.type.coding[0], line 29, position 8
Element 'subject' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 33, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.subject, line 34, position 6
Element 'encounter' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 37, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.encounter, line 38, position 6
Element 'date' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 41, position 4
Element 'author' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 44, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.author[0], line 45, position 6
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 47, position 4
Element 'custodian' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 50, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.custodian, line 51, position 6
Element 'section' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition, line 54, position 4
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[0], line 55, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[0], line 56, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[0].code, line 57, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[0].code.coding[0], line 58, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[0].code.coding[0], line 59, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[0].code.coding[0], line 60, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[0], line 63, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[0].text, line 64, position 8
Element 'entry' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[0], line 93, position 6
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[0].entry[0], line 94, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[1], line 99, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[1], line 100, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[1].code, line 101, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[1].code.coding[0], line 102, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[1].code.coding[0], line 103, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[1].code.coding[0], line 104, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[1], line 107, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[1].text, line 108, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[2], line 123, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[2], line 124, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[2].code, line 125, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[2].code.coding[0], line 126, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[2].code.coding[0], line 127, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[2].code.coding[0], line 128, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[2], line 131, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[2].text, line 132, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[3], line 162, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[3], line 163, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[3].code, line 164, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[3].code.coding[0], line 165, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[3].code.coding[0], line 166, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[3].code.coding[0], line 167, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[3], line 170, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[3].text, line 171, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[4], line 186, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[4], line 187, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[4].code, line 188, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[4].code.coding[0], line 189, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[4].code.coding[0], line 190, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[4].code.coding[0], line 191, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[4], line 194, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[4].text, line 195, position 8
Element 'entry' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[4], line 208, position 6
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[4].entry[0], line 209, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[5], line 214, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[5], line 215, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[5].code, line 216, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[5].code.coding[0], line 217, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[5].code.coding[0], line 218, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[5].code.coding[0], line 219, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[5], line 222, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[5].text, line 223, position 8
Element 'entry' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[5], line 244, position 6
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[5].entry[0], line 245, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[6], line 250, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[6], line 251, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[6].code, line 252, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[6].code.coding[0], line 253, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[6].code.coding[0], line 254, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[6].code.coding[0], line 255, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[6], line 258, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[6].text, line 259, position 8
Element 'entry' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[6], line 286, position 6
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[6].entry[0], line 287, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[7], line 292, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[7], line 293, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[7].code, line 294, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[7].code.coding[0], line 295, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[7].code.coding[0], line 296, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[7].code.coding[0], line 297, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[7], line 300, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[7].text, line 301, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[8], line 316, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[8], line 317, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[8].code, line 318, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[8].code.coding[0], line 319, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[8].code.coding[0], line 320, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[8].code.coding[0], line 321, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[8], line 324, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[8].text, line 325, position 8
Element 'entry' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[8], line 430, position 6
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[8].entry[0], line 431, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[9], line 436, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[9], line 437, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[9].code, line 438, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[9].code.coding[0], line 439, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[9].code.coding[0], line 440, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[9].code.coding[0], line 441, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[9], line 444, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[9].text, line 445, position 8
Element 'entry' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[9], line 482, position 6
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[9].entry[0], line 483, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[10], line 488, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[10], line 489, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[10].code, line 490, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[10].code.coding[0], line 491, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[10].code.coding[0], line 492, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[10].code.coding[0], line 493, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[10], line 496, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[10].text, line 497, position 8
Element 'entry' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[10], line 514, position 6
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[10].entry[0], line 515, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[11], line 520, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[11], line 521, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[11].code, line 522, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[11].code.coding[0], line 523, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[11].code.coding[0], line 524, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[11].code.coding[0], line 525, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[11], line 528, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[11].text, line 529, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[12], line 549, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[12], line 550, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[12].code, line 551, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[12].code.coding[0], line 552, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[12].code.coding[0], line 553, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[12].code.coding[0], line 554, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[12], line 557, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[12].text, line 558, position 8
Element 'entry' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[12], line 571, position 6
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[12].entry[0], line 572, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[13], line 577, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[13], line 578, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[13].code, line 579, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[13].code.coding[0], line 580, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[13].code.coding[0], line 581, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[13].code.coding[0], line 582, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[13], line 585, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[13].text, line 586, position 8
Element 'entry' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[13], line 603, position 6
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[13].entry[0], line 604, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[14], line 609, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[14], line 610, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[14].code, line 611, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[14].code.coding[0], line 612, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[14].code.coding[0], line 613, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[14].code.coding[0], line 614, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[14], line 617, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[14].text, line 618, position 8
Element 'title' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[15], line 633, position 6
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[15], line 634, position 6
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[15].code, line 635, position 8
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[15].code.coding[0], line 636, position 10
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[15].code.coding[0], line 637, position 10
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[15].code.coding[0], line 638, position 10
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[15], line 641, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[15].text, line 642, position 8
Element 'entry' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[15], line 658, position 6
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Composition.section[15].entry[0], line 659, position 8
Composition.id[0] | UKCore-Extension-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 |
Composition |
id : UKCore-Extension-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 |
<Composition xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-CareSettingType-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="789718008" /> <display value="Cardiology service" /> </coding> </valueCodeableConcept> </extension> <!-- *************extension end ***************** --> <status value="final" /> <type> <!-- Discharge Summary document type --> <coding> <system value="http://snomed.info/sct" /> <code value="373942005" /> <display value="Discharge summary" /> </coding> </type> <date value="2020-11-11T21:30:00+00:00" /> <author> <reference value="urn:uuid:6555b7a7-380d-46ff-a1c5-7abc4e68f8bc" /> </author> <title value="Discharge summary" /> </Composition>
{ "resourceType": "Composition", "id": "UKCore-Extension-CareSettingType-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType", "valueCodeableConcept": { "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" }
Condition.id[0] | UKCore-Condition-BleedingFromEar-Example |
Condition.text[0].status[0] | additional |
Condition.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a patient bleeding from their ear</div> |
Condition.clinicalStatus[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/condition-clinical |
Condition.clinicalStatus[0].coding[0].code[0] | active |
Condition.clinicalStatus[0].coding[0].display[0] | Active |
Condition.verificationStatus[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/condition-ver-status |
Condition.verificationStatus[0].coding[0].code[0] | confirmed |
Condition.verificationStatus[0].coding[0].display[0] | Confirmed |
Condition.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/condition-category |
Condition.category[0].coding[0].code[0] | encounter-diagnosis |
Condition.category[0].coding[0].display[0] | Encounter Diagnosis |
Condition.code[0].coding[0].system[0] | http://snomed.info/sct |
Condition.code[0].coding[0].code[0] | 26322001 |
Condition.code[0].coding[0].display[0] | Bleeding from ear |
Condition.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Condition |
id : UKCore-Condition-BleedingFromEar-Example |
text |
status : additional |
clinicalStatus |
coding |
system : http://terminology.hl7.org/CodeSystem/condition-clinical |
code : active |
display : Active |
verificationStatus |
coding |
system : http://terminology.hl7.org/CodeSystem/condition-ver-status |
code : confirmed |
display : Confirmed |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/condition-category |
code : encounter-diagnosis |
display : Encounter Diagnosis |
code |
coding |
system : http://snomed.info/sct |
code : 26322001 |
display : Bleeding from ear |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
<Condition xmlns="http://hl7.org/fhir"> <id value="UKCore-Condition-BleedingFromEar-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <clinicalStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/condition-clinical" /> <code value="active" /> <display value="Active" /> </coding> </clinicalStatus> <verificationStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/condition-ver-status" /> <code value="confirmed" /> <display value="Confirmed" /> </coding> </verificationStatus> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/condition-category" /> <code value="encounter-diagnosis" /> <display value="Encounter Diagnosis" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="26322001" /> <display value="Bleeding from ear" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> </Condition>
{ "resourceType": "Condition", "id": "UKCore-Condition-BleedingFromEar-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "clinicalStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-clinical", "code": "active", "display": "Active" } ] }, "verificationStatus": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status", "code": "confirmed", "display": "Confirmed" } ] }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/condition-category", "code": "encounter-diagnosis", "display": "Encounter Diagnosis" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "26322001", "display": "Bleeding from ear" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" } }
Condition.id[0] | UKCore-Extension-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 |
Condition |
id : UKCore-Extension-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 |
<Condition xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-CodingSCTDescId-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <code> <coding> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay"> <valueString value="Bronchial asthma" /> </extension> <extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid"> <valueId value="301480018" /> </extension> <system value="http://snomed.info/sct" /> <code value="195967001" /> <display value="Asthma" /> <userSelected value="true" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> </Condition>
{ "resourceType": "Condition", "id": "UKCore-Extension-CodingSCTDescId-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "code": { "coding": [ { "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay", "valueString": "Bronchial asthma" }, { "url": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid", "valueId": "301480018" } ], "system": "http://snomed.info/sct", "code": "195967001", "display": "Asthma", "userSelected": true } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" } }
Condition.id[0] | UKCore-Extension-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 |
Condition |
id : UKCore-Extension-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 |
<Condition xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-ConditionEpisode-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ConditionEpisode"> <valueCode value="new" /> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" /> <code value="new" /> <display value="New" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> </Condition>
The resource cannot be rendered.
Element 'value' is not permitted to repeat At Condition.extension[0].value, line 17, position 5
DiagnosticReport.id[0] | UKCore-DiagnosticReport-CTChestScan-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 diagnostic report for a CT scan</div> |
DiagnosticReport.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
DiagnosticReport.identifier[0].value[0] | 727071dc-eb36-4224-8ee8-cc0a02973601 |
DiagnosticReport.basedOn[0].reference[0] | ServiceRequest/UKCore-ServiceRequest-CTChestScan-Example |
DiagnosticReport.basedOn[0].display[0] | CT Chest Scan |
DiagnosticReport.status[0] | final |
DiagnosticReport.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v2-0074 |
DiagnosticReport.category[0].coding[0].code[0] | RAD |
DiagnosticReport.category[0].coding[0].display[0] | Radiology |
DiagnosticReport.code[0].coding[0].system[0] | http://snomed.info/sct |
DiagnosticReport.code[0].coding[0].code[0] | 722124004 |
DiagnosticReport.code[0].coding[0].display[0] | Radiology studies report |
DiagnosticReport.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
DiagnosticReport.issued[0] | 2024-04-19T12:52:38+00:00 |
DiagnosticReport.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
DiagnosticReport.performer[0].display[0] | LEEDS TEACHING HOSPITALS NHS TRUST |
DiagnosticReport.resultsInterpreter[0].reference[0] | Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example |
DiagnosticReport.resultsInterpreter[0].display[0] | WHITE ROSE MEDICAL CENTRE |
DiagnosticReport.imagingStudy[0].reference[0] | ImagingStudy/UKCore-ImagingStudy-CTChestScan-Example |
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="UKCore-DiagnosticReport-CTChestScan-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="727071dc-eb36-4224-8ee8-cc0a02973601" /> </identifier> <basedOn> <reference value="ServiceRequest/UKCore-ServiceRequest-CTChestScan-Example" /> <display value="CT Chest Scan" /> </basedOn> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0074" /> <code value="RAD" /> <display value="Radiology" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="722124004" /> <display value="Radiology studies report" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <issued value="2024-04-19T12:52:38+00:00" /> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </performer> <resultsInterpreter> <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" /> <display value="WHITE ROSE MEDICAL CENTRE" /> </resultsInterpreter> <imagingStudy> <reference value="ImagingStudy/UKCore-ImagingStudy-CTChestScan-Example" /> </imagingStudy> </DiagnosticReport>
{ "resourceType": "DiagnosticReport", "id": "UKCore-DiagnosticReport-CTChestScan-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://tools.ietf.org/html/rfc4122", "value": "727071dc-eb36-4224-8ee8-cc0a02973601" } ], "basedOn": [ { "reference": "ServiceRequest/UKCore-ServiceRequest-CTChestScan-Example", "display": "CT Chest Scan" } ], "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0074", "code": "RAD", "display": "Radiology" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "722124004", "display": "Radiology studies report" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "issued": "2024-04-19T12:52:38+00:00", "performer": [ { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example", "display": "LEEDS TEACHING HOSPITALS NHS TRUST" } ], "resultsInterpreter": [ { "reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example", "display": "WHITE ROSE MEDICAL CENTRE" } ], "imagingStudy": [ { "reference": "ImagingStudy/UKCore-ImagingStudy-CTChestScan-Example" } ] }
DiagnosticReport.id[0] | UKCore-DiagnosticReport-ECG-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 diagnostic report in PDF, for an ECG</div> |
DiagnosticReport.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
DiagnosticReport.identifier[0].value[0] | 727071dc-eb01-4224-8ee8-cc0a02978792 |
DiagnosticReport.basedOn[0].reference[0] | ServiceRequest/UKCore-ServiceRequest-ECG-Example |
DiagnosticReport.basedOn[0].display[0] | 12 Lead ECG |
DiagnosticReport.status[0] | unknown |
DiagnosticReport.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v2-0074 |
DiagnosticReport.category[0].coding[0].code[0] | EC |
DiagnosticReport.category[0].coding[0].display[0] | Electrocardiac (e.g., EKG, EEC, Holter) |
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.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
DiagnosticReport.issued[0] | 2024-02-23T10:11:11+00:00 |
DiagnosticReport.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
DiagnosticReport.performer[0].display[0] | LEEDS TEACHING HOSPITALS NHS TRUST |
DiagnosticReport.presentedForm[0].contentType[0] | application/pdf |
DiagnosticReport.presentedForm[0].language[0] | en |
DiagnosticReport.presentedForm[0].data[0] | VUsgQ29yZSBkZXZlbG9wbWVudCB0ZWFtIGhhdmUgc2tpcHBlZCB0aGUgYmFzZTY0IHN0cmluZyBkYXRhIHZhbHVlIGZvciBiZXR0ZXIgcmVhZGFiaWxpdHkgb2YgdGhlIHJlc291cmNl |
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="UKCore-DiagnosticReport-ECG-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="727071dc-eb01-4224-8ee8-cc0a02978792" /> </identifier> <basedOn> <reference value="ServiceRequest/UKCore-ServiceRequest-ECG-Example" /> <display value="12 Lead ECG" /> </basedOn> <status value="unknown" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0074" /> <code value="EC" /> <display value="Electrocardiac (e.g., EKG, EEC, Holter)" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="1129261000000102" /> <display value="Cardiac electrophysiology report" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <issued value="2024-02-23T10:11:11+00:00" /> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </performer> <presentedForm> <contentType value="application/pdf" /> <language value="en" /> <data value="VUsgQ29yZSBkZXZlbG9wbWVudCB0ZWFtIGhhdmUgc2tpcHBlZCB0aGUgYmFzZTY0IHN0cmluZyBkYXRhIHZhbHVlIGZvciBiZXR0ZXIgcmVhZGFiaWxpdHkgb2YgdGhlIHJlc291cmNl" /> <!-- UK Core development team have skipped the base64 string data value for better readability of the resource --> </presentedForm> </DiagnosticReport>
{ "resourceType": "DiagnosticReport", "id": "UKCore-DiagnosticReport-ECG-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://tools.ietf.org/html/rfc4122", "value": "727071dc-eb01-4224-8ee8-cc0a02978792" } ], "basedOn": [ { "reference": "ServiceRequest/UKCore-ServiceRequest-ECG-Example", "display": "12 Lead ECG" } ], "status": "unknown", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0074", "code": "EC", "display": "Electrocardiac (e.g., EKG, EEC, Holter)" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "1129261000000102", "display": "Cardiac electrophysiology report" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "issued": "2024-02-23T10:11:11+00:00", "performer": [ { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example", "display": "LEEDS TEACHING HOSPITALS NHS TRUST" } ], "presentedForm": [ { "contentType": "application/pdf", "language": "en", "data": "VUsgQ29yZSBkZXZlbG9wbWVudCB0ZWFtIGhhdmUgc2tpcHBlZCB0aGUgYmFzZTY0IHN0cmluZyBkYXRhIHZhbHVlIGZvciBiZXR0ZXIgcmVhZGFiaWxpdHkgb2YgdGhlIHJlc291cmNl" } ] }
DiagnosticReport.id[0] | UKCore-Extension-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 |
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-CompositionReference-Example" /> <text> <status value="additional" /> --- 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> <reference value="Composition/UKCore-Composition-Discharge-Example" /> </valueReference> </extension> <!-- **************extension end************** --> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="ce1913bf-ead4-4d04-904f-714cbc1636ef" /> </identifier> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="252275004" /> <display value="Hematology test" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </performer> </DiagnosticReport>
{ "resourceType": "DiagnosticReport", "id": "UKCore-Extension-CompositionReference-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition", "valueReference": { "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" } ] }
DiagnosticReport.id[0] | UKCore-Extension-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 |
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-DeviceReference-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="721981007" /> <display value="Diagnostic studies report" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <performer> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference"> <valueReference> <reference value="Device/UKCore-Device-SoftwareAsAMedicalDevice-Example" /> </valueReference> </extension> <display value="Software as a medical device" /> <!-- ***************extension end*************** --> </performer> <resultsInterpreter> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference"> <valueReference> <reference value="Device/UKCore-Device-SoftwareAsAMedicalDevice-Example" /> </valueReference> </extension> <display value="Software as a medical device" /> <!-- ***************extension end*************** --> </resultsInterpreter> <specimen> <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" /> </specimen> <result> <reference value="Observation/UKCore-Observation-WhiteCellCount-Example" /> </result> </DiagnosticReport>
The resource cannot be rendered.
Element 'extension' is not in the correct order At DiagnosticReport.performer[0].extension[0], line 21, position 6
Element 'extension' is not in the correct order At DiagnosticReport.resultsInterpreter[0].extension[0], line 31, position 6
DiagnosticReport.id[0] | UKCore-Extension-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. |
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-Note-Example" /> <text> <status value="additional" /> --- 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.note"> <valueAnnotation> <authorReference> <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> </authorReference> <time value="2023-05-10T10:39:12+00:00" /> <text value="Page Dr Watson on receipt of results." /> </valueAnnotation> </extension> <!-- ***************extension end*************** --> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="957d702f-7e9e-43c2-b783-978f2c164b3c" /> </identifier> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="104177005" /> <display value="Blood culture for bacteria, including anaerobic screen" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </performer> <conclusion value="Inconclusive finding of staphylococcus, no evidence of bacteremia." /> </DiagnosticReport>
{ "resourceType": "DiagnosticReport", "id": "UKCore-Extension-Note-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note", "valueAnnotation": { "authorReference": { "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." }
DiagnosticReport.id[0] | UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-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 lab diagnostic report with a group observation reference</div> |
DiagnosticReport.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
DiagnosticReport.identifier[0].value[0] | 727071dc-eb01-4224-8ee8-cc0a029787ac |
DiagnosticReport.status[0] | final |
DiagnosticReport.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v2-0074 |
DiagnosticReport.category[0].coding[0].code[0] | LAB |
DiagnosticReport.category[0].coding[0].display[0] | Laboratory |
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.effective[0] | 2023-01-13T14:53:23+00:00 |
DiagnosticReport.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
DiagnosticReport.performer[0].display[0] | LEEDS TEACHING HOSPITALS NHS TRUST |
DiagnosticReport.specimen[0].reference[0] | Specimen/UKCore-Specimen-BloodSpecimen-Example |
DiagnosticReport.result[0].reference[0] | UKCore-Observation-Group-FullBloodCount-Example |
<DiagnosticReport xmlns="http://hl7.org/fhir"> <id value="UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="727071dc-eb01-4224-8ee8-cc0a029787ac" /> </identifier> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0074" /> <code value="LAB" /> <display value="Laboratory" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="721981007" /> <display value="Diagnostic studies report" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <effectiveDateTime value="2023-01-13T14:53:23+00:00" /> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> <display value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </performer> <specimen> <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" /> </specimen> <result> <reference value="UKCore-Observation-Group-FullBloodCount-Example" /> </result> </DiagnosticReport>
{ "resourceType": "DiagnosticReport", "id": "UKCore-DiagnosticReport-Lab-DiagnosticStudiesReport-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://tools.ietf.org/html/rfc4122", "value": "727071dc-eb01-4224-8ee8-cc0a029787ac" } ], "status": "final", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0074", "code": "LAB", "display": "Laboratory" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "721981007", "display": "Diagnostic studies report" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "effectiveDateTime": "2023-01-13T14:53:23+00:00", "performer": [ { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example", "display": "LEEDS TEACHING HOSPITALS NHS TRUST" } ], "specimen": [ { "reference": "Specimen/UKCore-Specimen-BloodSpecimen-Example" } ], "result": [ { "reference": "UKCore-Observation-Group-FullBloodCount-Example" } ] }
Device.id[0] | UKCore-Device-SoftwareAsAMedicalDevice-Example |
Device.text[0].status[0] | additional |
Device.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate software as a medical device</div> |
Device.identifier[0].system[0] | https://www.leedsth.nhs.uk/identifier/devices |
Device.identifier[0].value[0] | DEV1999990567 |
Device.identifier[0].assigner[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
Device.status[0] | active |
Device.type[0].coding[0].system[0] | http://snomed.info/sct |
Device.type[0].coding[0].code[0] | 467892009 |
Device.type[0].coding[0].display[0] | Cardiac mapping system application software |
Device.owner[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
Device.location[0].reference[0] | Location/UKCore-Location-CardiologySJUH-Example |
<Device xmlns="http://hl7.org/fhir"> <id value="UKCore-Device-SoftwareAsAMedicalDevice-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://www.leedsth.nhs.uk/identifier/devices" /> <value value="DEV1999990567" /> <assigner> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </assigner> </identifier> <status value="active" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="467892009" /> <display value="Cardiac mapping system application software" /> </coding> </type> <owner> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </owner> <location> <reference value="Location/UKCore-Location-CardiologySJUH-Example" /> </location> </Device>
{ "resourceType": "Device", "id": "UKCore-Device-SoftwareAsAMedicalDevice-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://www.leedsth.nhs.uk/identifier/devices", "value": "DEV1999990567", "assigner": { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example" } } ], "status": "active", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "467892009", "display": "Cardiac mapping system application software" } ] }, "owner": { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example" }, "location": { "reference": "Location/UKCore-Location-CardiologySJUH-Example" } }
Encounter.id[0] | UKCore-Encounter-InpatientEncounter-Example |
Encounter.text[0].status[0] | additional |
Encounter.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an inpatient encounter</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.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
Encounter.identifier[0].value[0] | 6f40cebe-7b55-461d-9d7f-eadb4c065762 |
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.type[0].coding[0].system[0] | http://snomed.info/sct |
Encounter.type[0].coding[0].code[0] | 185212007 |
Encounter.type[0].coding[0].display[0] | Seen in hospital ward |
Encounter.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Encounter.participant[0].type[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-ParticipationType |
Encounter.participant[0].type[0].coding[0].code[0] | ATND |
Encounter.participant[0].type[0].coding[0].display[0] | attender |
Encounter.participant[0].individual[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
Encounter.period[0].start[0] | 2019-12-10T13:00:00+00:00 |
Encounter.period[0].end[0] | 2019-12-11T13:00:00+00:00 |
Encounter.reasonCode[0].coding[0].system[0] | http://snomed.info/sct |
Encounter.reasonCode[0].coding[0].code[0] | 7922000 |
Encounter.reasonCode[0].coding[0].display[0] | General treatment |
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 |
Encounter.hospitalization[0].dischargeDisposition[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland |
Encounter.hospitalization[0].dischargeDisposition[0].coding[0].code[0] | 19 |
Encounter.hospitalization[0].dischargeDisposition[0].coding[0].display[0] | Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes Patients with no fixed abode. |
Encounter.location[0].location[0].reference[0] | Location/UKCore-Location-CardiologySJUH-Example |
Encounter.serviceProvider[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
<Encounter xmlns="http://hl7.org/fhir"> <id value="UKCore-Encounter-InpatientEncounter-Example" /> <text> <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-DischargeMethod"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> <code value="1" /> <display value="Patient discharged on clinical advice or with clinical consent" /> </coding> </valueCodeableConcept> </extension> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="6f40cebe-7b55-461d-9d7f-eadb4c065762" /> </identifier> <status value="finished" /> <class> <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" /> <code value="IMP" /> <display value="inpatient encounter" /> </class> <type> <coding> <system value="http://snomed.info/sct" /> <code value="185212007" /> <display value="Seen in hospital ward" /> </coding> </type> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <participant> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" /> <code value="ATND" /> <display value="attender" /> </coding> </type> <individual> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </individual> </participant> <period> <start value="2019-12-10T13:00:00+00:00" /> <end value="2019-12-11T13:00:00+00:00" /> </period> <reasonCode> <coding> <system value="http://snomed.info/sct" /> <code value="7922000" /> <display value="General treatment" /> </coding> </reasonCode> <hospitalization> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> <code value="13" /> <display value="Elective Admission: Planned" /> </coding> </valueCodeableConcept> </extension> <dischargeDisposition> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland" /> <code value="19" /> <display value="Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes Patients with no fixed abode." /> </coding> </dischargeDisposition> </hospitalization> <location> <location> <reference value="Location/UKCore-Location-CardiologySJUH-Example" /> </location> </location> <serviceProvider> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </serviceProvider> </Encounter>
{ "resourceType": "Encounter", "id": "UKCore-Encounter-InpatientEncounter-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland", "code": "1", "display": "Patient discharged on clinical advice or with clinical consent" } ] } } ], "identifier": [ { "system": "https://tools.ietf.org/html/rfc4122", "value": "6f40cebe-7b55-461d-9d7f-eadb4c065762" } ], "status": "finished", "class": { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "IMP", "display": "inpatient encounter" }, "type": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "185212007", "display": "Seen in hospital ward" } ] } ], "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "participant": [ { "type": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType", "code": "ATND", "display": "attender" } ] } ], "individual": { "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" } } ], "period": { "start": "2019-12-10T13:00:00+00:00", "end": "2019-12-11T13:00:00+00:00" }, "reasonCode": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "7922000", "display": "General treatment" } ] } ], "hospitalization": { "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland", "code": "13", "display": "Elective Admission: Planned" } ] } } ], "dischargeDisposition": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland", "code": "19", "display": "Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes Patients with no fixed abode." } ] } }, "location": [ { "location": { "reference": "Location/UKCore-Location-CardiologySJUH-Example" } } ], "serviceProvider": { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example" } }
Encounter.id[0] | UKCore-Extension-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 |
<Encounter xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-AdmissionMethod-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="finished" /> <class> <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" /> <code value="IMP" /> <display value="inpatient encounter" /> </class> <hospitalization> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland" /> <code value="13" /> <display value="Elective Admission: Planned" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> </hospitalization> </Encounter>
{ "resourceType": "Encounter", "id": "UKCore-Extension-AdmissionMethod-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "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", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland", "code": "13", "display": "Elective Admission: Planned" } ] } } ] } }
Encounter.id[0] | UKCore-Extension-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 |
<Encounter xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-DischargeMethod-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland" /> <code value="1" /> <display value="Patient discharged on clinical advice or with clinical consent" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> <status value="finished" /> <class> <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" /> <code value="IMP" /> <display value="inpatient encounter" /> </class> </Encounter>
{ "resourceType": "Encounter", "id": "UKCore-Extension-DischargeMethod-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod", "valueCodeableConcept": { "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" } }
Encounter.id[0] | UKCore-Extension-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 |
<Encounter xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-EmergencyCareDischargeStatus-Example" /> <text> <status value="additional" /> --- 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"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="182992009" /> <display value="Treatment completed" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> <status value="finished" /> <class> <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" /> <code value="IMP" /> <display value="inpatient encounter" /> </class> </Encounter>
{ "resourceType": "Encounter", "id": "UKCore-Extension-EmergencyCareDischargeStatus-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EmergencyCareDischargeStatus", "valueCodeableConcept": { "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" } }
Encounter.id[0] | UKCore-Extension-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 |
<Encounter xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-LegalStatus-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-LegalStatus"> <extension url="legalStatusContext"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext" /> <code value="admission" /> <display value="Admission" /> </coding> </valueCodeableConcept> </extension> <extension url="legalStatusClassification"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales" /> <code value="02" /> <display value="Formally detained under Mental Health Act Section 2 (Admission for assessment)" /> </coding> </valueCodeableConcept> </extension> </extension> <!-- **************extension end************** --> <status value="finished" /> <class> <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" /> <code value="IMP" /> <display value="inpatient encounter" /> </class> </Encounter>
{ "resourceType": "Encounter", "id": "UKCore-Extension-LegalStatus-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "extension": [ { "url": "legalStatusContext", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext", "code": "admission", "display": "Admission" } ] } }, { "url": "legalStatusClassification", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales", "code": "02", "display": "Formally detained under Mental Health Act Section 2 (Admission for assessment)" } ] } } ], "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-LegalStatus" } ], "status": "finished", "class": { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "IMP", "display": "inpatient encounter" } }
Encounter.id[0] | UKCore-Extension-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 |
<Encounter xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-OutcomeOfAttendance-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OutcomeOfAttendance"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland" /> <code value="1" /> <display value="Discharged from consultant's care (last attendance)" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> <status value="finished" /> <class> <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" /> <code value="IMP" /> <display value="inpatient encounter" /> </class> </Encounter>
{ "resourceType": "Encounter", "id": "UKCore-Extension-OutcomeOfAttendance-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OutcomeOfAttendance", "valueCodeableConcept": { "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" } }
FamilyMemberHistory.id[0] | UKCore-FamilyMemberHistory-FatherDiabetes-Example |
FamilyMemberHistory.text[0].status[0] | additional |
FamilyMemberHistory.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a family member with a condition</div> |
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-02-07 |
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] | 430678008 |
FamilyMemberHistory.condition[0].code[0].coding[0].display[0] | Family history of diabetes mellitus type 1 |
FamilyMemberHistory.condition[0].code[0].text[0] | Diabetes Mellitues Type 1 |
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 |
<FamilyMemberHistory xmlns="http://hl7.org/fhir"> <id value="UKCore-FamilyMemberHistory-FatherDiabetes-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="partial" /> <patient> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> <display value="Richard Smith" /> </patient> <date value="2023-02-07" /> <relationship> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="FTH" /> <display value="father" /> </coding> </relationship> <sex> <coding> <system value="http://hl7.org/fhir/administrative-gender" /> <code value="male" /> <display value="Male" /> </coding> </sex> <bornDate value="1949-12-13" /> <condition> <code> <coding> <system value="http://snomed.info/sct" /> <code value="430678008" /> <display value="Family history of diabetes mellitus type 1" /> </coding> <text value="Diabetes Mellitues Type 1" /> </code> <onsetAge> <value value="64" /> <unit value="year" /> <system value="http://unitsofmeasure.org" /> <code value="a" /> </onsetAge> </condition> </FamilyMemberHistory>
{ "resourceType": "FamilyMemberHistory", "id": "UKCore-FamilyMemberHistory-FatherDiabetes-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "status": "partial", "patient": { "reference": "Patient/UKCore-Patient-RichardSmith-Example", "display": "Richard Smith" }, "date": "2023-02-07", "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" } ] }, "bornDate": "1949-12-13", "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "430678008", "display": "Family history of diabetes mellitus type 1" } ], "text": "Diabetes Mellitues Type 1" }, "onsetAge": { "value": 64, "unit": "year", "system": "http://unitsofmeasure.org", "code": "a" } } ] }
FamilyMemberHistory.id[0] | UKCore-Extension-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 |
<FamilyMemberHistory xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-AssociatedEncounter-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter"> <valueReference> <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> </valueReference> </extension> <!-- **************extension end************** --> <status value="partial" /> <patient> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> <display value="Richard Smith" /> </patient> <date value="2023-05-09" /> <relationship> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="FTH" /> <display value="father" /> </coding> </relationship> <sex> <coding> <system value="http://hl7.org/fhir/administrative-gender" /> <code value="male" /> <display value="Male" /> </coding> </sex> <bornDate value="1949-12-13" /> <condition> <code> <coding> <system value="http://snomed.info/sct" /> <code value="275121006" /> <display value="Family history: Angina" /> </coding> </code> <onsetAge> <value value="64" /> <unit value="year" /> <system value="http://unitsofmeasure.org" /> <code value="a" /> </onsetAge> </condition> </FamilyMemberHistory>
{ "resourceType": "FamilyMemberHistory", "id": "UKCore-Extension-AssociatedEncounter-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter", "valueReference": { "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" } ] }, "bornDate": "1949-12-13", "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "275121006", "display": "Family history: Angina" } ] }, "onsetAge": { "value": 64, "unit": "year", "system": "http://unitsofmeasure.org", "code": "a" } } ] }
FamilyMemberHistory.id[0] | UKCore-Extension-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 |
<FamilyMemberHistory xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-Participant-Example" /> <text> <status value="additional" /> --- 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"> <extension url="function"> <valueCodeableConcept> <coding> <system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type" /> <code value="enterer" /> <display value="Enterer" /> </coding> </valueCodeableConcept> </extension> <extension url="actor"> <valueReference> <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> </valueReference> </extension> </extension> <!-- ***************extension ebd*************** --> <status value="partial" /> <patient> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> <display value="Richard Smith" /> </patient> <date value="2023-05-10" /> <relationship> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="FTH" /> <display value="father" /> </coding> </relationship> <sex> <coding> <system value="http://hl7.org/fhir/administrative-gender" /> <code value="male" /> <display value="Male" /> </coding> </sex> <bornDate value="1949-12-13" /> <condition> <code> <coding> <system value="http://snomed.info/sct" /> <code value="160308005" /> <display value="Family history: Gout" /> </coding> </code> <onsetAge> <value value="64" /> <unit value="year" /> <system value="http://unitsofmeasure.org" /> <code value="a" /> </onsetAge> </condition> </FamilyMemberHistory>
{ "resourceType": "FamilyMemberHistory", "id": "UKCore-Extension-Participant-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "extension": [ { "url": "function", "valueCodeableConcept": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type", "code": "enterer", "display": "Enterer" } ] } }, { "url": "actor", "valueReference": { "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" } } ], "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-FamilyMemberHistory.participant" } ], "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" } ] }, "bornDate": "1949-12-13", "condition": [ { "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "160308005", "display": "Family history: Gout" } ] }, "onsetAge": { "value": 64, "unit": "year", "system": "http://unitsofmeasure.org", "code": "a" } } ] }
HealthcareService.id[0] | UKCore-HealthcareService-OrthopaedicService-Example |
HealthcareService.text[0].status[0] | additional |
HealthcareService.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate information about an orthopaedic service within a HealthcareService resource</div> |
HealthcareService.identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-site-code |
HealthcareService.identifier[0].value[0] | RR813 |
HealthcareService.active[0] | True |
HealthcareService.providedBy[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
HealthcareService.providedBy[0].display[0] | St James' University Hospital, Leeds |
HealthcareService.category[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/service-category |
HealthcareService.category[0].coding[0].code[0] | 35 |
HealthcareService.category[0].coding[0].display[0] | Hospital |
HealthcareService.category[0].text[0] | Hospital |
HealthcareService.type[0].coding[0].system[0] | http://snomed.info/sct |
HealthcareService.type[0].coding[0].code[0] | 310161006 |
HealthcareService.type[0].coding[0].display[0] | Orthopaedic service |
HealthcareService.specialty[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode |
HealthcareService.specialty[0].coding[0].code[0] | 110 |
HealthcareService.specialty[0].coding[0].display[0] | Trauma and Orthopaedics |
HealthcareService.location[0].reference[0] | Location/UKCore-Location-HospitalSJUH-Example |
HealthcareService.name[0] | Orthopaedic Trauma Services |
HealthcareService.comment[0] | Our department is part of the Major Trauma Service at Leeds General Infirmary. The Trauma and orthopaedic team care for a range of trauma related injuries and conditions, with each patient’s treatment managed to their needs. Our clinics run every day; however these are specialist clinics to ensure that patients are seen by the appropriate consultant for specialised care. |
HealthcareService.extraDetails[0] | To ensure patients are and treated in the appropriate clinic patients are first referred to our Virtual Fracture Clinic. Patient’s individual cases are discussed alongside one of our consultants to determine the appropriate clinic for the patient to attend in our department. This ensures that patients are not delayed in clinic and do not have to be re-referred to other departments or consultants, which can hold up their treatment and hinder recovery. |
HealthcareService.telecom[0].system[0] | phone |
HealthcareService.telecom[0].value[0] | 0113 3926991 |
HealthcareService.telecom[0].use[0] | work |
HealthcareService.telecom[1].system[0] | |
HealthcareService.telecom[1].value[0] | patientexperience.leedsth@nhs.net |
HealthcareService.telecom[1].use[0] | work |
HealthcareService.serviceProvisionCode[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/service-provision-conditions |
HealthcareService.serviceProvisionCode[0].coding[0].code[0] | free |
HealthcareService.serviceProvisionCode[0].coding[0].display[0] | This service is available for no patient cost. |
HealthcareService.program[0].text[0] | Leeds Orthopaedic Outreach Service |
HealthcareService.characteristic[0].coding[0].display[0] | Wheelchair access |
HealthcareService.referralMethod[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/service-referral-method |
HealthcareService.referralMethod[0].coding[0].code[0] | phone |
HealthcareService.referralMethod[0].coding[0].display[0] | Phone |
HealthcareService.referralMethod[1].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/service-referral-method |
HealthcareService.referralMethod[1].coding[0].code[0] | elec |
HealthcareService.referralMethod[1].coding[0].display[0] | Secure Messaging |
HealthcareService.referralMethod[2].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/service-referral-method |
HealthcareService.referralMethod[2].coding[0].code[0] | semail |
HealthcareService.referralMethod[2].coding[0].display[0] | Secure Email |
HealthcareService.appointmentRequired[0] | False |
HealthcareService.availableTime[0].daysOfWeek[0] | mon |
HealthcareService.availableTime[0].daysOfWeek[1] | tue |
HealthcareService.availableTime[0].daysOfWeek[2] | thu |
HealthcareService.availableTime[0].daysOfWeek[3] | fri |
HealthcareService.availableTime[0].availableStartTime[0] | 08:30:00 |
HealthcareService.availableTime[0].availableEndTime[0] | 05:30:00 |
HealthcareService.notAvailable[0].description[0] | Christmas/Boxing Day |
HealthcareService.notAvailable[0].during[0].start[0] | 2022-12-24T17:31:00+00:00 |
HealthcareService.notAvailable[0].during[0].end[0] | 2022-12-26T17:30:00+00:00 |
HealthcareService.notAvailable[1].description[0] | New Years Day |
HealthcareService.notAvailable[1].during[0].start[0] | 2022-12-31T17:31:00+00:00 |
HealthcareService.notAvailable[1].during[0].end[0] | 2023-01-01T17:30:00+00:00 |
HealthcareService.availabilityExceptions[0] | Reduced capacity is available during the Christmas period |
<HealthcareService xmlns="http://hl7.org/fhir"> <id value="UKCore-HealthcareService-OrthopaedicService-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://fhir.nhs.uk/Id/ods-site-code" /> <value value="RR813" /> </identifier> <active value="true" /> <providedBy> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> <display value="St James' University Hospital, Leeds" /> </providedBy> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/service-category" /> <code value="35" /> <display value="Hospital" /> </coding> <text value="Hospital" /> </category> <type> <coding> <system value="http://snomed.info/sct" /> <code value="310161006" /> <display value="Orthopaedic service" /> </coding> </type> <specialty> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> <code value="110" /> <display value="Trauma and Orthopaedics" /> </coding> </specialty> <location> <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> </location> <name value="Orthopaedic Trauma Services" /> <comment value="Our department is part of the Major Trauma Service at Leeds General Infirmary. The Trauma and orthopaedic team care for a range of trauma related injuries and conditions, with each patient’s treatment managed to their needs. Our clinics run every day; however these are specialist clinics to ensure that patients are seen by the appropriate consultant for specialised care." /> <extraDetails value="To ensure patients are and treated in the appropriate clinic patients are first referred to our Virtual Fracture Clinic. Patient’s individual cases are discussed alongside one of our consultants to determine the appropriate clinic for the patient to attend in our department. This ensures that patients are not delayed in clinic and do not have to be re-referred to other departments or consultants, which can hold up their treatment and hinder recovery." /> <telecom> <system value="phone" /> <value value="0113 3926991" /> <use value="work" /> </telecom> <telecom> <system value="email" /> <value value="patientexperience.leedsth@nhs.net" /> <use value="work" /> </telecom> <serviceProvisionCode> <coding> <system value="http://terminology.hl7.org/CodeSystem/service-provision-conditions" /> <code value="free" /> <display value="This service is available for no patient cost." /> </coding> </serviceProvisionCode> <program> <text value="Leeds Orthopaedic Outreach Service" /> </program> <characteristic> <coding> <display value="Wheelchair access" /> </coding> </characteristic> <referralMethod> <coding> <system value="http://terminology.hl7.org/CodeSystem/service-referral-method" /> <code value="phone" /> <display value="Phone" /> </coding> </referralMethod> <referralMethod> <coding> <system value="http://terminology.hl7.org/CodeSystem/service-referral-method" /> <code value="elec" /> <display value="Secure Messaging" /> </coding> </referralMethod> <referralMethod> <coding> <system value="http://terminology.hl7.org/CodeSystem/service-referral-method" /> <code value="semail" /> <display value="Secure Email" /> </coding> </referralMethod> <appointmentRequired value="false" /> <availableTime> <daysOfWeek value="mon" /> <daysOfWeek value="tue" /> <daysOfWeek value="thu" /> <daysOfWeek value="fri" /> <availableStartTime value="08:30:00" /> <availableEndTime value="05:30:00" /> </availableTime> <notAvailable> <description value="Christmas/Boxing Day" /> <during> <start value="2022-12-24T17:31:00+00:00" /> <end value="2022-12-26T17:30:00+00:00" /> </during> </notAvailable> <notAvailable> <description value="New Years Day" /> <during> <start value="2022-12-31T17:31:00+00:00" /> <end value="2023-01-01T17:30:00+00:00" /> </during> </notAvailable> <availabilityExceptions value="Reduced capacity is available during the Christmas period" /> </HealthcareService>
{ "resourceType": "HealthcareService", "id": "UKCore-HealthcareService-OrthopaedicService-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://fhir.nhs.uk/Id/ods-site-code", "value": "RR813" } ], "active": true, "providedBy": { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example", "display": "St James' University Hospital, Leeds" }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/service-category", "code": "35", "display": "Hospital" } ], "text": "Hospital" } ], "type": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "310161006", "display": "Orthopaedic service" } ] } ], "specialty": [ { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode", "code": "110", "display": "Trauma and Orthopaedics" } ] } ], "location": [ { "reference": "Location/UKCore-Location-HospitalSJUH-Example" } ], "name": "Orthopaedic Trauma Services", "comment": "Our department is part of the Major Trauma Service at Leeds General Infirmary. The Trauma and orthopaedic team care for a range of trauma related injuries and conditions, with each patient’s treatment managed to their needs. Our clinics run every day; however these are specialist clinics to ensure that patients are seen by the appropriate consultant for specialised care.", "extraDetails": "To ensure patients are and treated in the appropriate clinic patients are first referred to our Virtual Fracture Clinic. Patient’s individual cases are discussed alongside one of our consultants to determine the appropriate clinic for the patient to attend in our department. This ensures that patients are not delayed in clinic and do not have to be re-referred to other departments or consultants, which can hold up their treatment and hinder recovery.", "telecom": [ { "system": "phone", "value": "0113 3926991", "use": "work" }, { "system": "email", "value": "patientexperience.leedsth@nhs.net", "use": "work" } ], "serviceProvisionCode": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/service-provision-conditions", "code": "free", "display": "This service is available for no patient cost." } ] } ], "program": [ { "text": "Leeds Orthopaedic Outreach Service" } ], "characteristic": [ { "coding": [ { "display": "Wheelchair access" } ] } ], "referralMethod": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/service-referral-method", "code": "phone", "display": "Phone" } ] }, { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/service-referral-method", "code": "elec", "display": "Secure Messaging" } ] }, { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/service-referral-method", "code": "semail", "display": "Secure Email" } ] } ], "appointmentRequired": false, "availableTime": [ { "daysOfWeek": [ "mon", "tue", "thu", "fri" ], "availableStartTime": "08:30:00", "availableEndTime": "05:30:00" } ], "notAvailable": [ { "description": "Christmas/Boxing Day", "during": { "start": "2022-12-24T17:31:00+00:00", "end": "2022-12-26T17:30:00+00:00" } }, { "description": "New Years Day", "during": { "start": "2022-12-31T17:31:00+00:00", "end": "2023-01-01T17:30:00+00:00" } } ], "availabilityExceptions": "Reduced capacity is available during the Christmas period" }
ImagingStudy.id[0] | UKCore-ImagingStudy-CTChestScan-Example |
ImagingStudy.text[0].status[0] | additional |
ImagingStudy.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the images produced by a CT chest scan</div> |
ImagingStudy.status[0] | available |
ImagingStudy.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
ImagingStudy.started[0] | 2023-01-24T09:01:20+00:00 |
ImagingStudy.numberOfSeries[0] | 1 |
ImagingStudy.numberOfInstances[0] | 1 |
ImagingStudy.series[0].uid[0] | 2.16.124.113543.6003.2588828330.45298.17418.2723805630 |
ImagingStudy.series[0].number[0] | 3 |
ImagingStudy.series[0].modality[0].system[0] | http://dicom.nema.org/resources/ontology/DCM |
ImagingStudy.series[0].modality[0].code[0] | CT |
ImagingStudy.series[0].description[0] | CT Surview 180 |
ImagingStudy.series[0].numberOfInstances[0] | 1 |
ImagingStudy.series[0].bodySite[0].system[0] | http://snomed.info/sct |
ImagingStudy.series[0].bodySite[0].code[0] | 67734004 |
ImagingStudy.series[0].bodySite[0].display[0] | Thoracic segment of trunk |
ImagingStudy.series[0].instance[0].uid[0] | 2.16.124.113543.6003.189642796.63084.16748.2599092903 |
ImagingStudy.series[0].instance[0].sopClass[0].system[0] | urn:ietf:rfc:3986 |
ImagingStudy.series[0].instance[0].sopClass[0].code[0] | urn:oid:1.2.840.10008.5.1.4.1.1.2 |
ImagingStudy.series[0].instance[0].number[0] | 1 |
ImagingStudy |
id : UKCore-ImagingStudy-CTChestScan-Example |
text |
status : additional |
status : available |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
started : 2023-01-24T09:01:20+00:00 |
numberOfSeries : 1 |
numberOfInstances : 1 |
series |
uid : 2.16.124.113543.6003.2588828330.45298.17418.2723805630 |
number : 3 |
modality |
system : http://dicom.nema.org/resources/ontology/DCM |
code : CT |
description : CT Surview 180 |
numberOfInstances : 1 |
bodySite |
system : http://snomed.info/sct |
code : 67734004 |
display : Thoracic segment of trunk |
instance |
uid : 2.16.124.113543.6003.189642796.63084.16748.2599092903 |
sopClass |
system : urn:ietf:rfc:3986 |
code : urn:oid:1.2.840.10008.5.1.4.1.1.2 |
number : 1 |
<ImagingStudy xmlns="http://hl7.org/fhir"> <id value="UKCore-ImagingStudy-CTChestScan-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="available" /> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <started value="2023-01-24T09:01:20+00:00" /> <numberOfSeries value="1" /> <numberOfInstances value="1" /> <series> <uid value="2.16.124.113543.6003.2588828330.45298.17418.2723805630" /> <number value="3" /> <modality> <system value="http://dicom.nema.org/resources/ontology/DCM" /> <code value="CT" /> </modality> <description value="CT Surview 180" /> <numberOfInstances value="1" /> <bodySite> <system value="http://snomed.info/sct" /> <code value="67734004" /> <display value="Thoracic segment of trunk" /> </bodySite> <instance> <uid value="2.16.124.113543.6003.189642796.63084.16748.2599092903" /> <sopClass> <system value="urn:ietf:rfc:3986" /> <code value="urn:oid:1.2.840.10008.5.1.4.1.1.2" /> </sopClass> <number value="1" /> </instance> </series> </ImagingStudy>
{ "resourceType": "ImagingStudy", "id": "UKCore-ImagingStudy-CTChestScan-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "status": "available", "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "started": "2023-01-24T09:01:20+00:00", "numberOfSeries": 1, "numberOfInstances": 1, "series": [ { "uid": "2.16.124.113543.6003.2588828330.45298.17418.2723805630", "number": 3, "modality": { "system": "http://dicom.nema.org/resources/ontology/DCM", "code": "CT" }, "description": "CT Surview 180", "numberOfInstances": 1, "bodySite": { "system": "http://snomed.info/sct", "code": "67734004", "display": "Thoracic segment of trunk" }, "instance": [ { "uid": "2.16.124.113543.6003.189642796.63084.16748.2599092903", "sopClass": { "system": "urn:ietf:rfc:3986", "code": "urn:oid:1.2.840.10008.5.1.4.1.1.2" }, "number": 1 } ] } ] }
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] | UKCore-Location-GeneralPracticeNurseClinic-Example |
Immunization |
id : UKCore-Immunization-InfluenzaVaccine-Example |
text |
status : additional |
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 |
location |
reference : UKCore-Location-GeneralPracticeNurseClinic-Example |
<Immunization xmlns="http://hl7.org/fhir"> <id value="UKCore-Immunization-InfluenzaVaccine-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="completed" /> <vaccineCode> <coding> <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> <patient> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </patient> <occurrenceDateTime value="2013-01-10" /> <location> <reference value="UKCore-Location-GeneralPracticeNurseClinic-Example" /> </location> </Immunization>
{ "resourceType": "Immunization", "id": "UKCore-Immunization-InfluenzaVaccine-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "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" }, "occurrenceDateTime": "2013-01-10", "location": { "reference": "UKCore-Location-GeneralPracticeNurseClinic-Example" } }
Immunization.id[0] | UKCore-Extension-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 |
Immunization |
id : UKCore-Extension-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 |
<Immunization xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-ParentPresent-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ParentPresent"> <valueBoolean value="true" /> </extension> <!-- **************extension end************** --> <status value="completed" /> <vaccineCode> <coding> <system value="https://dmd.nhs.uk" /> <code value="10245211000001108" /> <display value="Pneumococcal polysaccharide conjugated vaccine (adsorbed) suspension for injection 0.5ml pre-filled syringes" /> </coding> </vaccineCode> <patient> <reference value="Patient/UKCore-Patient-BabyPatient-Example" /> </patient> <occurrenceDateTime value="2021-07-20" /> </Immunization>
{ "resourceType": "Immunization", "id": "UKCore-Extension-ParentPresent-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ParentPresent", "valueBoolean": 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" }, "occurrenceDateTime": "2021-07-20" }
Immunization.id[0] | UKCore-Extension-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 |
Immunization |
id : UKCore-Extension-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 |
<Immunization xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-VaccinationProcedure-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="73701000119109" /> <display value="Influenza vaccination given" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> <status value="completed" /> <vaccineCode> <coding> <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> <patient> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </patient> <occurrenceDateTime value="2013-01-10" /> </Immunization>
{ "resourceType": "Immunization", "id": "UKCore-Extension-VaccinationProcedure-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure", "valueCodeableConcept": { "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" }, "occurrenceDateTime": "2013-01-10" }
Immunization.id[0] | UKCore-Extension-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 |
Immunization |
id : UKCore-Extension-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 |
<Immunization xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-VaccinationProcedure-COVID-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="1324681000000101" /> <display value="Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure)" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> <status value="completed" /> <vaccineCode> <coding> <system value="https://dmd.nhs.uk" /> <code value="39116211000001106" /> <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> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </patient> <occurrenceDateTime value="2021-07-20" /> </Immunization>
{ "resourceType": "Immunization", "id": "UKCore-Extension-VaccinationProcedure-COVID-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure", "valueCodeableConcept": { "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" }, "occurrenceDateTime": "2021-07-20" }
List.id[0] | UKCore-List-EmptyList-Example |
List.text[0].status[0] | additional |
List.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an empty list</div> |
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] | 2019-12-10T13:00:00+00:00 |
List.emptyReason[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode |
List.emptyReason[0].coding[0].code[0] | no-content-recorded |
List.emptyReason[0].coding[0].display[0] | No Content Recorded |
List |
id : UKCore-List-EmptyList-Example |
text |
status : additional |
status : current |
mode : working |
code |
coding |
system : http://snomed.info/sct |
code : 826501000000100 |
display : Miscellaneous record |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
date : 2019-12-10T13:00:00+00:00 |
emptyReason |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode |
code : no-content-recorded |
display : No Content Recorded |
<List xmlns="http://hl7.org/fhir"> <id value="UKCore-List-EmptyList-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="current" /> <mode value="working" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="826501000000100" /> <display value="Miscellaneous record" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <date value="2019-12-10T13:00:00+00:00" /> <emptyReason> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode" /> <code value="no-content-recorded" /> <display value="No Content Recorded" /> </coding> </emptyReason> </List>
{ "resourceType": "List", "id": "UKCore-List-EmptyList-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "status": "current", "mode": "working", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "826501000000100", "display": "Miscellaneous record" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "date": "2019-12-10T13:00:00+00:00", "emptyReason": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ListEmptyReasonCode", "code": "no-content-recorded", "display": "No Content Recorded" } ] } }
This extension is used to provide warnings that a List may be incomplete as data has been excluded due to confidentiality or may be missing due to data being in transit
List.id[0] | UKCore-Extension-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 |
List |
id : UKCore-Extension-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 |
<List xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-ListWarningCode-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ListWarningCode"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode" /> <code value="data-in-transit" /> <display value="Data in Transit" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> <status value="current" /> <mode value="working" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="826501000000100" /> <display value="Miscellaneous record" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <date value="2021-12-10T13:00:00+00:00" /> </List>
{ "resourceType": "List", "id": "UKCore-Extension-ListWarningCode-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ListWarningCode", "valueCodeableConcept": { "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" }
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 |
Location |
id : UKCore-Location-GeneralPracticeNurseClinic-Example |
text |
status : additional |
identifier |
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 |
managingOrganization |
reference : Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example |
<Location xmlns="http://hl7.org/fhir"> <id value="UKCore-Location-GeneralPracticeNurseClinic-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://fhir.nhs.uk/Id/ods-site-code" /> <value value="GP8D7" /> </identifier> <name value="WhiteRoseNurseClinic" /> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="GIM" /> <display value="General internal medicine clinic" /> </coding> </type> <telecom> <system value="phone" /> <value value="0113 243 3166" /> </telecom> <managingOrganization> <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" /> </managingOrganization> </Location>
{ "resourceType": "Location", "id": "UKCore-Location-GeneralPracticeNurseClinic-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "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" } ], "managingOrganization": { "reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" } }
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 |
Location |
id : UKCore-Location-CardiologySJUH-Example |
text |
status : additional |
identifier |
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 |
line : ST. JAMES'S UNIVERSITY HOSPITAL |
line : BECKETT STREET |
city : LEEDS |
postalCode : LS9 7TF |
country : ENGLAND |
managingOrganization |
reference : Organization/UKCore-Organization-LeedsTeachingHospital-Example |
<Location xmlns="http://hl7.org/fhir"> <id value="UKCore-Location-CardiologySJUH-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://fhir.nhs.uk/Id/ods-site-code" /> <value value="RR8D7" /> </identifier> <name value="CARDIOLOGY SJUH" /> <type> <coding> <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> <telecom> <system value="phone" /> <value value="0113 243 3149" /> </telecom> <address> <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> <managingOrganization> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </managingOrganization> </Location>
{ "resourceType": "Location", "id": "UKCore-Location-CardiologySJUH-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "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" }, "managingOrganization": { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example" } }
Location.id[0] | UKCore-Location-HospitalSJUH-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 hospital location</div> |
Location.identifier[0].system[0] | https://fhir.nhs.uk/Id/ods-site-code |
Location.identifier[0].value[0] | RR813 |
Location.name[0] | ST JAMES'S UNIVERSITY HOSPITAL |
Location.type[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
Location.type[0].coding[0].code[0] | HOSP |
Location.type[0].coding[0].display[0] | Hospital |
Location.telecom[0].system[0] | phone |
Location.telecom[0].value[0] | 0113 243 3144 |
Location.address[0].line[0] | ST. JAMES'S UNIVERSITY HOSPITAL |
Location.address[0].line[1] | 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 |
Location |
id : UKCore-Location-HospitalSJUH-Example |
text |
status : additional |
identifier |
system : https://fhir.nhs.uk/Id/ods-site-code |
value : RR813 |
name : ST JAMES'S UNIVERSITY HOSPITAL |
type |
coding |
system : http://terminology.hl7.org/CodeSystem/v3-RoleCode |
code : HOSP |
display : Hospital |
telecom |
system : phone |
value : 0113 243 3144 |
address |
line : ST. JAMES'S UNIVERSITY HOSPITAL |
line : BECKETT STREET |
city : LEEDS |
postalCode : LS9 7TF |
country : ENGLAND |
managingOrganization |
reference : Organization/UKCore-Organization-LeedsTeachingHospital-Example |
<Location xmlns="http://hl7.org/fhir"> <id value="UKCore-Location-HospitalSJUH-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://fhir.nhs.uk/Id/ods-site-code" /> <value value="RR813" /> </identifier> <name value="ST JAMES'S UNIVERSITY HOSPITAL" /> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="HOSP" /> <display value="Hospital" /> </coding> </type> <telecom> <system value="phone" /> <value value="0113 243 3144" /> </telecom> <address> <line value="ST. JAMES'S UNIVERSITY HOSPITAL" /> <line value="BECKETT STREET" /> <city value="LEEDS" /> <postalCode value="LS9 7TF" /> <country value="ENGLAND" /> </address> <managingOrganization> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </managingOrganization> </Location>
{ "resourceType": "Location", "id": "UKCore-Location-HospitalSJUH-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://fhir.nhs.uk/Id/ods-site-code", "value": "RR813" } ], "name": "ST JAMES'S UNIVERSITY HOSPITAL", "type": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "HOSP", "display": "Hospital" } ] } ], "telecom": [ { "system": "phone", "value": "0113 243 3144" } ], "address": { "line": [ "ST. JAMES'S UNIVERSITY HOSPITAL", "BECKETT STREET" ], "city": "LEEDS", "postalCode": "LS9 7TF", "country": "ENGLAND" }, "managingOrganization": { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example" } }
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 |
Medication |
id : UKCore-Medication-COVID-Vaccine-Example |
text |
status : additional |
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 |
<Medication xmlns="http://hl7.org/fhir"> <id value="UKCore-Medication-COVID-Vaccine-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <code> <coding> <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> <batch> <lotNumber value="FK0112" /> <expirationDate value="2021-10-26" /> </batch> </Medication>
{ "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" } }
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 |
Medication |
id : UKCore-Medication-TimololVTM-Example |
text |
status : additional |
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 |
<Medication xmlns="http://hl7.org/fhir"> <id value="UKCore-Medication-TimololVTM-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <code> <coding> <system value="https://dmd.nhs.uk" /> <code value="777773007" /> <display value="Timolol" /> </coding> </code> <form> <coding> <system value="http://snomed.info/sct" /> <code value="17960711000001109" /> <display value="Ear/eye drops solution" /> </coding> </form> </Medication>
{ "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" } ] } }
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) |
Medication |
id : UKCore-Medication-TimoptolEyeDrops-Example |
text |
status : additional |
code |
coding |
system : https://dmd.nhs.uk |
code : 18616211000001106 |
display : Timoptol 0.5% eye drops (DE Pharmaceuticals) |
<Medication xmlns="http://hl7.org/fhir"> <id value="UKCore-Medication-TimoptolEyeDrops-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <code> <coding> <system value="https://dmd.nhs.uk" /> <code value="18616211000001106" /> <display value="Timoptol 0.5% eye drops (DE Pharmaceuticals)" /> </coding> </code> </Medication>
{ "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)" } ] } }
Medication.id[0] | UKCore-Extension-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 Ltd) |
Medication |
id : UKCore-Extension-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 Ltd) |
<Medication xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-MedicationTradeFamily-Example" /> <text> <status value="additional" /> --- 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"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="9298001000001101" /> <display value="Panadol Extra" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> <code> <coding> <system value="https://dmd.nhs.uk" /> <code value="18677911000001109" /> <display value="Panadol Extra Advance 500mg/65mg tablets (Haleon UK Ltd)" /> </coding> </code> </Medication>
{ "resourceType": "Medication", "id": "UKCore-Extension-MedicationTradeFamily-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationTradeFamily", "valueCodeableConcept": { "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 Ltd)" } ] } }
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 |
MedicationAdministration |
id : UKCore-MedicationAdministration-TimoptolEyeDrops-Example |
text |
status : additional |
identifier |
system : https://tools.ietf.org/html/rfc4122 |
value : e8779393-9b7c-4654-a8df-0ba4cc9b28ce |
status : completed |
medication |
reference : Medication/UKCore-Medication-TimoptolEyeDrops-Example |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
effective : 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 |
<MedicationAdministration xmlns="http://hl7.org/fhir"> <id value="UKCore-MedicationAdministration-TimoptolEyeDrops-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="e8779393-9b7c-4654-a8df-0ba4cc9b28ce" /> </identifier> <status value="completed" /> <medicationReference> <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" /> </medicationReference> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <effectiveDateTime value="2021-03-25T13:00:00+00:00" /> <request> <reference value="MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example" /> </request> <dosage> <text value="1 drop in each affected eye twice daily, approximately 12 hours apart." /> <site> <coding> <system value="http://snomed.info/sct" /> <code value="362508001" /> <display value="Both eyes, entire" /> </coding> </site> <route> <coding> <system value="http://snomed.info/sct" /> <code value="58831000052108" /> <display value="Subretinal route" /> </coding> </route> <method> <coding> <system value="http://snomed.info/sct" /> <code value="421984009" /> <display value="Until finished" /> </coding> </method> <dose> <value value="30" /> <unit value="milliliter" /> <system value="http://unitsofmeasure.org" /> <code value="mL" /> </dose> </dosage> </MedicationAdministration>
{ "resourceType": "MedicationAdministration", "id": "UKCore-MedicationAdministration-TimoptolEyeDrops-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://tools.ietf.org/html/rfc4122", "value": "e8779393-9b7c-4654-a8df-0ba4cc9b28ce" } ], "status": "completed", "medicationReference": { "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" } } }
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 |
MedicationDispense |
id : UKCore-MedicationDispense-EyeDrops-Example |
text |
status : additional |
identifier |
system : https://tools.ietf.org/html/rfc4122 |
value : 5c92c1dc-06a9-4729-b8c9-222cf769f8dc |
status : in-progress |
medication |
reference : Medication/UKCore-Medication-TimoptolEyeDrops-Example |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
performer |
actor |
reference : Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example |
authorizingPrescription |
reference : MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example |
quantity |
value : 30 |
unit : milliliter |
system : http://unitsofmeasure.org |
code : mL |
daysSupply |
value : 30 |
unit : Day |
system : http://unitsofmeasure.org |
code : d |
whenPrepared : 2020-01-15T15:00:00+00:00 |
receiver |
reference : Patient/UKCore-Patient-RichardSmith-Example |
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 |
route |
coding |
system : http://snomed.info/sct |
code : 58831000052108 |
display : Subretinal route |
method |
coding |
system : http://snomed.info/sct |
code : 421984009 |
display : Until finished |
<MedicationDispense xmlns="http://hl7.org/fhir"> <id value="UKCore-MedicationDispense-EyeDrops-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="5c92c1dc-06a9-4729-b8c9-222cf769f8dc" /> </identifier> <status value="in-progress" /> <medicationReference> <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" /> </medicationReference> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <performer> <actor> <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> </actor> </performer> <authorizingPrescription> <reference value="MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example" /> </authorizingPrescription> <quantity> <value value="30" /> <unit value="milliliter" /> <system value="http://unitsofmeasure.org" /> <code value="mL" /> </quantity> <daysSupply> <value value="30" /> <unit value="Day" /> <system value="http://unitsofmeasure.org" /> <code value="d" /> </daysSupply> <whenPrepared value="2020-01-15T15:00:00+00:00" /> <receiver> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </receiver> <dosageInstruction> <text value="1 drop in each affected eye twice daily, approximately 12 hours apart." /> <timing> <repeat> <frequency value="1" /> <period value="12" /> <periodUnit value="h" /> </repeat> </timing> <site> <coding> <system value="http://snomed.info/sct" /> <code value="362508001" /> <display value="Both eyes, entire" /> </coding> </site> <route> <coding> <system value="http://snomed.info/sct" /> <code value="58831000052108" /> <display value="Subretinal route" /> </coding> </route> <method> <coding> <system value="http://snomed.info/sct" /> <code value="421984009" /> <display value="Until finished" /> </coding> </method> </dosageInstruction> </MedicationDispense>
{ "resourceType": "MedicationDispense", "id": "UKCore-MedicationDispense-EyeDrops-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://tools.ietf.org/html/rfc4122", "value": "5c92c1dc-06a9-4729-b8c9-222cf769f8dc" } ], "status": "in-progress", "medicationReference": { "reference": "Medication/UKCore-Medication-TimoptolEyeDrops-Example" }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "performer": [ { "actor": { "reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" } } ], "authorizingPrescription": [ { "reference": "MedicationRequest/UKCore-MedicationRequest-EyeDrops-Example" } ], "quantity": { "value": 30, "unit": "milliliter", "system": "http://unitsofmeasure.org", "code": "mL" }, "daysSupply": { "value": 30, "unit": "Day", "system": "http://unitsofmeasure.org", "code": "d" }, "whenPrepared": "2020-01-15T15:00:00+00:00", "receiver": [ { "reference": "Patient/UKCore-Patient-RichardSmith-Example" } ], "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" } ] }, "route": { "coding": [ { "system": "http://snomed.info/sct", "code": "58831000052108", "display": "Subretinal route" } ] }, "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "421984009", "display": "Until finished" } ] } } ] }
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 |
MedicationRequest |
text |
status : additional |
id : UKCore-MedicationRequest-EyeDrops-Example |
status : completed |
intent : order |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/medicationrequest-category |
code : outpatient |
display : Outpatient |
medication |
reference : Medication/UKCore-Medication-TimoptolEyeDrops-Example |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
authoredOn : 2022-09-10T15:00:00.000Z |
requester |
reference : Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
courseOfTherapyType |
coding |
system : http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy |
code : acute |
display : Short course (acute) therapy |
dosageInstruction |
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 |
doseAndRate |
type |
coding |
system : http://terminology.hl7.org/CodeSystem/dose-rate-type |
code : ordered |
display : Ordered |
dose |
value : 1 |
unit : drop |
system : http://unitsofmeasure.org |
code : [drp] |
substitution |
allowed : True |
<MedicationRequest xmlns="http://hl7.org/fhir"> <id value="UKCore-MedicationRequest-EyeDrops-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="completed" /> <intent value="order" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> <code value="outpatient" /> <display value="Outpatient" /> </coding> </category> <medicationReference> <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" /> </medicationReference> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <authoredOn value="2022-09-10T15:00:00.000Z" /> <requester> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </requester> <courseOfTherapyType> <coding> <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy" /> <code value="acute" /> <display value="Short course (acute) therapy" /> </coding> </courseOfTherapyType> <dosageInstruction> <text value="1 drop in left eye, every 12 hours, until finished." /> <timing> <repeat> <frequency value="1" /> <period value="12" /> <periodUnit value="h" /> </repeat> </timing> <site> <coding> <system value="http://snomed.info/sct" /> <code value="8966001" /> <display value="Left eye structure" /> </coding> </site> <route> <coding> <system value="http://snomed.info/sct" /> <code value="58831000052108" /> <display value="Subretinal route" /> </coding> </route> <method> <coding> <system value="http://snomed.info/sct" /> <code value="421984009" /> <display value="Until finished" /> </coding> </method> <doseAndRate> <type> <coding> <system value="http://terminology.hl7.org/CodeSystem/dose-rate-type" /> <code value="ordered" /> <display value="Ordered" /> </coding> </type> <doseQuantity> <value value="1" /> <unit value="drop" /> <system value="http://unitsofmeasure.org" /> <code value="[drp]" /> </doseQuantity> </doseAndRate> </dosageInstruction> <substitution> <allowedBoolean value="true" /> </substitution> </MedicationRequest>
The resource cannot be rendered.
Element 'id' is not in the correct order At MedicationRequest.id, line 6, position 4
MedicationRequest.id[0] | UKCore-Extension-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 |
MedicationRequest |
id : UKCore-Extension-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 |
<MedicationRequest xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-RepeatInformation-Example" /> <text> <status value="additional" /> --- 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 url="numberOfPrescriptionsIssued"> <valueUnsignedInt value="1" /> </extension> <extension url="authorisationExpiryDate"> <valueDateTime value="2022-09-10T19:00:00.000Z" /> </extension> </extension> <!-- **************extension end************** --> <status value="completed" /> <intent value="order" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" /> <code value="outpatient" /> <display value="Outpatient" /> </coding> </category> <priority value="routine" /> <medicationReference> <reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" /> </medicationReference> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <requester> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </requester> <recorder> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </recorder> <courseOfTherapyType> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy" /> <code value="continuous-repeating-dispensing" /> <display value="Continuous long term (repeat dispensing)" /> </coding> </courseOfTherapyType> <dosageInstruction> <text value="1 drop in each affected eye twice daily, approximately 12 hours apart." /> <timing> <repeat> <frequency value="1" /> <period value="12" /> <periodUnit value="h" /> </repeat> </timing> <site> <coding> <system value="http://snomed.info/sct" /> <code value="362508001" /> <display value="Both eyes, entire" /> </coding> </site> <method> <coding> <system value="http://snomed.info/sct" /> <code value="421984009" /> <display value="Until finished" /> </coding> </method> </dosageInstruction> <substitution> <allowedBoolean value="true" /> </substitution> </MedicationRequest>
{ "resourceType": "MedicationRequest", "id": "UKCore-Extension-RepeatInformation-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "extension": [ { "url": "numberOfPrescriptionsIssued", "valueUnsignedInt": 1 }, { "url": "authorisationExpiryDate", "valueDateTime": "2022-09-10T19:00:00.000Z" } ], "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationRepeatInformation" } ], "status": "completed", "intent": "order", "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category", "code": "outpatient", "display": "Outpatient" } ] } ], "priority": "routine", "medicationReference": { "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": { "allowedBoolean": true } }
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 |
MedicationStatement |
id : UKCore-MedicationStatement-Amoxicillin-Example |
text |
status : additional |
identifier |
system : https://tools.ietf.org/html/rfc4122 |
value : ac0ffbdf-3289-41d5-84d9-068a1f5937db |
status : active |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/medication-statement-category |
code : outpatient |
display : Outpatient |
medication |
coding |
system : https://dmd.nhs.uk |
code : 39732311000001104 |
display : Amoxicillin 250mg capsules |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
effective |
start : 2021-02-15T13:50:00+00:00 |
end : 2021-05-15T13:50:00+00:00 |
dateAsserted : 2017-02-22 |
reasonCode |
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 |
asNeeded |
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 |
doseAndRate |
dose |
value : 500 |
unit : milligram |
system : http://unitsofmeasure.org |
code : mg |
<MedicationStatement xmlns="http://hl7.org/fhir"> <id value="UKCore-MedicationStatement-Amoxicillin-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="ac0ffbdf-3289-41d5-84d9-068a1f5937db" /> </identifier> <status value="active" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/medication-statement-category" /> <code value="outpatient" /> <display value="Outpatient" /> </coding> </category> <medicationCodeableConcept> <coding> <system value="https://dmd.nhs.uk" /> <code value="39732311000001104" /> <display value="Amoxicillin 250mg capsules" /> </coding> </medicationCodeableConcept> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <effectivePeriod> <start value="2021-02-15T13:50:00+00:00" /> <end value="2021-05-15T13:50:00+00:00" /> </effectivePeriod> <dateAsserted value="2017-02-22" /> <reasonCode> <coding> <system value="http://snomed.info/sct" /> <code value="65363002" /> <display value="Otitis media" /> </coding> </reasonCode> <dosage> <text value="2 capsules 4 times a day." /> <timing> <repeat> <frequency value="4" /> <period value="1" /> <periodUnit value="d" /> </repeat> </timing> <asNeededCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="301354004" /> <display value="Pain of ear" /> </coding> </asNeededCodeableConcept> <site> <coding> <system value="http://snomed.info/sct" /> <code value="123851003" /> <display value="Mouth region structure" /> </coding> </site> <route> <coding> <system value="http://snomed.info/sct" /> <code value="26643006" /> <display value="Oral" /> </coding> </route> <method> <coding> <system value="http://snomed.info/sct" /> <code value="421984009" /> <display value="Until finished" /> </coding> </method> <doseAndRate> <doseQuantity> <value value="500" /> <unit value="milligram" /> <system value="http://unitsofmeasure.org" /> <code value="mg" /> </doseQuantity> </doseAndRate> </dosage> </MedicationStatement>
{ "resourceType": "MedicationStatement", "id": "UKCore-MedicationStatement-Amoxicillin-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://tools.ietf.org/html/rfc4122", "value": "ac0ffbdf-3289-41d5-84d9-068a1f5937db" } ], "status": "active", "category": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/medication-statement-category", "code": "outpatient", "display": "Outpatient" } ] }, "medicationCodeableConcept": { "coding": [ { "system": "https://dmd.nhs.uk", "code": "39732311000001104", "display": "Amoxicillin 250mg capsules" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "effectivePeriod": { "start": "2021-02-15T13:50:00+00:00", "end": "2021-05-15T13:50:00+00:00" }, "dateAsserted": "2017-02-22", "reasonCode": [ { "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" } }, "asNeededCodeableConcept": { "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" } ] }, "doseAndRate": [ { "doseQuantity": { "value": 500, "unit": "milligram", "system": "http://unitsofmeasure.org", "code": "mg" } } ] } ] }
MedicationStatement.id[0] | UKCore-Extension-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 |
MedicationStatement |
id : UKCore-Extension-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 |
<MedicationStatement xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-MedicationStatementLastIssueDate-Example" /> <text> <status value="additional" /> --- 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"> <valueDateTime value="2017-02-24" /> </extension> <!-- **************extension end************** --> <status value="active" /> <medicationCodeableConcept> <coding> <system value="https://dmd.nhs.uk" /> <code value="39732311000001104" /> <display value="Amoxicillin 250mg capsules" /> </coding> </medicationCodeableConcept> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> </MedicationStatement>
{ "resourceType": "MedicationStatement", "id": "UKCore-Extension-MedicationStatementLastIssueDate-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate", "valueDateTime": "2017-02-24" } ], "status": "active", "medicationCodeableConcept": { "coding": [ { "system": "https://dmd.nhs.uk", "code": "39732311000001104", "display": "Amoxicillin 250mg capsules" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" } }
MedicationStatement.id[0] | UKCore-Extension-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 |
MedicationStatement |
id : UKCore-Extension-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 |
<MedicationStatement xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-MedicationPrescribingOrganizationType-Example" /> <text> <status value="additional" /> --- 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"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType" /> <code value="prescribed-at-gp-practice" /> <display value="Prescribed at GP practice" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> <status value="active" /> <medicationCodeableConcept> <coding> <system value="https://dmd.nhs.uk" /> <code value="39732311000001104" /> <display value="Amoxicillin 250mg capsules" /> </coding> </medicationCodeableConcept> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> </MedicationStatement>
{ "resourceType": "MedicationStatement", "id": "UKCore-Extension-MedicationPrescribingOrganizationType-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType", "code": "prescribed-at-gp-practice", "display": "Prescribed at GP practice" } ] } } ], "status": "active", "medicationCodeableConcept": { "coding": [ { "system": "https://dmd.nhs.uk", "code": "39732311000001104", "display": "Amoxicillin 250mg capsules" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" } }
MedicationStatement.id[0] | UKCore-Extension-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 |
MedicationStatement |
id : UKCore-Extension-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 |
<MedicationStatement xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-PharmacistVerifiedIndicator-Example" /> <text> <status value="additional" /> --- 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"> <valueBoolean value="true" /> </extension> <!-- **************extension end************** --> <status value="active" /> <medicationCodeableConcept> <coding> <system value="https://dmd.nhs.uk" /> <code value="39732311000001104" /> <display value="Amoxicillin 250mg capsules" /> </coding> </medicationCodeableConcept> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> </MedicationStatement>
{ "resourceType": "MedicationStatement", "id": "UKCore-Extension-PharmacistVerifiedIndicator-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PharmacistVerifiedIndicator", "valueBoolean": true } ], "status": "active", "medicationCodeableConcept": { "coding": [ { "system": "https://dmd.nhs.uk", "code": "39732311000001104", "display": "Amoxicillin 250mg capsules" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" } }
Observation.id[0] | UKCore-Observation-AwarenessOfDiagnosis-Example |
Observation.text[0].status[0] | additional |
Observation.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate an observation of the awareness of diagnosis</div> |
Observation.status[0] | final |
Observation.code[0].coding[0].system[0] | http://snomed.info/sct |
Observation.code[0].coding[0].code[0] | 162564003 |
Observation.code[0].coding[0].display[0] | Awareness of diagnosis |
Observation.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Observation.effective[0] | 2019-12-10T13:00:00+00:00 |
Observation |
id : UKCore-Observation-AwarenessOfDiagnosis-Example |
text |
status : additional |
status : final |
code |
coding |
system : http://snomed.info/sct |
code : 162564003 |
display : Awareness of diagnosis |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
effective : 2019-12-10T13:00:00+00:00 |
<Observation xmlns="http://hl7.org/fhir"> <id value="UKCore-Observation-AwarenessOfDiagnosis-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="final" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="162564003" /> <display value="Awareness of diagnosis" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <effectiveInstant value="2019-12-10T13:00:00+00:00" /> </Observation>
{ "resourceType": "Observation", "id": "UKCore-Observation-AwarenessOfDiagnosis-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "status": "final", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "162564003", "display": "Awareness of diagnosis" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "effectiveInstant": "2019-12-10T13:00:00+00:00" }
Observation.id[0] | UKCore-Observation-DrugUse-Example |
Observation.text[0].status[0] | additional |
Observation.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate n observation of the patient's drug use</div> |
Observation.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
Observation.identifier[0].value[0] | 2af46949-4938-4c57-bad4-c4363e1965d5 |
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] | social-history |
Observation.category[0].coding[0].display[0] | Social History |
Observation.code[0].coding[0].system[0] | http://snomed.info/sct |
Observation.code[0].coding[0].code[0] | 307052004 |
Observation.code[0].coding[0].display[0] | Illicit drug use |
Observation.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Observation.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
Observation |
id : UKCore-Observation-DrugUse-Example |
text |
status : additional |
identifier |
system : https://tools.ietf.org/html/rfc4122 |
value : 2af46949-4938-4c57-bad4-c4363e1965d5 |
status : final |
category |
coding |
system : http://terminology.hl7.org/CodeSystem/observation-category |
code : social-history |
display : Social History |
code |
coding |
system : http://snomed.info/sct |
code : 307052004 |
display : Illicit drug use |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
performer |
reference : Organization/UKCore-Organization-LeedsTeachingHospital-Example |
<Observation xmlns="http://hl7.org/fhir"> <id value="UKCore-Observation-DrugUse-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="2af46949-4938-4c57-bad4-c4363e1965d5" /> </identifier> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="social-history" /> <display value="Social History" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="307052004" /> <display value="Illicit drug use" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </performer> </Observation>
The resource cannot be rendered.
Element 'Observation' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At line 1, position 2
Element 'id' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 2, position 4
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 3, position 4
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.text, line 4, position 6
Element 'identifier' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 7, position 4
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 8, position 6
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 9, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 11, position 4
Element 'category' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 12, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0], line 13, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 14, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 15, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 16, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 19, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code, line 20, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 21, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 22, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 23, position 8
Element 'subject' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 26, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.subject, line 27, position 6
Element 'performer' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 29, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.performer[0], line 30, position 6
Observation.id[0] | UKCore-Extension-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 |
Observation |
id : UKCore-Extension-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 |
<Observation xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-TriggeredBy-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- ***************extension start*************** --> <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy"> <extension url="observation"> <valueReference> <reference value="Observation/UKCore-Observation-DrugUse-Example" /> </valueReference> </extension> <extension url="type"> <valueCode value="reflex" /> </extension> <extension url="reason"> <valueString value="Patient admitted to recreational drug use." /> </extension> </extension> <!-- ***************extension end*************** --> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="293a6418-9dcf-4d42-b97a-b119afd200ba" /> </identifier> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="laboratory" /> <display value="Laboratory" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="1014801000000101" /> <display value="Urine tricyclic drug screen" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </performer> <specimen> <reference value="Specimen/UKCore-Specimen-UrineSpecimen-Example" /> </specimen> </Observation>
The resource cannot be rendered.
Element 'Observation' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At line 1, position 2
Element 'id' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 2, position 4
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 3, position 4
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.text, line 4, position 6
Element 'extension' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 8, position 4
Element 'extension' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.extension[0], line 9, position 6
Element 'valueReference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.extension[0].extension[0], line 10, position 8
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.extension[0].extension[0].value, line 11, position 10
Element 'valueCode' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.extension[0].extension[1], line 15, position 8
Element 'valueString' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.extension[0].extension[2], line 18, position 8
Element 'identifier' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 22, position 4
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 23, position 6
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 24, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 26, position 4
Element 'category' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 27, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0], line 28, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 29, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 30, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 31, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 34, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code, line 35, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 36, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 37, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 38, position 8
Element 'subject' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 41, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.subject, line 42, position 6
Element 'performer' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 44, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.performer[0], line 45, position 6
Element 'specimen' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 47, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.specimen, line 48, position 6
Observation.id[0] | UKCore-Observation-FingerJointInflamed-Example |
Observation.text[0].status[0] | additional |
Observation.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a finger joint inflammation observation</div> |
Observation.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
Observation.identifier[0].value[0] | 0733b27a-377b-4688-90be-eb7b9f462b91 |
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] | exam |
Observation.category[0].coding[0].display[0] | Exam |
Observation.code[0].coding[0].system[0] | http://snomed.info/sct |
Observation.code[0].coding[0].code[0] | 298167002 |
Observation.code[0].coding[0].display[0] | Finger joint inflamed |
Observation.performer[0].reference[0] | Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example |
<Observation xmlns="http://hl7.org/fhir"> <id value="UKCore-Observation-FingerJointInflamed-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="0733b27a-377b-4688-90be-eb7b9f462b91" /> </identifier> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="exam" /> <display value="Exam" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="298167002" /> <display value="Finger joint inflamed" /> </coding> </code> <performer> <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> </performer> </Observation>
The resource cannot be rendered.
Element 'Observation' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At line 1, position 2
Element 'id' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 2, position 4
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 3, position 4
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.text, line 4, position 6
Element 'identifier' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 7, position 4
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 8, position 6
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 9, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 11, position 4
Element 'category' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 12, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0], line 13, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 14, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 15, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 16, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 19, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code, line 20, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 21, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 22, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 23, position 8
Element 'performer' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 26, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.performer[0], line 27, position 6
Observation.id[0] | UKCore-Observation-Group-FullBloodCount-Example |
Observation.text[0].status[0] | additional |
Observation.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a full blood count using multiple lab observation references</div> |
Observation.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
Observation.identifier[0].value[0] | 53dd97da-082c-450d-a47d-3ffa44941a68 |
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] | 26604007 |
Observation.code[0].coding[0].display[0] | Full blood count |
Observation.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Observation.hasMember[0].reference[0] | Observation/UKCore-Observation-Lab-WhiteCellCount-Example |
Observation.hasMember[1].reference[0] | Observation/UKCore-Observation-Lab-RedCellCount-Example |
<Observation xmlns="http://hl7.org/fhir"> <id value="UKCore-Observation-Group-FullBloodCount-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="53dd97da-082c-450d-a47d-3ffa44941a68" /> </identifier> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="laboratory" /> <display value="Laboratory" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="26604007" /> <display value="Full blood count" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <hasMember> <reference value="Observation/UKCore-Observation-Lab-WhiteCellCount-Example" /> </hasMember> <hasMember> <reference value="Observation/UKCore-Observation-Lab-RedCellCount-Example" /> </hasMember> </Observation>
The resource cannot be rendered.
Element 'Observation' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At line 1, position 2
Element 'id' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 2, position 4
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 3, position 4
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.text, line 4, position 6
Element 'identifier' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 7, position 4
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 8, position 6
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 9, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 11, position 4
Element 'category' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 12, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0], line 13, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 14, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 15, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 16, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 19, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code, line 20, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 21, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 22, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 23, position 8
Element 'subject' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 26, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.subject, line 27, position 6
Element 'hasMember' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 29, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.hasMember[0], line 30, position 6
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.hasMember[1], line 33, position 6
Observation.id[0] | UKCore-Observation-Lab-RedCellCount-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 observation of a red cell count for a blood specimen</div> |
Observation.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
Observation.identifier[0].value[0] | fcd8af5a-18a0-4d0b-8c79-5b6bdf55fb32 |
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] | 58571000237106 |
Observation.code[0].coding[0].display[0] | Nucleated red blood cell count in blood |
Observation.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Observation.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
Observation.value[0].value[0] | 3.9 |
Observation.value[0].unit[0] | 10*12/L |
Observation.value[0].system[0] | http://unitsofmeasure.org |
Observation.specimen[0].reference[0] | Specimen/UKCore-Specimen-BloodSpecimen-Example |
Observation.referenceRange[0].low[0].value[0] | 4.0 |
Observation.referenceRange[0].high[0].value[0] | 5.9 |
<Observation xmlns="http://hl7.org/fhir"> <id value="UKCore-Observation-Lab-RedCellCount-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="fcd8af5a-18a0-4d0b-8c79-5b6bdf55fb32" /> </identifier> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="laboratory" /> <display value="Laboratory" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="58571000237106" /> <display value="Nucleated red blood cell count in blood" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </performer> <valueQuantity> <value value="3.9" /> <unit value="10*12/L" /> <system value="http://unitsofmeasure.org" /> </valueQuantity> <specimen> <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" /> </specimen> <referenceRange> <low> <value value="4.0" /> </low> <high> <value value="5.9" /> </high> </referenceRange> </Observation>
The resource cannot be rendered.
Element 'Observation' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At line 1, position 2
Element 'id' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 2, position 4
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 3, position 4
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.text, line 4, position 6
Element 'identifier' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 7, position 4
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 8, position 6
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 9, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 11, position 4
Element 'category' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 12, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0], line 13, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 14, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 15, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 16, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 19, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code, line 20, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 21, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 22, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 23, position 8
Element 'subject' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 26, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.subject, line 27, position 6
Element 'performer' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 29, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.performer[0], line 30, position 6
Element 'valueQuantity' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 32, position 4
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.value, line 33, position 6
Element 'unit' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.value, line 34, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.value, line 35, position 6
Element 'specimen' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 37, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.specimen, line 38, position 6
Element 'referenceRange' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 40, position 4
Element 'low' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.referenceRange[0], line 41, position 6
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.referenceRange[0].low, line 42, position 8
Element 'high' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.referenceRange[0], line 44, position 6
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.referenceRange[0].high, line 45, position 8
Observation.id[0] | UKCore-Observation-Lab-WhiteCellCount-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 observation of a white cell count for a blood specimen</div> |
Observation.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
Observation.identifier[0].value[0] | 3b809516-a294-4de9-a4ce-0c24c7b5f796 |
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] | 16181000237107 |
Observation.code[0].coding[0].display[0] | White blood cell count in fluid |
Observation.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Observation.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
Observation.value[0].value[0] | 11.2 |
Observation.value[0].unit[0] | 10*9/L |
Observation.value[0].system[0] | http://unitsofmeasure.org |
Observation.specimen[0].reference[0] | Specimen/UKCore-Specimen-BloodSpecimen-Example |
Observation.referenceRange[0].low[0].value[0] | 4.0 |
Observation.referenceRange[0].high[0].value[0] | 17.0 |
<Observation xmlns="http://hl7.org/fhir"> <id value="UKCore-Observation-Lab-WhiteCellCount-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="3b809516-a294-4de9-a4ce-0c24c7b5f796" /> </identifier> <status value="final" /> <category> <coding> <system value="http://terminology.hl7.org/CodeSystem/observation-category" /> <code value="laboratory" /> <display value="Laboratory" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="16181000237107" /> <display value="White blood cell count in fluid" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </performer> <valueQuantity> <value value="11.2" /> <unit value="10*9/L" /> <system value="http://unitsofmeasure.org" /> </valueQuantity> <specimen> <reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" /> </specimen> <referenceRange> <low> <value value="4.0" /> </low> <high> <value value="17.0" /> </high> </referenceRange> </Observation>
The resource cannot be rendered.
Element 'Observation' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At line 1, position 2
Element 'id' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 2, position 4
Element 'text' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 3, position 4
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.text, line 4, position 6
Element 'identifier' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 7, position 4
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 8, position 6
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.identifier[0], line 9, position 6
Element 'status' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 11, position 4
Element 'category' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 12, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0], line 13, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 14, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 15, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.category[0].coding[0], line 16, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 19, position 4
Element 'coding' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code, line 20, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 21, position 8
Element 'code' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 22, position 8
Element 'display' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.code.coding[0], line 23, position 8
Element 'subject' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 26, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.subject, line 27, position 6
Element 'performer' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 29, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.performer[0], line 30, position 6
Element 'valueQuantity' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 32, position 4
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.value, line 33, position 6
Element 'unit' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.value, line 34, position 6
Element 'system' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.value, line 35, position 6
Element 'specimen' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 37, position 4
Element 'reference' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.specimen, line 38, position 6
Element 'referenceRange' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation, line 40, position 4
Element 'low' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.referenceRange[0], line 41, position 6
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.referenceRange[0].low, line 42, position 8
Element 'high' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.referenceRange[0], line 44, position 6
Element 'value' has no namespace, expected the HL7 FHIR namespace (http://hl7.org/fhir) At Observation.referenceRange[0].high, line 45, position 8
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 |
Organization |
id : UKCore-Organization-WhiteRoseMedicalCentre-Example |
text |
status : additional |
identifier |
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 |
line : ROSE STREET |
city : LEEDS |
postalCode : LS1288T |
country : ENGLAND |
<Organization xmlns="http://hl7.org/fhir"> <id value="UKCore-Organization-WhiteRoseMedicalCentre-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <use value="official" /> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="GP5" /> </identifier> <name value="WHITE ROSE MEDICAL CENTRE" /> <telecom> <system value="phone" /> <value value="0111 243 3144" /> </telecom> <address> <line value="WHITE ROSE MEDICAL PRACTICE" /> <line value="ROSE STREET" /> <city value="LEEDS" /> <postalCode value="LS1288T" /> <country value="ENGLAND" /> </address> </Organization>
{ "resourceType": "Organization", "id": "UKCore-Organization-WhiteRoseMedicalCentre-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "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" } ] }
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 |
Organization |
id : UKCore-Organization-LeedsTeachingHospital-Example |
text |
status : additional |
identifier |
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 |
line : BECKETT STREET |
city : LEEDS |
postalCode : LS9 7TF |
country : ENGLAND |
<Organization xmlns="http://hl7.org/fhir"> <id value="UKCore-Organization-LeedsTeachingHospital-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <use value="official" /> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RR8" /> </identifier> <name value="LEEDS TEACHING HOSPITALS NHS TRUST" /> <telecom> <system value="phone" /> <value value="0113 243 3144" /> </telecom> <address> <line value="ST. JAMES'S UNIVERSITY HOSPITAL" /> <line value="BECKETT STREET" /> <city value="LEEDS" /> <postalCode value="LS9 7TF" /> <country value="ENGLAND" /> </address> </Organization>
{ "resourceType": "Organization", "id": "UKCore-Organization-LeedsTeachingHospital-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "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" } ] }
Organization.id[0] | UKCore-Extension-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 |
Organization |
id : UKCore-Extension-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 |
<Organization xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-MainLocation-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MainLocation"> <valueReference> <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> <type value="Location" /> <identifier> <use value="official" /> <system value="https://fhir.nhs.uk/Id/ods-site-code" /> <value value="RR813" /> </identifier> </valueReference> </extension> <!-- *************extension end ***************** --> <identifier> <use value="official" /> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RR8" /> </identifier> <name value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </Organization>
{ "resourceType": "Organization", "id": "UKCore-Extension-MainLocation-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MainLocation", "valueReference": { "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" }
Organization.id[0] | UKCore-Extension-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 |
Organization |
id : UKCore-Extension-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 |
<Organization xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-Period-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="http://hl7.org/fhir/StructureDefinition/organization-period"> <valuePeriod> <start value="2017-01-01T00:00:00.000Z" /> </valuePeriod> </extension> <!-- *************extension end ***************** --> <identifier> <use value="official" /> <system value="https://fhir.nhs.uk/Id/ods-organization-code" /> <value value="RR8" /> </identifier> <name value="LEEDS TEACHING HOSPITALS NHS TRUST" /> </Organization>
{ "resourceType": "Organization", "id": "UKCore-Extension-Period-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/organization-period", "valuePeriod": { "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" }
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 |
Patient |
id : UKCore-Patient-BabyPatient-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 |
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 |
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 |
extension |
url : http://hl7.org/fhir/StructureDefinition/patient-birthTime |
value : 2021-02-11T15:39:00+00:00 |
address |
line : 10 Fearnville Grove |
city : LEEDS |
postalCode : LS8 3DR |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Patient-BabyPatient-Example" /> <text> <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"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> <code value="A" /> <display value="White - British" /> </coding> </valueCodeableConcept> </extension> <identifier> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"> <valueCodeableConcept> <coding> <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> <name> <use value="official" /> <family value="JONES" /> <given value="Melanie" /> </name> <telecom> <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> <address> <line value="10 Fearnville Grove" /> <city value="LEEDS" /> <postalCode value="LS8 3DR" /> </address> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Patient-BabyPatient-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland", "code": "A", "display": "White - British" } ] } } ], "identifier": [ { "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus", "valueCodeableConcept": { "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", "_birthDate": { "extension": [ { "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" } ] }
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 |
Patient |
id : UKCore-Patient-RichardSmith-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 : G |
display : Mixed - Any other mixed background |
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 |
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 |
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 |
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 |
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 |
extension |
url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank |
value : 1 |
extension |
url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator |
value : True |
relationship |
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 |
communication |
language |
coding |
system : urn:ietf:bcp:47 |
code : bfi |
display : British Sign Language |
coding |
system : http://snomed.info/sct |
code : 703963007 |
display : Makaton vocabulary |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Patient-RichardSmith-Example" /> <text> <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"> <valueCodeableConcept> <coding> <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"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> <code value="3" /> <display value="Telephone" /> </coding> </valueCodeableConcept> </extension> <extension url="PreferredContactTimes"> <valueTiming> <repeat> <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"> <valueCodeableConcept> <coding> <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"> <valueCodeableConcept> <coding> <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"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus" /> <code value="H" /> <display value="UK Resident" /> </coding> </valueCodeableConcept> </extension> <identifier> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"> <valueCodeableConcept> <coding> <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> <name> <use value="official" /> <family value="SMITH" /> <given value="Richard" /> </name> <telecom> <system value="phone" /> <value value="01131231234" /> </telecom> <gender value="male" /> <birthDate value="1970-09-11" /> <address> <line value="4 Sandmoor Drive" /> <city value="LEEDS" /> <postalCode value="LS17 7DF" /> </address> <contact> <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> <relationship> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AdditionalPersonRelationshipRole" /> <code value="Personal" /> <display value="Personal relationship with the patient" /> </coding> </relationship> <name> <use value="official" /> <text value="JACKSON Jane (Miss)" /> <family value="Jackson" /> <given value="Jane" /> <prefix value="Miss" /> </name> <telecom> <system value="phone" /> <value value="07777123123" /> <use value="mobile" /> </telecom> <address> <use value="home" /> <type value="physical" /> <line value="5 Alwoodley Road" /> <city value="LEEDS" /> <postalCode value="LS17 6EH" /> </address> <gender value="female" /> </contact> <communication> <language> <coding> <system value="urn:ietf:bcp:47" /> <code value="bfi" /> <display value="British Sign Language" /> </coding> <coding> <system value="http://snomed.info/sct" /> <code value="703963007" /> <display value="Makaton vocabulary" /> </coding> </language> </communication> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Patient-RichardSmith-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland", "code": "G", "display": "Mixed - Any other mixed background" } ] } }, { "extension": [ { "url": "PreferredContactMethod", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod", "code": "3", "display": "Telephone" } ] } }, { "url": "PreferredContactTimes", "valueTiming": { "repeat": { "frequency": 1, "period": 1, "periodUnit": "d", "dayOfWeek": [ "mon", "wed", "fri" ], "when": [ "MORN" ] } } }, { "url": "PreferredWrittenCommunicationFormat", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat", "code": "11", "display": "Large print" } ] } } ], "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference" }, { "extension": [ { "url": "deathNotificationStatus", "valueCodeableConcept": { "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-DeathNotificationStatus" }, { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus", "code": "H", "display": "UK Resident" } ] } } ], "identifier": [ { "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus", "valueCodeableConcept": { "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": [ { "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank", "valuePositiveInt": 1 }, { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator", "valueBoolean": true } ], "relationship": [ { "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" } ], "communication": [ { "language": { "coding": [ { "system": "urn:ietf:bcp:47", "code": "bfi", "display": "British Sign Language" }, { "system": "http://snomed.info/sct", "code": "703963007", "display": "Makaton vocabulary" } ] } } ] }
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-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 |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-AddressKey-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <address> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey"> <extension url="type"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType" /> <code value="PAF" /> <display value="Postcode Address File" /> </coding> </valueCodeableConcept> </extension> <extension url="value"> <valueString value="LS10ABC" /> </extension> </extension> <!-- *************extension end ***************** --> <line value="4 Sandmoor Drive" /> <city value="LEEDS" /> <postalCode value="LS17 7DF" /> </address> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-AddressKey-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "address": [ { "extension": [ { "extension": [ { "url": "type", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType", "code": "PAF", "display": "Postcode Address File" } ] } }, { "url": "value", "valueString": "LS10ABC" } ], "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey" } ], "line": [ "4 Sandmoor Drive" ], "city": "LEEDS", "postalCode": "LS17 7DF" } ] }
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-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 |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-BirthPlace-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace"> <valueAddress> <line value="MATERNITY UNIT" /> <line value="LENVILLE UNIVERSITY HOSPITAL" /> <line value="BEWLEY STREET" /> <city value="LENVILLE" /> <postalCode value="LEN 7TF" /> <country value="ENGLAND" /> </valueAddress> </extension> <!-- **************extension end************** --> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-BirthPlace-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace", "valueAddress": { "line": [ "MATERNITY UNIT", "LENVILLE UNIVERSITY HOSPITAL", "BEWLEY STREET" ], "city": "LENVILLE", "postalCode": "LEN 7TF", "country": "ENGLAND" } } ] }
This example uses an extension to show the patient's birth sex.
Patient.id[0] | UKCore-Extension-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] | https://fhir.hl7.org.uk/CodeSystem/UKCore-BirthSex |
Patient.extension[0].value[0].coding[0].code[0] | F |
Patient.extension[0].value[0].coding[0].display[0] | Female |
Patient |
id : UKCore-Extension-BirthSex-Example |
text |
status : additional |
extension |
url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex |
value |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-BirthSex |
code : F |
display : Female |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-BirthSex-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-BirthSex" /> <code value="F" /> <display value="Female" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-BirthSex-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-BirthSex", "code": "F", "display": "Female" } ] } } ] }
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-BirthTime-Example |
text |
status : additional |
birthDate |
extension |
url : http://hl7.org/fhir/StructureDefinition/patient-birthTime |
value : 2002-03-11T15:39:00+00:00 |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-BirthTime-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <birthDate> <!-- **************extension start************** --> <extension url="http://hl7.org/fhir/StructureDefinition/patient-birthTime"> <valueDateTime value="2002-03-11T15:39:00+00:00" /> </extension> <!-- **************extension end************** --> </birthDate> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-BirthTime-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "_birthDate": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime", "valueDateTime": "2002-03-11T15:39:00+00:00" } ] } }
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-CadavericDonor-Example |
text |
status : additional |
extension |
url : http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor |
value : True |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-CadavericDonor-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor"> <valueBoolean value="true" /> </extension> <!-- **************extension end************** --> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-CadavericDonor-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor", "valueBoolean": true } ] }
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.
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-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 |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-ContactRank-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <contact> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank"> <valuePositiveInt value="1" /> </extension> <!-- **************extension end************** --> <name> <use value="official" /> <family value="CARTER" /> <given value="Emily" /> </name> <telecom> <system value="phone" /> <value value="01131231288" /> </telecom> <gender value="female" /> </contact> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-ContactRank-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "contact": [ { "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank", "valuePositiveInt": 1 } ], "name": { "use": "official", "family": "CARTER", "given": [ "Emily" ] }, "telecom": [ { "system": "phone", "value": "01131231288" } ], "gender": "female" } ] }
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-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 |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-ContactPreference-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference"> <extension url="PreferredContactMethod"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> <code value="3" /> <display value="Telephone" /> </coding> </valueCodeableConcept> </extension> <extension url="PreferredContactTimes"> <valueTiming> <repeat> <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"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat" /> <code value="11" /> <display value="Large print" /> </coding> </valueCodeableConcept> </extension> </extension> <!-- **************extension end************** --> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-ContactPreference-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "extension": [ { "url": "PreferredContactMethod", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod", "code": "3", "display": "Telephone" } ] } }, { "url": "PreferredContactTimes", "valueTiming": { "repeat": { "frequency": 1, "period": 1, "periodUnit": "d", "dayOfWeek": [ "mon", "wed", "fri" ], "when": [ "MORN" ] } } }, { "url": "PreferredWrittenCommunicationFormat", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat", "code": "11", "display": "Large print" } ] } } ], "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference" } ] }
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.
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-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 |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-CopyCorrespondenceIndicator-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <contact> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator"> <valueBoolean value="true" /> </extension> <!-- **************extension end************** --> <name> <use value="official" /> <family value="CARTER" /> <given value="Emily" /> </name> <telecom> <system value="phone" /> <value value="01131231288" /> </telecom> <gender value="female" /> </contact> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-CopyCorrespondenceIndicator-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "contact": [ { "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator", "valueBoolean": true } ], "name": { "use": "official", "family": "CARTER", "given": [ "Emily" ] }, "telecom": [ { "system": "phone", "value": "01131231288" } ], "gender": "female" } ] }
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-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 |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-DeathNotificationStatus-Example" /> <text> <status value="additional" /> --- 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"> <extension url="deathNotificationStatus"> <valueCodeableConcept> <coding> <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 end************** --> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-DeathNotificationStatus-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "extension": [ { "url": "deathNotificationStatus", "valueCodeableConcept": { "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-DeathNotificationStatus" } ] }
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-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 |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-EthnicCategory-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" /> <code value="A" /> <display value="White - British" /> </coding> </valueCodeableConcept> </extension> <!-- *************extension end ***************** --> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-EthnicCategory-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland", "code": "A", "display": "White - British" } ] } } ] }
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-InterpreterRequired-Example |
text |
status : additional |
extension |
url : http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired |
value : True |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-InterpreterRequired-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired"> <valueBoolean value="true" /> </extension> <!-- **************extension end************** --> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-InterpreterRequired-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired", "valueBoolean": true } ] }
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-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 |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-OtherContactSystem-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <telecom> <system value="other"> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem" /> <code value="textphone" /> <display value="Minicom (Textphone)" /> </coding> </valueCodeableConcept> </extension> <!-- *************extension end ***************** --> </system> <value value="+4413513341777" /> <use value="home" /> </telecom> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-OtherContactSystem-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "telecom": [ { "system": "other", "_system": { "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem", "code": "textphone", "display": "Minicom (Textphone)" } ] } } ] }, "value": "+4413513341777", "use": "home" } ] }
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-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 |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-NHSNumberVerificationStatus-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland" /> <code value="01" /> <display value="Number present and verified" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> </identifier> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-NHSNumberVerificationStatus-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland", "code": "01", "display": "Number present and verified" } ] } } ] } ] }
Patient.id[0] | UKCore-Extension-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 |
Patient |
id : UKCore-Extension-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 |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-ResidentialStatus-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus" /> <code value="H" /> <display value="UK Resident" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end************** --> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-ResidentialStatus-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus", "code": "H", "display": "UK Resident" } ] } } ] }
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.nhs.uk/Id/sds-user-id |
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 |
Practitioner |
id : UKCore-Practitioner-ConsultantSandraGose-Example |
text |
status : additional |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
value : C12345678 |
name |
family : Gose |
given : Sandra |
prefix : Mrs |
telecom |
system : phone |
value : 0113 6323211 |
use : work |
address |
line : Admissions Department |
line : ST. JAMES'S UNIVERSITY HOSPITAL |
line : BECKETT STREET |
city : LEEDS |
postalCode : LS9 7TF |
country : ENGLAND |
gender : female |
<Practitioner xmlns="http://hl7.org/fhir"> <id value="UKCore-Practitioner-ConsultantSandraGose-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="C12345678" /> </identifier> <name> <family value="Gose" /> <given value="Sandra" /> <prefix value="Mrs" /> </name> <telecom> <system value="phone" /> <value value="0113 6323211" /> <use value="work" /> </telecom> <address> <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>
{ "resourceType": "Practitioner", "id": "UKCore-Practitioner-ConsultantSandraGose-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://fhir.nhs.uk/Id/sds-user-id", "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" }
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.nhs.uk/Id/sds-user-id |
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 |
Practitioner |
id : UKCore-Practitioner-DoctorPaulRastall-Example |
text |
status : additional |
identifier |
system : https://fhir.nhs.uk/Id/sds-user-id |
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 |
line : 22 Brightside Crescent |
city : Overtown |
district : West Yorkshire |
postalCode : LS10 4YU |
gender : male |
<Practitioner xmlns="http://hl7.org/fhir"> <id value="UKCore-Practitioner-DoctorPaulRastall-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="G12345678" /> </identifier> <name> <family value="Rastall" /> <given value="Paul" /> <prefix value="Dr" /> </name> <telecom> <system value="phone" /> <value value="0113 6323200" /> <use value="work" /> </telecom> <address> <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>
{ "resourceType": "Practitioner", "id": "UKCore-Practitioner-DoctorPaulRastall-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://fhir.nhs.uk/Id/sds-user-id", "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" }
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.nhs.uk/Id/sds-user-id |
Practitioner.identifier[0].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 |
Practitioner |
id : UKCore-Practitioner-PharmacistJimmyChuck-Example |
text |
status : additional |
identifier |
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 |
line : ST. JAMES'S UNIVERSITY HOSPITAL |
line : BECKETT STREET |
city : LEEDS |
postalCode : LS9 7TF |
country : ENGLAND |
<Practitioner xmlns="http://hl7.org/fhir"> <id value="UKCore-Practitioner-PharmacistJimmyChuck-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://fhir.nhs.uk/Id/sds-user-id" /> <value value="P12345678" /> </identifier> <name> <family value="Chuck" /> <given value="Jimmy" /> <prefix value="Mr" /> </name> <telecom> <system value="phone" /> <value value="0113 6323222" /> <use value="work" /> </telecom> <address> <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>
{ "resourceType": "Practitioner", "id": "UKCore-Practitioner-PharmacistJimmyChuck-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "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" } ] }
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 |
PractitionerRole |
id : UKCore-PractitionerRole-GeneralPractitioner-Example |
text |
status : additional |
identifier |
system : https://fhir.nhs.uk/Id/sds-role-profile-id |
value : 100334993514 |
practitioner |
reference : Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
organization |
reference : Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example |
code |
coding |
system : http://snomed.info/sct |
code : 62247001 |
display : General practitioner |
specialty |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode |
code : 600 |
display : General Medical Practice |
telecom |
system : phone |
value : 0113 6323200 |
use : work |
<PractitionerRole xmlns="http://hl7.org/fhir"> <id value="UKCore-PractitionerRole-GeneralPractitioner-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://fhir.nhs.uk/Id/sds-role-profile-id" /> <value value="100334993514" /> </identifier> <practitioner> <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> </practitioner> <organization> <reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" /> </organization> <code> <coding> <system value="http://snomed.info/sct" /> <code value="62247001" /> <display value="General practitioner" /> </coding> </code> <specialty> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> <code value="600" /> <display value="General Medical Practice" /> </coding> </specialty> <telecom> <system value="phone" /> <value value="0113 6323200" /> <use value="work" /> </telecom> </PractitionerRole>
{ "resourceType": "PractitionerRole", "id": "UKCore-PractitionerRole-GeneralPractitioner-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://fhir.nhs.uk/Id/sds-role-profile-id", "value": "100334993514" } ], "practitioner": { "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" }, "organization": { "reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" }, "code": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "62247001", "display": "General practitioner" } ] } ], "specialty": [ { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode", "code": "600", "display": "General Medical Practice" } ] } ], "telecom": [ { "system": "phone", "value": "0113 6323200", "use": "work" } ] }
Procedure.id[0] | UKCore-Procedure-ExaminationOfSkin-Example |
Procedure.text[0].status[0] | additional |
Procedure.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a skin examination procedure</div> |
Procedure.status[0] | completed |
Procedure.code[0].coding[0].system[0] | http://snomed.info/sct |
Procedure.code[0].coding[0].code[0] | 128004 |
Procedure.code[0].coding[0].display[0] | Hand microscope examination of skin |
Procedure.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Procedure.performed[0] | 2019-12-10T13:00:00+00:00 |
<Procedure xmlns="http://hl7.org/fhir"> <id value="UKCore-Procedure-ExaminationOfSkin-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="completed" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="128004" /> <display value="Hand microscope examination of skin" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <performedDateTime value="2019-12-10T13:00:00+00:00" /> </Procedure>
{ "resourceType": "Procedure", "id": "UKCore-Procedure-ExaminationOfSkin-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "status": "completed", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "128004", "display": "Hand microscope examination of skin" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "performedDateTime": "2019-12-10T13:00:00+00:00" }
RelatedPerson.id[0] | UKCore-RelatedPerson-JoySmith-Example |
RelatedPerson.text[0].status[0] | additional |
RelatedPerson.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a person who is related to the patient</div> |
RelatedPerson.extension[0].extension[0].url[0] | PreferredContactMethod |
RelatedPerson.extension[0].extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod |
RelatedPerson.extension[0].extension[0].value[0].coding[0].code[0] | 3 |
RelatedPerson.extension[0].extension[0].value[0].coding[0].display[0] | Telephone |
RelatedPerson.extension[0].extension[1].url[0] | PreferredContactTimes |
RelatedPerson.extension[0].extension[1].value[0].repeat[0].frequency[0] | 1 |
RelatedPerson.extension[0].extension[1].value[0].repeat[0].period[0] | 1 |
RelatedPerson.extension[0].extension[1].value[0].repeat[0].periodUnit[0] | d |
RelatedPerson.extension[0].extension[1].value[0].repeat[0].dayOfWeek[0] | mon |
RelatedPerson.extension[0].extension[1].value[0].repeat[0].dayOfWeek[1] | wed |
RelatedPerson.extension[0].extension[1].value[0].repeat[0].dayOfWeek[2] | fri |
RelatedPerson.extension[0].extension[1].value[0].repeat[0].when[0] | AFT |
RelatedPerson.extension[0].extension[2].url[0] | PreferredWrittenCommunicationFormat |
RelatedPerson.extension[0].extension[2].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat |
RelatedPerson.extension[0].extension[2].value[0].coding[0].code[0] | 11 |
RelatedPerson.extension[0].extension[2].value[0].coding[0].display[0] | Large print |
RelatedPerson.extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference |
RelatedPerson.extension[1].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator |
RelatedPerson.extension[1].value[0] | True |
RelatedPerson.patient[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
RelatedPerson.relationship[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
RelatedPerson.relationship[0].coding[0].code[0] | WIFE |
RelatedPerson.relationship[0].coding[0].display[0] | wife |
RelatedPerson.name[0].use[0] | official |
RelatedPerson.name[0].family[0] | SMITH |
RelatedPerson.name[0].given[0] | Joy |
<RelatedPerson xmlns="http://hl7.org/fhir"> <id value="UKCore-RelatedPerson-JoySmith-Example" /> <text> <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-ContactPreference"> <extension url="PreferredContactMethod"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" /> <code value="3" /> <display value="Telephone" /> </coding> </valueCodeableConcept> </extension> <extension url="PreferredContactTimes"> <valueTiming> <repeat> <frequency value="1" /> <period value="1" /> <periodUnit value="d" /> <dayOfWeek value="mon" /> <dayOfWeek value="wed" /> <dayOfWeek value="fri" /> <when value="AFT" /> </repeat> </valueTiming> </extension> <extension url="PreferredWrittenCommunicationFormat"> <valueCodeableConcept> <coding> <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-CopyCorrespondenceIndicator"> <valueBoolean value="true" /> </extension> <patient> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </patient> <relationship> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="WIFE" /> <display value="wife" /> </coding> </relationship> <name> <use value="official" /> <family value="SMITH" /> <given value="Joy" /> </name> </RelatedPerson>
{ "resourceType": "RelatedPerson", "id": "UKCore-RelatedPerson-JoySmith-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "extension": [ { "url": "PreferredContactMethod", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod", "code": "3", "display": "Telephone" } ] } }, { "url": "PreferredContactTimes", "valueTiming": { "repeat": { "frequency": 1, "period": 1, "periodUnit": "d", "dayOfWeek": [ "mon", "wed", "fri" ], "when": [ "AFT" ] } } }, { "url": "PreferredWrittenCommunicationFormat", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat", "code": "11", "display": "Large print" } ] } } ], "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference" }, { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator", "valueBoolean": true } ], "patient": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "relationship": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "WIFE", "display": "wife" } ] } ], "name": [ { "use": "official", "family": "SMITH", "given": [ "Joy" ] } ] }
Schedule.id[0] | UKCore-Schedule-Immunization-Example |
Schedule.text[0].status[0] | additional |
Schedule.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a schedule for immunization appointments</div> |
Schedule.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
Schedule.identifier[0].value[0] | 4c8b068a-d610-427f-a508-6b7f90d47bf2 |
Schedule.active[0] | True |
Schedule.serviceCategory[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/service-category |
Schedule.serviceCategory[0].coding[0].code[0] | 17 |
Schedule.serviceCategory[0].coding[0].display[0] | General Practice |
Schedule.serviceType[0].coding[0].system[0] | http://snomed.info/sct |
Schedule.serviceType[0].coding[0].code[0] | 708190004 |
Schedule.serviceType[0].coding[0].display[0] | Immunology service |
Schedule.specialty[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode |
Schedule.specialty[0].coding[0].code[0] | 313 |
Schedule.specialty[0].coding[0].display[0] | Clinical Immunology |
Schedule.actor[0].reference[0] | Location/UKCore-Location-GeneralPracticeNurseClinic-Example |
Schedule.actor[0].display[0] | White Rose GP Practice Nurse Clinic |
Schedule.planningHorizon[0].start[0] | 2021-10-13T11:20:00+07:00 |
Schedule.planningHorizon[0].end[0] | 2021-10-13T11:50:00+07:00 |
Schedule.comment[0] | The slots attached to this schedule should be specialized to cover immunizations within the clinic |
<Schedule xmlns="http://hl7.org/fhir"> <id value="UKCore-Schedule-Immunization-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="4c8b068a-d610-427f-a508-6b7f90d47bf2" /> </identifier> <active value="true" /> <serviceCategory> <coding> <system value="http://terminology.hl7.org/CodeSystem/service-category" /> <code value="17" /> <display value="General Practice" /> </coding> </serviceCategory> <serviceType> <coding> <system value="http://snomed.info/sct" /> <code value="708190004" /> <display value="Immunology service" /> </coding> </serviceType> <specialty> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> <code value="313" /> <display value="Clinical Immunology" /> </coding> </specialty> <actor> <reference value="Location/UKCore-Location-GeneralPracticeNurseClinic-Example" /> <display value="White Rose GP Practice Nurse Clinic" /> </actor> <planningHorizon> <start value="2021-10-13T11:20:00+07:00" /> <end value="2021-10-13T11:50:00+07:00" /> </planningHorizon> <comment value="The slots attached to this schedule should be specialized to cover immunizations within the clinic" /> </Schedule>
{ "resourceType": "Schedule", "id": "UKCore-Schedule-Immunization-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://tools.ietf.org/html/rfc4122", "value": "4c8b068a-d610-427f-a508-6b7f90d47bf2" } ], "active": true, "serviceCategory": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/service-category", "code": "17", "display": "General Practice" } ] } ], "serviceType": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "708190004", "display": "Immunology service" } ] } ], "specialty": [ { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode", "code": "313", "display": "Clinical Immunology" } ] } ], "actor": [ { "reference": "Location/UKCore-Location-GeneralPracticeNurseClinic-Example", "display": "White Rose GP Practice Nurse Clinic" } ], "planningHorizon": { "start": "2021-10-13T11:20:00+07:00", "end": "2021-10-13T11:50:00+07:00" }, "comment": "The slots attached to this schedule should be specialized to cover immunizations within the clinic" }
ServiceRequest.id[0] | UKCore-ServiceRequest-ColonoscopyRequest-Example |
ServiceRequest.text[0].status[0] | additional |
ServiceRequest.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a GP referral for a colonoscopy</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.code[0].coding[0].system[0] | http://snomed.info/sct |
ServiceRequest.code[0].coding[0].code[0] | 73761001 |
ServiceRequest.code[0].coding[0].display[0] | Colonoscopy |
ServiceRequest.code[0].text[0] | Colonoscopy requested |
ServiceRequest.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
ServiceRequest.encounter[0].reference[0] | Encounter/UKCore-Encounter-InpatientEncounter-Example |
ServiceRequest.occurrence[0].start[0] | 2021-10-13T16:20:27+07:00 |
ServiceRequest.authoredOn[0] | 2021-10-13T16:28:00+07:00 |
ServiceRequest.requester[0].reference[0] | Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
ServiceRequest.performer[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
ServiceRequest.locationReference[0].reference[0] | Location/UKCore-Location-HospitalSJUH-Example |
ServiceRequest.reasonCode[0].coding[0].system[0] | http://snomed.info/sct |
ServiceRequest.reasonCode[0].coding[0].code[0] | 271835004 |
ServiceRequest.reasonCode[0].coding[0].display[0] | Abdominal distension, gaseous |
ServiceRequest.reasonCode[0].text[0] | Swollen abdomen |
ServiceRequest.reasonReference[0].reference[0] | DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example |
ServiceRequest.reasonReference[0].display[0] | Diagnostic report on the Blood specimen warrants a colonoscopy to investigate this further |
ServiceRequest.supportingInfo[0].reference[0] | Observation/UKCore-Observation-WhiteCellCount-Example |
ServiceRequest.supportingInfo[0].display[0] | White cell count |
ServiceRequest.patientInstruction[0] | ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP. |
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="UKCore-ServiceRequest-ColonoscopyRequest-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- The source of the service request. --> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="108161000000109" /> <display value="Referred by general practitioner" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end ****************** --> <status value="active" /> <intent value="order" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="73761001" /> <display value="Colonoscopy" /> </coding> <text value="Colonoscopy requested" /> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <encounter> <reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" /> </encounter> <occurrencePeriod> <start value="2021-10-13T16:20:27+07:00" /> </occurrencePeriod> <authoredOn value="2021-10-13T16:28:00+07:00" /> <requester> <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> </requester> <performer> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </performer> <locationReference> <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> </locationReference> <reasonCode> <coding> <system value="http://snomed.info/sct" /> <code value="271835004" /> <display value="Abdominal distension, gaseous" /> </coding> <text value="Swollen abdomen" /> </reasonCode> <reasonReference> <reference value="DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example" /> <display value="Diagnostic report on the Blood specimen warrants a colonoscopy to investigate this further" /> </reasonReference> <supportingInfo> <reference value="Observation/UKCore-Observation-WhiteCellCount-Example" /> <display value="White cell count" /> </supportingInfo> <patientInstruction value="ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP." /> </ServiceRequest>
{ "resourceType": "ServiceRequest", "id": "UKCore-ServiceRequest-ColonoscopyRequest-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "108161000000109", "display": "Referred by general practitioner" } ] } } ], "status": "active", "intent": "order", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "73761001", "display": "Colonoscopy" } ], "text": "Colonoscopy requested" }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "encounter": { "reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example" }, "occurrencePeriod": { "start": "2021-10-13T16:20:27+07:00" }, "authoredOn": "2021-10-13T16:28:00+07:00", "requester": { "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" }, "performer": [ { "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" } ], "locationReference": [ { "reference": "Location/UKCore-Location-HospitalSJUH-Example" } ], "reasonCode": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "271835004", "display": "Abdominal distension, gaseous" } ], "text": "Swollen abdomen" } ], "reasonReference": [ { "reference": "DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example", "display": "Diagnostic report on the Blood specimen warrants a colonoscopy to investigate this further" } ], "supportingInfo": [ { "reference": "Observation/UKCore-Observation-WhiteCellCount-Example", "display": "White cell count" } ], "patientInstruction": "ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP." }
ServiceRequest.id[0] | UKCore-ServiceRequest-CTChestScan-Example |
ServiceRequest.text[0].status[0] | additional |
ServiceRequest.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a request for a CT chest scan due to a suspected blood clot</div> |
ServiceRequest.status[0] | active |
ServiceRequest.intent[0] | order |
ServiceRequest.code[0].coding[0].system[0] | http://snomed.info/sct |
ServiceRequest.code[0].coding[0].code[0] | 169069000 |
ServiceRequest.code[0].coding[0].display[0] | Computed tomography of chest |
ServiceRequest.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
ServiceRequest.occurrence[0].start[0] | 2024-04-12T09:38:00+00:00 |
ServiceRequest.authoredOn[0] | 2024-04-12T09:38:00+00:00 |
ServiceRequest.requester[0].reference[0] | Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
ServiceRequest.performer[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
ServiceRequest.locationReference[0].reference[0] | Location/UKCore-Location-HospitalSJUH-Example |
ServiceRequest.reasonCode[0].coding[0].system[0] | http://snomed.info/sct |
ServiceRequest.reasonCode[0].coding[0].code[0] | 59282003 |
ServiceRequest.reasonCode[0].coding[0].display[0] | Pulmonary embolism |
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="UKCore-ServiceRequest-CTChestScan-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="active" /> <intent value="order" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="169069000" /> <display value="Computed tomography of chest" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <occurrencePeriod> <start value="2024-04-12T09:38:00+00:00" /> </occurrencePeriod> <authoredOn value="2024-04-12T09:38:00+00:00" /> <requester> <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> </requester> <performer> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </performer> <locationReference> <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> </locationReference> <reasonCode> <coding> <system value="http://snomed.info/sct" /> <code value="59282003" /> <display value="Pulmonary embolism" /> </coding> </reasonCode> </ServiceRequest>
{ "resourceType": "ServiceRequest", "id": "UKCore-ServiceRequest-CTChestScan-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "status": "active", "intent": "order", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "169069000", "display": "Computed tomography of chest" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "occurrencePeriod": { "start": "2024-04-12T09:38:00+00:00" }, "authoredOn": "2024-04-12T09:38:00+00:00", "requester": { "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" }, "performer": [ { "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" } ], "locationReference": [ { "reference": "Location/UKCore-Location-HospitalSJUH-Example" } ], "reasonCode": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "59282003", "display": "Pulmonary embolism" } ] } ] }
ServiceRequest.id[0] | UKCore-ServiceRequest-ECG-Example |
ServiceRequest.text[0].status[0] | additional |
ServiceRequest.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate service request for an ECG due to an elevated heart rate</div> |
ServiceRequest.status[0] | active |
ServiceRequest.intent[0] | order |
ServiceRequest.code[0].coding[0].system[0] | http://snomed.info/sct |
ServiceRequest.code[0].coding[0].code[0] | 268400002 |
ServiceRequest.code[0].coding[0].display[0] | 12 lead ECG |
ServiceRequest.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
ServiceRequest.occurrence[0].start[0] | 2023-10-13T16:20:27+07:00 |
ServiceRequest.authoredOn[0] | 2023-10-13T16:28:00+07:00 |
ServiceRequest.requester[0].reference[0] | Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
ServiceRequest.performer[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
ServiceRequest.locationReference[0].reference[0] | Location/UKCore-Location-HospitalSJUH-Example |
ServiceRequest.reasonCode[0].coding[0].system[0] | http://snomed.info/sct |
ServiceRequest.reasonCode[0].coding[0].code[0] | 11092001 |
ServiceRequest.reasonCode[0].coding[0].display[0] | Sinus tachycardia |
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="UKCore-ServiceRequest-ECG-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="active" /> <intent value="order" /> <code> <coding> <system value="http://snomed.info/sct" /> <code value="268400002" /> <display value="12 lead ECG" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <occurrencePeriod> <start value="2023-10-13T16:20:27+07:00" /> </occurrencePeriod> <authoredOn value="2023-10-13T16:28:00+07:00" /> <requester> <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> </requester> <performer> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </performer> <locationReference> <reference value="Location/UKCore-Location-HospitalSJUH-Example" /> </locationReference> <reasonCode> <coding> <system value="http://snomed.info/sct" /> <code value="11092001" /> <display value="Sinus tachycardia" /> </coding> </reasonCode> </ServiceRequest>
{ "resourceType": "ServiceRequest", "id": "UKCore-ServiceRequest-ECG-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "status": "active", "intent": "order", "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "268400002", "display": "12 lead ECG" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "occurrencePeriod": { "start": "2023-10-13T16:20:27+07:00" }, "authoredOn": "2023-10-13T16:28:00+07:00", "requester": { "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" }, "performer": [ { "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" } ], "locationReference": [ { "reference": "Location/UKCore-Location-HospitalSJUH-Example" } ], "reasonCode": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "11092001", "display": "Sinus tachycardia" } ] } ] }
ServiceRequest.id[0] | UKCore-Extension-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 |
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-AdditionalContact-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact"> <valueReference> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </valueReference> </extension> <!-- **************extension end ****************** --> <status value="active" /> <intent value="order" /> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <requester> <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> </requester> </ServiceRequest>
{ "resourceType": "ServiceRequest", "id": "UKCore-Extension-AdditionalContact-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact", "valueReference": { "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" } } ], "status": "active", "intent": "order", "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "requester": { "reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" } }
ServiceRequest.id[0] | UKCore-Extension-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 |
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-Coverage-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory" /> <code value="private" /> <display value="Private" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end ****************** --> <status value="active" /> <intent value="order" /> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> </ServiceRequest>
{ "resourceType": "ServiceRequest", "id": "UKCore-Extension-Coverage-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage", "valueCodeableConcept": { "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" } }
ServiceRequest.id[0] | UKCore-Extension-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 |
ServiceRequest |
id : UKCore-Extension-PriorityReason-Example |
text |
status : additional |
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 |
status : active |
intent : order |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
requester |
reference : Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-PriorityReason-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="active" /> <intent value="order" /> <priority value="urgent"> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="1321851000000109" /> <display value="Provision of advice, assessment or treatment delayed due to COVID-19 pandemic" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end ****************** --> </priority> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <requester> <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> </requester> </ServiceRequest>
The resource cannot be rendered.
Element 'status' is not in the correct order At ServiceRequest.status, line 20, position 4
Element 'intent' is not in the correct order At ServiceRequest.intent, line 21, position 4
ServiceRequest.id[0] | UKCore-Extension-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 |
ServiceRequest |
id : UKCore-Extension-PriorityReason-SendingAsText-Example |
text |
status : additional |
priority : urgent |
extension |
url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason |
value |
text : Original assessment was delayed due to COVID-19 pandemic |
status : active |
intent : order |
subject |
reference : Patient/UKCore-Patient-RichardSmith-Example |
requester |
reference : Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example |
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-PriorityReason-SendingAsText-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="active" /> <intent value="order" /> <priority value="urgent"> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason"> <valueCodeableConcept> <text value="Original assessment was delayed due to COVID-19 pandemic" /> </valueCodeableConcept> </extension> <!-- **************extension end ****************** --> </priority> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <requester> <reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" /> </requester> </ServiceRequest>
The resource cannot be rendered.
Element 'status' is not in the correct order At ServiceRequest.status, line 16, position 4
Element 'intent' is not in the correct order At ServiceRequest.intent, line 17, position 4
ServiceRequest.id[0] | UKCore-Extension-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 |
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-SourceOfServiceRequest-Example" /> <text> <status value="additional" /> --- 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"> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct" /> <code value="108161000000109" /> <display value="Referred by general practitioner" /> </coding> </valueCodeableConcept> </extension> <!-- **************extension end ****************** --> <status value="active" /> <intent value="order" /> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> </ServiceRequest>
{ "resourceType": "ServiceRequest", "id": "UKCore-Extension-SourceOfServiceRequest-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest", "valueCodeableConcept": { "coding": [ { "system": "http://snomed.info/sct", "code": "108161000000109", "display": "Referred by general practitioner" } ] } } ], "status": "active", "intent": "order", "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" } }
ServiceRequest.id[0] | UKCore-ServiceRequest-Lab-CReactiveProtein-Example |
ServiceRequest.text[0].status[0] | additional |
ServiceRequest.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a request for a lab test</div> |
ServiceRequest.status[0] | active |
ServiceRequest.intent[0] | order |
ServiceRequest.category[0].coding[0].system[0] | http://snomed.info/sct |
ServiceRequest.category[0].coding[0].code[0] | 108252007 |
ServiceRequest.category[0].coding[0].display[0] | Laboratory procedure |
ServiceRequest.code[0].coding[0].system[0] | http://snomed.info/sct |
ServiceRequest.code[0].coding[0].code[0] | 135842001 |
ServiceRequest.code[0].coding[0].display[0] | Serum C reactive protein level |
ServiceRequest.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
ServiceRequest.authoredOn[0] | 2022-05-23T12:14:00+00:00 |
ServiceRequest.requester[0].reference[0] | Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example |
ServiceRequest.performer[0].reference[0] | Organization/UKCore-Organization-LeedsTeachingHospital-Example |
ServiceRequest.locationCode[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v3-RoleCode |
ServiceRequest.locationCode[0].coding[0].code[0] | OUTLAB |
ServiceRequest.locationCode[0].coding[0].display[0] | outpatient laboratory |
ServiceRequest.reasonCode[0].coding[0].system[0] | http://snomed.info/sct |
ServiceRequest.reasonCode[0].coding[0].code[0] | 298167002 |
ServiceRequest.reasonCode[0].coding[0].display[0] | Finger joint inflamed |
ServiceRequest.reasonReference[0].reference[0] | Observation/UKCore-Observation-FingerJointInflamed-Example |
ServiceRequest.reasonReference[0].display[0] | Observation of finger joint inflammation. |
ServiceRequest.patientInstruction[0] | ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP. |
<ServiceRequest xmlns="http://hl7.org/fhir"> <id value="UKCore-ServiceRequest-Lab-CReactiveProtein-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="active" /> <intent value="order" /> <category> <coding> <system value="http://snomed.info/sct" /> <code value="108252007" /> <display value="Laboratory procedure" /> </coding> </category> <code> <coding> <system value="http://snomed.info/sct" /> <code value="135842001" /> <display value="Serum C reactive protein level" /> </coding> </code> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <authoredOn value="2022-05-23T12:14:00+00:00" /> <requester> <reference value="Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" /> </requester> <performer> <reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" /> </performer> <locationCode> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" /> <code value="OUTLAB" /> <display value="outpatient laboratory" /> </coding> </locationCode> <reasonCode> <coding> <system value="http://snomed.info/sct" /> <code value="298167002" /> <display value="Finger joint inflamed" /> </coding> </reasonCode> <reasonReference> <reference value="Observation/UKCore-Observation-FingerJointInflamed-Example" /> <display value="Observation of finger joint inflammation." /> </reasonReference> <patientInstruction value="ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP." /> </ServiceRequest>
{ "resourceType": "ServiceRequest", "id": "UKCore-ServiceRequest-Lab-CReactiveProtein-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "status": "active", "intent": "order", "category": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "108252007", "display": "Laboratory procedure" } ] } ], "code": { "coding": [ { "system": "http://snomed.info/sct", "code": "135842001", "display": "Serum C reactive protein level" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "authoredOn": "2022-05-23T12:14:00+00:00", "requester": { "reference": "Practitioner/UKCore-Practitioner-PharmacistJimmyChuck-Example" }, "performer": [ { "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example" } ], "locationCode": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "OUTLAB", "display": "outpatient laboratory" } ] } ], "reasonCode": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "298167002", "display": "Finger joint inflamed" } ] } ], "reasonReference": [ { "reference": "Observation/UKCore-Observation-FingerJointInflamed-Example", "display": "Observation of finger joint inflammation." } ], "patientInstruction": "ADVICE GIVEN: If there are any new symptoms, or if the condition gets worse, changes or you have any other concerns, contact your GP." }
Slot.id[0] | UKCore-Slot-AvailableWalkInVisit-Example |
Slot.text[0].status[0] | additional |
Slot.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a free / available slot for a walk in vaccination</div> |
Slot.identifier[0].system[0] | https://tools.ietf.org/html/rfc4122 |
Slot.identifier[0].value[0] | 4cc18add-5160-49bb-9995-0d0759751f8d |
Slot.serviceCategory[0].coding[0].system[0] | http://snomed.info/sct |
Slot.serviceCategory[0].coding[0].code[0] | 788007007 |
Slot.serviceCategory[0].coding[0].display[0] | General practice service |
Slot.serviceType[0].coding[0].system[0] | http://snomed.info/sct |
Slot.serviceType[0].coding[0].code[0] | 708190004 |
Slot.serviceType[0].coding[0].display[0] | Immunology service |
Slot.specialty[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode |
Slot.specialty[0].coding[0].code[0] | 313 |
Slot.specialty[0].coding[0].display[0] | Clinical Immunology |
Slot.appointmentType[0].coding[0].system[0] | http://terminology.hl7.org/CodeSystem/v2-0276 |
Slot.appointmentType[0].coding[0].code[0] | WALKIN |
Slot.appointmentType[0].coding[0].display[0] | A previously unscheduled walk-in visit |
Slot.schedule[0].reference[0] | Schedule/UKCore-Schedule-Immunization-Example |
Slot.status[0] | free |
Slot.start[0] | 2022-12-20T11:20:00+07:00 |
Slot.end[0] | 2022-12-20T11:40:00+07:00 |
Slot.comment[0] | Assessments should be performed before requesting appointments in this slot. |
<Slot xmlns="http://hl7.org/fhir"> <id value="UKCore-Slot-AvailableWalkInVisit-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <identifier> <system value="https://tools.ietf.org/html/rfc4122" /> <value value="4cc18add-5160-49bb-9995-0d0759751f8d" /> </identifier> <serviceCategory> <coding> <system value="http://snomed.info/sct" /> <code value="788007007" /> <display value="General practice service" /> </coding> </serviceCategory> <serviceType> <coding> <system value="http://snomed.info/sct" /> <code value="708190004" /> <display value="Immunology service" /> </coding> </serviceType> <specialty> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode" /> <code value="313" /> <display value="Clinical Immunology" /> </coding> </specialty> <appointmentType> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0276" /> <code value="WALKIN" /> <display value="A previously unscheduled walk-in visit" /> </coding> </appointmentType> <schedule> <reference value="Schedule/UKCore-Schedule-Immunization-Example" /> </schedule> <status value="free" /> <start value="2022-12-20T11:20:00+07:00" /> <end value="2022-12-20T11:40:00+07:00" /> <comment value="Assessments should be performed before requesting appointments in this slot." /> </Slot>
{ "resourceType": "Slot", "id": "UKCore-Slot-AvailableWalkInVisit-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "identifier": [ { "system": "https://tools.ietf.org/html/rfc4122", "value": "4cc18add-5160-49bb-9995-0d0759751f8d" } ], "serviceCategory": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "788007007", "display": "General practice service" } ] } ], "serviceType": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "708190004", "display": "Immunology service" } ] } ], "specialty": [ { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PracticeSettingCode", "code": "313", "display": "Clinical Immunology" } ] } ], "appointmentType": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0276", "code": "WALKIN", "display": "A previously unscheduled walk-in visit" } ] }, "schedule": { "reference": "Schedule/UKCore-Schedule-Immunization-Example" }, "status": "free", "start": "2022-12-20T11:20:00+07:00", "end": "2022-12-20T11:40:00+07:00", "comment": "Assessments should be performed before requesting appointments in this slot." }
Specimen.id[0] | UKCore-Specimen-BloodSpecimen-Example |
Specimen.text[0].status[0] | additional |
Specimen.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a blood specimen that was taken by a finger prick</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] | 278450005 |
Specimen.collection[0].method[0].coding[0].display[0] | Finger-prick sampling (procedure) |
Specimen.collection[0].bodySite[0].coding[0].system[0] | http://snomed.info/sct |
Specimen.collection[0].bodySite[0].coding[0].code[0] | 182266005 |
Specimen.collection[0].bodySite[0].coding[0].display[0] | Tip of index finger |
<Specimen xmlns="http://hl7.org/fhir"> <id value="UKCore-Specimen-BloodSpecimen-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="available" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="119297000" /> <display value="Blood specimen" /> </coding> </type> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <receivedTime value="2016-02-05T11:10:00Z" /> <collection> <collector> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </collector> <collectedDateTime value="2016-02-09T16:00:00Z" /> <method> <coding> <system value="http://snomed.info/sct" /> <code value="278450005" /> <display value="Finger-prick sampling (procedure)" /> </coding> </method> <bodySite> <coding> <system value="http://snomed.info/sct" /> <code value="182266005" /> <display value="Tip of index finger" /> </coding> </bodySite> </collection> </Specimen>
{ "resourceType": "Specimen", "id": "UKCore-Specimen-BloodSpecimen-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "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" }, "collectedDateTime": "2016-02-09T16:00:00Z", "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "278450005", "display": "Finger-prick sampling (procedure)" } ] }, "bodySite": { "coding": [ { "system": "http://snomed.info/sct", "code": "182266005", "display": "Tip of index finger" } ] } } }
Specimen.id[0] | UKCore-Specimen-UrineSpecimen-Example |
Specimen.text[0].status[0] | additional |
Specimen.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a urine sample</div> |
Specimen.status[0] | available |
Specimen.type[0].coding[0].system[0] | http://snomed.info/sct |
Specimen.type[0].coding[0].code[0] | 122575003 |
Specimen.type[0].coding[0].display[0] | Urine specimen |
Specimen.subject[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Specimen.receivedTime[0] | 2023-05-10T11:56:00Z |
Specimen.collection[0].collector[0].reference[0] | Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example |
Specimen.collection[0].method[0].coding[0].system[0] | http://snomed.info/sct |
Specimen.collection[0].method[0].coding[0].code[0] | 73416001 |
Specimen.collection[0].method[0].coding[0].display[0] | Urine specimen collection, clean catch |
<Specimen xmlns="http://hl7.org/fhir"> <id value="UKCore-Specimen-UrineSpecimen-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="available" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="122575003" /> <display value="Urine specimen" /> </coding> </type> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <receivedTime value="2023-05-10T11:56:00Z" /> <collection> <collector> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </collector> <method> <coding> <system value="http://snomed.info/sct" /> <code value="73416001" /> <display value="Urine specimen collection, clean catch" /> </coding> </method> </collection> </Specimen>
{ "resourceType": "Specimen", "id": "UKCore-Specimen-UrineSpecimen-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "status": "available", "type": { "coding": [ { "system": "http://snomed.info/sct", "code": "122575003", "display": "Urine specimen" } ] }, "subject": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" }, "receivedTime": "2023-05-10T11:56:00Z", "collection": { "collector": { "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" }, "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "73416001", "display": "Urine specimen collection, clean catch" } ] } } }
Specimen.id[0] | UKCore-Extension-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 |
<Specimen xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-BodySiteReference-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="available" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="119297000" /> <display value="Blood specimen" /> </coding> </type> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <receivedTime value="2016-02-05T11:10:00Z" /> <collection> <collector> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </collector> <collectedDateTime value="2016-02-09T16:00:00Z" /> <method> <coding> <system value="http://snomed.info/sct" /> <code value="28520004" /> <display value="Venipuncture for blood test" /> </coding> </method> <bodySite> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference"> <valueReference> <reference value="BodyStructure/UKCore-BodyStructure-MedianCubitalVeinExample" /> </valueReference> </extension> <!-- **************extension end************** --> <text value="vein on the inner left arm" /> </bodySite> </collection> </Specimen>
{ "resourceType": "Specimen", "id": "UKCore-Extension-BodySiteReference-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "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" }, "collectedDateTime": "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", "valueReference": { "reference": "BodyStructure/UKCore-BodyStructure-MedianCubitalVeinExample" } } ], "text": "vein on the inner left arm" } } }
Specimen.id[0] | UKCore-Extension-CollectionCollector-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].collector[0].extension[0].url[0] | http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector |
Specimen.collection[0].collector[0].extension[0].value[0].reference[0] | Patient/UKCore-Patient-RichardSmith-Example |
Specimen.collection[0].collector[0].display[0] | Patient: Richard Smith |
Specimen.collection[0].collected[0] | 2022-11-25T16:00:00Z |
<Specimen xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-CollectionCollector-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="available" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="78014005" /> <display value="Urine" /> </coding> </type> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <receivedTime value="2022-11-25T11:10:00Z" /> <collection> <collector> <!-- ***************extension start*************** --> <extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector"> <valueReference> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </valueReference> </extension> <!-- **************extension end ****************** --> <display value="Patient: Richard Smith" /> </collector> <collectedDateTime value="2022-11-25T16:00:00Z" /> </collection> </Specimen>
{ "resourceType": "Specimen", "id": "UKCore-Extension-CollectionCollector-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "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": { "collector": { "extension": [ { "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector", "valueReference": { "reference": "Patient/UKCore-Patient-RichardSmith-Example" } } ], "display": "Patient: Richard Smith" }, "collectedDateTime": "2022-11-25T16:00:00Z" } }
Specimen.id[0] | UKCore-Extension-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 |
<Specimen xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-SampleCategory-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <!-- ***************extension start*************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory" /> <code value="germline" /> <display value="Germline" /> </coding> </valueCodeableConcept> </extension> <!-- ***************extension end*************** --> <status value="available" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="4635002" /> <display value="Arterial blood" /> </coding> </type> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <receivedTime value="2022-11-25T11:10:00Z" /> <collection> <collector> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </collector> <collectedDateTime value="2022-11-25T16:00:00Z" /> </collection> </Specimen>
{ "resourceType": "Specimen", "id": "UKCore-Extension-SampleCategory-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory", "valueCodeableConcept": { "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" }, "collectedDateTime": "2022-11-25T16:00:00Z" } }
Specimen.id[0] | UKCore-Extension-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 |
<Specimen xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-SpecialHandling-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <status value="available" /> <type> <coding> <system value="http://snomed.info/sct" /> <code value="431234000" /> <display value="Specimen from fetus obtained by biopsy" /> </coding> </type> <subject> <reference value="Patient/UKCore-Patient-RichardSmith-Example" /> </subject> <receivedTime value="2023-04-23T17:02:00Z" /> <collection> <!-- ***************extension start*************** --> <extension url="http://hl7.org/fhir/StructureDefinition/specimen-specialHandling"> <valueCodeableConcept> <text value="Mother was infected with suspected viral haemorrhagic fever." /> </valueCodeableConcept> </extension> <!-- **************extension end ****************** --> <collector> <reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" /> </collector> <collectedDateTime value="2023-04-23T17:02:00Z" /> <method> <coding> <system value="http://snomed.info/sct" /> <code value="129314006" /> <display value="Biopsy - action" /> </coding> </method> </collection> </Specimen>
{ "resourceType": "Specimen", "id": "UKCore-Extension-SpecialHandling-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "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", "valueCodeableConcept": { "text": "Mother was infected with suspected viral haemorrhagic fever." } } ], "collector": { "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" }, "collectedDateTime": "2023-04-23T17:02:00Z", "method": { "coding": [ { "system": "http://snomed.info/sct", "code": "129314006", "display": "Biopsy - action" } ] } } }