Extension Examples


Extension-UKCore-AdditionalContact-Example

An example to illustrate sending a reference to an additional contact with a service request

Table View

ServiceRequest.id[0]Extension-UKCore-AdditionalContact-Example
ServiceRequest.text[0].status[0]additional
ServiceRequest.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a reference to an additional contact with a service request</div>
ServiceRequest.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact
ServiceRequest.extension[0].value[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
ServiceRequest.status[0]active
ServiceRequest.intent[0]order
ServiceRequest.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
ServiceRequest.requester[0].reference[0]Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example

Tree View

ServiceRequest

XML View

<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-AdditionalContact-Example" />
<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">
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</valueReference>
</extension>
<!-- **************extension end ****************** -->
<status value="active" />
<intent value="order" />
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" />
</requester>
</ServiceRequest>

JSON View

{
"resourceType": "ServiceRequest",
"id": "Extension-UKCore-AdditionalContact-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdditionalContact",
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
}
}
],
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
}
}

Feedback

Click here to:

Extension-UKCore-AddressKey-Example

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

Table View

Patient.id[0]Extension-UKCore-AddressKey-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of an address key used with the address datatype</div>
Patient.address[0].extension[0].extension[0].url[0]type
Patient.address[0].extension[0].extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType
Patient.address[0].extension[0].extension[0].value[0].coding[0].code[0]PAF
Patient.address[0].extension[0].extension[0].value[0].coding[0].display[0]Postcode Address File
Patient.address[0].extension[0].extension[1].url[0]value
Patient.address[0].extension[0].extension[1].value[0]LS10ABC
Patient.address[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey
Patient.address[0].line[0]4 Sandmoor Drive
Patient.address[0].city[0]LEEDS
Patient.address[0].postalCode[0]LS17 7DF

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-AddressKey-Example" />
<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-AddressKey">
<extension url="type">
<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>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-AddressKey-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"address": [
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AddressKey",
{
"url": "type",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AddressKeyType",
"code": "PAF",
"display": "Postcode Address File"
}
]
}
},
{
"url": "value",
"valueString": "LS10ABC"
}
]
}
],
"line": [
"4 Sandmoor Drive"
],
"city": "LEEDS",
"postalCode": "LS17 7DF"
}
]
}

Feedback

Click here to:

Extension-UKCore-AdmissionMethod-Example

An example to illustrate the extension for an encounter to support the method by which an individual was admitted into hospital

Table View

Encounter.id[0]Extension-UKCore-AdmissionMethod-Example
Encounter.text[0].status[0]additional
Encounter.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for an encounter to support the method by which an individual was admitted into hospital </div>
Encounter.status[0]finished
Encounter.class[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ActCode
Encounter.class[0].code[0]IMP
Encounter.class[0].display[0]inpatient encounter
Encounter.hospitalization[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod
Encounter.hospitalization[0].extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland
Encounter.hospitalization[0].extension[0].value[0].coding[0].code[0]13
Encounter.hospitalization[0].extension[0].value[0].coding[0].display[0]Elective Admission: Planned

Tree View

Encounter

XML View

<Encounter xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-AdmissionMethod-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="finished" />
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
<code value="IMP" />
<display value="inpatient encounter" />
</class>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod">
<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>

JSON View

{
"resourceType": "Encounter",
"id": "Extension-UKCore-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"
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland",
"code": "13",
"display": "Elective Admission: Planned"
}
]
}
}
]
}
}

Feedback

Click here to:

Extension-UKCore-AllergyIntolEnd-Example

An example to illustrate the date when the allergy or intolerance was no longer valid, and/or, the reason why the allergy or intolerance is no longer valid

Table View

AllergyIntolerance.id[0]Extension-UKCore-AllergyIntolEnd-Example
AllergyIntolerance.text[0].status[0]additional
AllergyIntolerance.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the date when the allergy or intolerance was no longer valid, and/or, the reason why the allergy or intolerance is no longer valid</div>
AllergyIntolerance.clinicalStatus[0].extension[0].extension[0].url[0]endDate
AllergyIntolerance.clinicalStatus[0].extension[0].extension[0].value[0]2021-07-20T17:10:00+00:00
AllergyIntolerance.clinicalStatus[0].extension[0].extension[1].url[0]reasonEnded
AllergyIntolerance.clinicalStatus[0].extension[0].extension[1].value[0]Administrative error corrected on patient record - confirmed that allergy not experienced with the patient.
AllergyIntolerance.clinicalStatus[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AllergyIntoleranceEnd
AllergyIntolerance.clinicalStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical
AllergyIntolerance.clinicalStatus[0].coding[0].code[0]inactive
AllergyIntolerance.clinicalStatus[0].coding[0].display[0]Inactive
AllergyIntolerance.verificationStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
AllergyIntolerance.verificationStatus[0].coding[0].code[0]confirmed
AllergyIntolerance.verificationStatus[0].coding[0].display[0]Confirmed
AllergyIntolerance.code[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.code[0].coding[0].code[0]372687004
AllergyIntolerance.code[0].coding[0].display[0]Amoxicillin
AllergyIntolerance.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
AllergyIntolerance.encounter[0].reference[0]Encounter/UKCore-Encounter-InpatientEncounter-Example
AllergyIntolerance.recordedDate[0]2019-12-10T13:00:00+00:00
AllergyIntolerance.recorder[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
AllergyIntolerance.asserter[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example

Tree View

AllergyIntolerance

XML View

<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-AllergyIntolEnd-Example" />
<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-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************** -->
<system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" />
<code value="inactive" />
<display value="Inactive" />
</coding>
</clinicalStatus>
<system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
<code value="confirmed" />
<display value="Confirmed" />
</coding>
</verificationStatus>
<system value="http://snomed.info/sct" />
<code value="372687004" />
<display value="Amoxicillin" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" />
</encounter>
<recordedDate value="2019-12-10T13:00:00+00:00" />
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</recorder>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</asserter>
</AllergyIntolerance>

JSON View

{
"resourceType": "AllergyIntolerance",
"id": "Extension-UKCore-AllergyIntolEnd-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AllergyIntoleranceEnd",
{
"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."
}
]
}
],
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "inactive",
"display": "Inactive"
}
]
},
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "372687004",
"display": "Amoxicillin"
}
]
},
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
},
"recordedDate": "2019-12-10T13:00:00+00:00",
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
}
}

Feedback

Click here to:

Extension-UKCore-AssociatedEncounter-Example

An example to illustrate sending an associated encounter with family member history

Table View

FamilyMemberHistory.id[0]Extension-UKCore-AssociatedEncounter-Example
FamilyMemberHistory.text[0].status[0]additional
FamilyMemberHistory.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending an associated encounter with family member history</div>
FamilyMemberHistory.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter
FamilyMemberHistory.extension[0].value[0].reference[0]Encounter/UKCore-Encounter-InpatientEncounter-Example
FamilyMemberHistory.status[0]partial
FamilyMemberHistory.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
FamilyMemberHistory.patient[0].display[0]Richard Smith
FamilyMemberHistory.date[0]2023-05-09
FamilyMemberHistory.relationship[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-RoleCode
FamilyMemberHistory.relationship[0].coding[0].code[0]FTH
FamilyMemberHistory.relationship[0].coding[0].display[0]father
FamilyMemberHistory.sex[0].coding[0].system[0]http://hl7.org/fhir/administrative-gender
FamilyMemberHistory.sex[0].coding[0].code[0]male
FamilyMemberHistory.sex[0].coding[0].display[0]Male
FamilyMemberHistory.born[0]1949-12-13
FamilyMemberHistory.condition[0].code[0].coding[0].system[0]http://snomed.info/sct
FamilyMemberHistory.condition[0].code[0].coding[0].code[0]275121006
FamilyMemberHistory.condition[0].code[0].coding[0].display[0]Family history: Angina
FamilyMemberHistory.condition[0].onset[0].value[0]64
FamilyMemberHistory.condition[0].onset[0].unit[0]year
FamilyMemberHistory.condition[0].onset[0].system[0]http://unitsofmeasure.org
FamilyMemberHistory.condition[0].onset[0].code[0]a

Tree View

FamilyMemberHistory

XML View

<FamilyMemberHistory xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-AssociatedEncounter-Example" />
<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">
<reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" />
</valueReference>
</extension>
<!-- **************extension end************** -->
<status value="partial" />
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
<display value="Richard Smith" />
</patient>
<date value="2023-05-09" />
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="FTH" />
<display value="father" />
</coding>
</relationship>
<sex>
<system value="http://hl7.org/fhir/administrative-gender" />
<code value="male" />
<display value="Male" />
</coding>
</sex>
<bornDate value="1949-12-13" />
<system value="http://snomed.info/sct" />
<code value="275121006" />
<display value="Family history: Angina" />
</coding>
</code>
<value value="64" />
<unit value="year" />
<system value="http://unitsofmeasure.org" />
<code value="a" />
</onsetAge>
</condition>
</FamilyMemberHistory>

JSON View

{
"resourceType": "FamilyMemberHistory",
"id": "Extension-UKCore-AssociatedEncounter-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AssociatedEncounter",
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
}
}
],
"status": "partial",
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example",
"display": "Richard Smith"
},
"date": "2023-05-09",
"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",
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "275121006",
"display": "Family history: Angina"
}
]
},
"value": 64,
"unit": "year",
"system": "http://unitsofmeasure.org",
"code": "a"
}
}
]
}

Feedback

Click here to:

Extension-UKCore-BirthPlace-Example

An example to illustrate the registered place of birth of the patient using the core-defined extension

Table View

Patient.id[0]Extension-UKCore-BirthPlace-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the registered place of birth of the patient using the core-defined extension</div>
Patient.extension[0].url[0]http://hl7.org/fhir/StructureDefinition/patient-birthPlace
Patient.extension[0].value[0].line[0]MATERNITY UNIT
Patient.extension[0].value[0].line[1]LENVILLE UNIVERSITY HOSPITAL
Patient.extension[0].value[0].line[2]BEWLEY STREET
Patient.extension[0].value[0].city[0]LENVILLE
Patient.extension[0].value[0].postalCode[0]LEN 7TF
Patient.extension[0].value[0].country[0]ENGLAND

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-BirthPlace-Example" />
<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">
<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>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-BirthPlace-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
"line": [
"MATERNITY UNIT",
"LENVILLE UNIVERSITY HOSPITAL",
"BEWLEY STREET"
],
"city": "LENVILLE",
"postalCode": "LEN 7TF",
"country": "ENGLAND"
}
}
]
}

Feedback

Click here to:

Extension-UKCore-BirthSex-Example

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

Table View

Patient.id[0]Extension-UKCore-BirthSex-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for a patient's birth sex</div>
Patient.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex
Patient.extension[0].value[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender
Patient.extension[0].value[0].coding[0].code[0]F
Patient.extension[0].value[0].coding[0].display[0]Female

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-BirthSex-Example" />
<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">
<system value="http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender" />
<code value="F" />
<display value="Female" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-BirthSex-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BirthSex",
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"code": "F",
"display": "Female"
}
]
}
}
]
}

Feedback

Click here to:

Extension-UKCore-BirthTime-Example

An example to illustrate the patient's birth time using the core-defined extension

Table View

Patient.id[0]Extension-UKCore-BirthTime-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the patient's birth time using the core-defined extension</div>
Patient.birthDate[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/patient-birthTime
Patient.birthDate[0].extension[0].value[0]2002-03-11T15:39:00+00:00

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-BirthTime-Example" />
<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-birthTime">
<valueDateTime value="2002-03-11T15:39:00+00:00" />
</extension>
<!-- **************extension end************** -->
</birthDate>
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-BirthTime-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
"valueDateTime": "2002-03-11T15:39:00+00:00"
}
]
}
}

Feedback

Click here to:

Extension-UKCore-BodySiteReference-Example

An example to illustrate the use of the BodySiteReference extension

Table View

Specimen.id[0]Extension-UKCore-BodySiteReference-Example
Specimen.text[0].status[0]additional
Specimen.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of the BodySiteReference extension</div>
Specimen.status[0]available
Specimen.type[0].coding[0].system[0]http://snomed.info/sct
Specimen.type[0].coding[0].code[0]119297000
Specimen.type[0].coding[0].display[0]Blood specimen
Specimen.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Specimen.receivedTime[0]2016-02-05T11:10:00Z
Specimen.collection[0].collector[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
Specimen.collection[0].collected[0]2016-02-09T16:00:00Z
Specimen.collection[0].method[0].coding[0].system[0]http://snomed.info/sct
Specimen.collection[0].method[0].coding[0].code[0]28520004
Specimen.collection[0].method[0].coding[0].display[0]Venipuncture for blood test
Specimen.collection[0].bodySite[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference
Specimen.collection[0].bodySite[0].extension[0].value[0].reference[0]BodyStructure/UKCore-BodyStructure-MedianCubitalVeinExample
Specimen.collection[0].bodySite[0].text[0]vein on the inner left arm

Tree View

Specimen

XML View

<Specimen xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-BodySiteReference-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="available" />
<system value="http://snomed.info/sct" />
<code value="119297000" />
<display value="Blood specimen" />
</coding>
</type>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<receivedTime value="2016-02-05T11:10:00Z" />
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</collector>
<collectedDateTime value="2016-02-09T16:00:00Z" />
<system value="http://snomed.info/sct" />
<code value="28520004" />
<display value="Venipuncture for blood test" />
</coding>
</method>
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference">
<reference value="BodyStructure/UKCore-BodyStructure-MedianCubitalVeinExample" />
</valueReference>
</extension>
<!-- **************extension end************** -->
<text value="vein on the inner left arm" />
</bodySite>
</collection>
</Specimen>

JSON View

{
"resourceType": "Specimen",
"id": "Extension-UKCore-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",
"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"
}
]
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BodySiteReference",
"reference": "BodyStructure/UKCore-BodyStructure-MedianCubitalVeinExample"
}
}
],
"text": "vein on the inner left arm"
}
}
}

Feedback

Click here to:

Extension-UKCore-BookingOrganization-Example

An example to illustrate the booking organization extension associated with an appointment

Table View

Appointment.id[0]Extension-UKCore-BookingOrganization-Example
Appointment.text[0].status[0]additional
Appointment.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the booking organization extension associated with an appointment</div>
Appointment.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization
Appointment.extension[0].value[0].reference[0]Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example
Appointment.extension[0].value[0].type[0]Organization
Appointment.extension[0].value[0].identifier[0].use[0]official
Appointment.extension[0].value[0].identifier[0].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v2-0203
Appointment.extension[0].value[0].identifier[0].type[0].coding[0].code[0]PRN
Appointment.extension[0].value[0].identifier[0].type[0].coding[0].display[0]Provider number
Appointment.extension[0].value[0].identifier[0].system[0]https://fhir.nhs.uk/Id/ods-site-code
Appointment.extension[0].value[0].identifier[0].value[0]GP8D7
Appointment.extension[0].value[0].identifier[0].period[0].start[0]2022-03-11T10:46:00+00:00
Appointment.extension[0].value[0].identifier[0].period[0].end[0]2022-03-11T13:20:00+00:00
Appointment.status[0]booked
Appointment.start[0]2022-03-11T10:46:00+00:00
Appointment.end[0]2022-03-11T13:20:00+00:00
Appointment.participant[0].actor[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Appointment.participant[0].actor[0].display[0]Richard Smith
Appointment.participant[0].required[0]required
Appointment.participant[0].status[0]accepted
Appointment.participant[1].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ParticipationType
Appointment.participant[1].type[0].coding[0].code[0]ATND
Appointment.participant[1].actor[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
Appointment.participant[1].actor[0].display[0]Dr Sandra Gose
Appointment.participant[1].required[0]required
Appointment.participant[1].status[0]accepted
Appointment.participant[2].actor[0].reference[0]Location/UKCore-Location-HospitalSJUH-Example
Appointment.participant[2].actor[0].display[0]Orthopaedic Trauma Department, St James' University Hospital, Leeds
Appointment.participant[2].required[0]required
Appointment.participant[2].status[0]accepted

Tree View

Appointment

XML View

<Appointment xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-BookingOrganization-Example" />
<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">
<reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
<type value="Organization" />
<use value="official" />
<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" />
<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" />
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
<display value="Richard Smith" />
</actor>
<required value="required" />
<status value="accepted" />
</participant>
<system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" />
<code value="ATND" />
</coding>
</type>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
<display value="Dr Sandra Gose" />
</actor>
<required value="required" />
<status value="accepted" />
</participant>
<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>

JSON View

{
"resourceType": "Appointment",
"id": "Extension-UKCore-BookingOrganization-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-BookingOrganization",
"reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example",
"type": "Organization",
"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",
{
"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"
}
]
}

Feedback

Click here to:

Extension-UKCore-CadavericDonor-Example

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

Table View

Patient.id[0]Extension-UKCore-CadavericDonor-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate whether the patient authorised the donation of body parts after death using the core-defined extension</div>
Patient.extension[0].url[0]http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor
Patient.extension[0].value[0]True

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CadavericDonor-Example" />
<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>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-CadavericDonor-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-cadavericDonor",
"valueBoolean": true
}
]
}

Feedback

Click here to:

Extension-UKCore-CareSettingType-Example

An example to illustrate the care setting of a FHIR document

Table View

Composition.id[0]Extension-UKCore-CareSettingType-Example
Composition.text[0].status[0]additional
Composition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the care setting of a FHIR document</div>
Composition.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType
Composition.extension[0].value[0].coding[0].system[0]http://snomed.info/sct
Composition.extension[0].value[0].coding[0].code[0]789718008
Composition.extension[0].value[0].coding[0].display[0]Cardiology service
Composition.status[0]final
Composition.type[0].coding[0].system[0]http://snomed.info/sct
Composition.type[0].coding[0].code[0]373942005
Composition.type[0].coding[0].display[0]Discharge summary
Composition.date[0]2020-11-11T21:30:00+00:00
Composition.author[0].reference[0]urn:uuid:6555b7a7-380d-46ff-a1c5-7abc4e68f8bc
Composition.title[0]Discharge summary

Tree View

Composition

XML View

<Composition xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CareSettingType-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType">
<system value="http://snomed.info/sct" />
<code value="789718008" />
<display value="Cardiology service" />
</coding>
</valueCodeableConcept>
</extension>
<status value="final" />
<system value="http://snomed.info/sct" />
<code value="373942005" />
<display value="Discharge summary" />
</coding>
</type>
<date value="2020-11-11T21:30:00+00:00" />
<reference value="urn:uuid:6555b7a7-380d-46ff-a1c5-7abc4e68f8bc" />
</author>
<title value="Discharge summary" />
</Composition>

JSON View

{
"resourceType": "Composition",
"id": "Extension-UKCore-CareSettingType-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CareSettingType",
"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"
}

Feedback

Click here to:

Extension-UKCore-CodingSCT-CodeUnknown-Example

An example to illustrate the use of the CodeableConcept.text field only if the coding system and code is unknown

Table View

Condition.id[0]Extension-UKCore-CodingSCT-CodeUnknown-Example
Condition.text[0].status[0]additional
Condition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of the CodeableConcept.text field only if the coding system and code is unknown</div>
Condition.code[0].text[0]Myocardial infarction
Condition.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Condition

XML View

<Condition xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CodingSCT-CodeUnknown-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<text value="Myocardial infarction" />
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Condition>

JSON View

{
"resourceType": "Condition",
"id": "Extension-UKCore-CodingSCT-CodeUnknown-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"text": "Myocardial infarction"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-CodingSCT-Heart-Example

An example to illustrate the use of an extension to represent a SNOMED CT concept with a specific Description ID — typically to preserve or specify which synonym or preferred term was originally used in a clinical system

Table View

Condition.id[0]Extension-UKCore-CodingSCT-Heart-Example
Condition.text[0].status[0]additional
Condition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of an extension to represent a SNOMED CT concept with a specific Description ID — typically to preserve or specify which synonym or preferred term was originally used in a clinical system</div>
Condition.code[0].coding[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay
Condition.code[0].coding[0].extension[0].value[0]Heart attack
Condition.code[0].coding[0].extension[1].url[0]http://hl7.org/fhir/StructureDefinition/coding-sctdescid
Condition.code[0].coding[0].extension[1].value[0]37443015
Condition.code[0].coding[0].system[0]http://snomed.info/sct
Condition.code[0].coding[0].code[0]22298006
Condition.code[0].coding[0].display[0]Myocardial infarction
Condition.code[0].coding[0].userSelected[0]True
Condition.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Condition

XML View

<Condition xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CodingSCT-Heart-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay">
<valueString value="Heart attack" />
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid">
<valueId value="37443015" />
</extension>
<system value="http://snomed.info/sct" />
<code value="22298006" />
<display value="Myocardial infarction" />
<userSelected value="true" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Condition>

JSON View

{
"resourceType": "Condition",
"id": "Extension-UKCore-CodingSCT-Heart-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay",
"valueString": "Heart attack"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid",
"valueId": "37443015"
}
],
"system": "http://snomed.info/sct",
"code": "22298006",
"display": "Myocardial infarction",
"userSelected": true
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-CodingSCT-IllicitDrugs-Example

An example to illustrate the use of two extensions, one to represent a SNOMED CT concept with a specific Description ID, the other to represent the associated SNOMED CT Term (text description) — typically to preserve or specify which synonym or preferred term was originally used in a clinical system

Table View

Observation.id[0]Extension-UKCore-CodingSCT-IllicitDrugs-Example
Observation.text[0].status[0]additional
Observation.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of two extensions, one to represent a SNOMED CT concept with a specific Description ID, the other to represent the associated SNOMED CT Term (text description) — typically to preserve or specify which synonym or preferred term was originally used in a clinical system</div>
Observation.status[0]final
Observation.code[0].coding[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay
Observation.code[0].coding[0].extension[0].value[0]Illicit medication use unknown
Observation.code[0].coding[0].extension[1].url[0]http://hl7.org/fhir/StructureDefinition/coding-sctdescid
Observation.code[0].coding[0].extension[1].value[0]3449865011
Observation.code[0].coding[0].system[0]http://snomed.info/sct
Observation.code[0].coding[0].code[0]702771005
Observation.code[0].coding[0].display[0]Illicit drug use unknown
Observation.code[0].coding[0].userSelected[0]True
Observation.code[0].text[0]Not known whether uses illicit drugs
Observation.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Observation

XML View

<Observation xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CodingSCT-IllicitDrugs-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="final" />
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay">
<valueString value="Illicit medication use unknown" />
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid">
<valueId value="3449865011" />
</extension>
<system value="http://snomed.info/sct" />
<code value="702771005" />
<display value="Illicit drug use unknown" />
<userSelected value="true" />
</coding>
<text value="Not known whether uses illicit drugs" />
<!-- what the user saw on screen, from a data entry template -->
</code>
<!-- **************Snippet end************** -->
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Observation>

JSON View

{
"resourceType": "Observation",
"id": "Extension-UKCore-CodingSCT-IllicitDrugs-Example",
"status": "final",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay",
"valueString": "Illicit medication use unknown"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid",
"valueId": "3449865011"
}
],
"system": "http://snomed.info/sct",
"code": "702771005",
"display": "Illicit drug use unknown",
"userSelected": true
}
],
"text": "Not known whether uses illicit drugs"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-CodingSCT-MoleOfSkin-Example

This is a FHIR Condition resource recording that the patient has a benign mole (melanocytic naevus) on the skin. It includes both CTV3 and SNOMED codes, along with user-facing text "Moles".

Table View

Condition.id[0]Extension-UKCore-CodingSCT-MoleOfSkin-Example
Condition.text[0].status[0]additional
Condition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">This is a FHIR Condition resource recording that the patient has a benign mole (melanocytic naevus) on the skin. It includes both CTV3 and SNOMED codes, along with user-facing text "Moles".</div>
Condition.code[0].coding[0].system[0]http://read.info/ctv3
Condition.code[0].coding[0].code[0]X78Uv
Condition.code[0].coding[0].display[0]Benign melanocytic naevus skin
Condition.code[0].coding[1].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay
Condition.code[0].coding[1].extension[0].value[0]Mole of skin
Condition.code[0].coding[1].extension[1].url[0]http://hl7.org/fhir/StructureDefinition/coding-sctdescid
Condition.code[0].coding[1].extension[1].value[0]1787065011
Condition.code[0].coding[1].system[0]http://snomed.info/sct
Condition.code[0].coding[1].code[0]400010006
Condition.code[0].coding[1].display[0]Melanocytic naevus of skin
Condition.code[0].text[0]Moles
Condition.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Condition

XML View

<Condition xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CodingSCT-MoleOfSkin-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************Snippet start************** -->
<system value="http://read.info/ctv3" />
<code value="X78Uv" />
<!-- no term code, so CTV3 PT is implied? -->
<display value="Benign melanocytic naevus skin" />
<!-- text of V3 PT -->
</coding>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay">
<valueString value="Mole of skin" />
<!-- text for id = 1787065011 -->
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid">
<valueId value="1787065011" />
<!-- not the SNOMED PT -->
</extension>
<system value="http://snomed.info/sct" />
<code value="400010006" />
<!-- SNOMED conceptId -->
<display value="Melanocytic naevus of skin" />
<!-- text of SNOMED PT -->
</coding>
<text value="Moles" />
<!-- what user saw on screen, from data entry template -->
</code>
<!-- **************Snippet end************** -->
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Condition>

JSON View

{
"resourceType": "Condition",
"id": "Extension-UKCore-CodingSCT-MoleOfSkin-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
"system": "http://read.info/ctv3",
"code": "X78Uv",
"display": "Benign melanocytic naevus skin"
},
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay",
"valueString": "Mole of skin"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid",
"valueId": "1787065011"
}
],
"system": "http://snomed.info/sct",
"code": "400010006",
"display": "Melanocytic naevus of skin"
}
],
"text": "Moles"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-CodingSCT-Myocardial-Example

This FHIR Condition resource records that the patient has had a myocardial infarction (heart attack), using the SNOMED code 22298006 with user-selected terminology.

Table View

Condition.id[0]Extension-UKCore-CodingSCT-Myocardial-Example
Condition.text[0].status[0]additional
Condition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">This FHIR Condition resource records that the patient has had a myocardial infarction (heart attack), using the SNOMED code 22298006 with user-selected terminology.</div>
Condition.code[0].coding[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/coding-sctdescid
Condition.code[0].coding[0].extension[0].value[0]37436014
Condition.code[0].coding[0].system[0]http://snomed.info/sct
Condition.code[0].coding[0].code[0]22298006
Condition.code[0].coding[0].display[0]Myocardial infarction
Condition.code[0].coding[0].userSelected[0]True
Condition.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Condition

XML View

<Condition xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CodingSCT-Myocardial-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************Snippet start************** -->
<extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid">
<valueId value="37436014" />
</extension>
<system value="http://snomed.info/sct" />
<code value="22298006" />
<display value="Myocardial infarction" />
<userSelected value="true" />
</coding>
</code>
<!-- **************Snippet end************** -->
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Condition>

JSON View

{
"resourceType": "Condition",
"id": "Extension-UKCore-CodingSCT-Myocardial-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
{
"url": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid",
"valueId": "37436014"
}
],
"system": "http://snomed.info/sct",
"code": "22298006",
"display": "Myocardial infarction",
"userSelected": true
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-CodingSCT-Potassium-Example

An example to illustrate the use of two extensions, one to represent a SNOMED CT concept with a specific Description ID, the other to represent the associated SNOMED CT Term (text description) — typically to preserve or specify which synonym or preferred term was originally used in a clinical system

Table View

Observation.id[0]Extension-UKCore-CodingSCT-Potassium-Example
Observation.text[0].status[0]additional
Observation.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of two extensions, one to represent a SNOMED CT concept with a specific Description ID, the other to represent the associated SNOMED CT Term (text description) — typically to preserve or specify which synonym or preferred term was originally used in a clinical system</div>
Observation.status[0]final
Observation.code[0].coding[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay
Observation.code[0].coding[0].extension[0].value[0]Serum potassium measurement
Observation.code[0].coding[0].extension[1].url[0]http://hl7.org/fhir/StructureDefinition/coding-sctdescid
Observation.code[0].coding[0].extension[1].value[0]405941011
Observation.code[0].coding[0].system[0]http://snomed.info/sct
Observation.code[0].coding[0].code[0]1000651000000109
Observation.code[0].coding[0].display[0]Serum potassium level
Observation.code[0].coding[0].userSelected[0]True
Observation.code[0].text[0]Serum Potassium
Observation.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Observation

XML View

<Observation xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CodingSCT-Potassium-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="final" />
<!-- **************Snippet start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay">
<valueString value="Serum potassium measurement" />
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid">
<valueId value="405941011" />
</extension>
<system value="http://snomed.info/sct" />
<code value="1000651000000109" />
<display value="Serum potassium level" />
<userSelected value="true" />
<!-- flags the coding originally actually selected by the user -->
</coding>
<text value="Serum Potassium" />
<!-- what the user saw on screen, from a data entry template -->
</code>
<!-- **************Snippet end************** -->
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Observation>

JSON View

{
"resourceType": "Observation",
"id": "Extension-UKCore-CodingSCT-Potassium-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "final",
"code": {
"coding": [
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay",
"valueString": "Serum potassium measurement"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid",
"valueId": "405941011"
}
],
"system": "http://snomed.info/sct",
"code": "1000651000000109",
"display": "Serum potassium level",
"userSelected": true
}
],
"text": "Serum Potassium"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-CodingSCT-Weight-Example

An example to illustrate the use of an extension to represent a SNOMED CT concept with a specific Description ID — typically to preserve or specify which synonym or preferred term was originally used in a clinical system

Table View

Observation.id[0]Extension-UKCore-CodingSCT-Weight-Example
Observation.text[0].status[0]additional
Observation.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of an extension to represent a SNOMED CT concept with a specific Description ID — typically to preserve or specify which synonym or preferred term was originally used in a clinical system</div>
Observation.status[0]final
Observation.code[0].coding[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay
Observation.code[0].coding[0].extension[0].value[0]Ideal weight
Observation.code[0].coding[0].extension[1].url[0]http://hl7.org/fhir/StructureDefinition/coding-sctdescid
Observation.code[0].coding[0].extension[1].value[0]787121000006116
Observation.code[0].coding[0].system[0]http://snomed.info/sct
Observation.code[0].coding[0].code[0]170804003
Observation.code[0].coding[0].display[0]Ideal body weight
Observation.code[0].coding[0].userSelected[0]True
Observation.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Observation

XML View

<Observation xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CodingSCT-Weight-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="final" />
<!-- **************Snippet start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay">
<valueString value="Ideal weight" />
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/coding-sctdescid">
<valueId value="787121000006116" />
<!-- descriptionId from a GP system namespace -->
</extension>
<system value="http://snomed.info/sct" />
<code value="170804003" />
<!-- conceptId from SNOMED International CORE -->
<display value="Ideal body weight" />
<userSelected value="true" />
</coding>
</code>
<!-- **************Snippet end************** -->
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Observation>

JSON View

{
"resourceType": "Observation",
"id": "Extension-UKCore-CodingSCT-Weight-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "final",
"code": {
"coding": [
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay",
"valueString": "Ideal weight"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/coding-sctdescid",
"valueId": "787121000006116"
}
],
"system": "http://snomed.info/sct",
"code": "170804003",
"display": "Ideal body weight",
"userSelected": true
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-CodingSCTDescId-Example

An example to illustrate the extension which adds a SNOMED CT description ID to CodeableConcept

Table View

Condition.id[0]Extension-UKCore-CodingSCTDescId-Example
Condition.text[0].status[0]additional
Condition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which adds a SNOMED CT description ID to CodeableConcept</div>
Condition.code[0].coding[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CodingSCTDescDisplay
Condition.code[0].coding[0].extension[0].value[0]Bronchial asthma
Condition.code[0].coding[0].extension[1].url[0]http://hl7.org/fhir/StructureDefinition/coding-sctdescid
Condition.code[0].coding[0].extension[1].value[0]301480018
Condition.code[0].coding[0].system[0]http://snomed.info/sct
Condition.code[0].coding[0].code[0]195967001
Condition.code[0].coding[0].display[0]Asthma
Condition.code[0].coding[0].userSelected[0]True
Condition.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Condition

XML View

<Condition xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CodingSCTDescId-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-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>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Condition>

JSON View

{
"resourceType": "Condition",
"id": "Extension-UKCore-CodingSCTDescId-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
{
"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"
}
}

Feedback

Click here to:

Table View

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

Tree View

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

XML View

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

JSON View

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

Feedback

Click here to:

Extension-UKCore-CompositionReference-Example

An example to illustrate referencing a composition within a diagnostic report

Table View

DiagnosticReport.id[0]Extension-UKCore-CompositionReference-Example
DiagnosticReport.text[0].status[0]additional
DiagnosticReport.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate referencing a composition within a diagnostic report</div>
DiagnosticReport.extension[0].url[0]http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition
DiagnosticReport.extension[0].value[0].reference[0]Composition/UKCore-Composition-Discharge-Example
DiagnosticReport.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
DiagnosticReport.identifier[0].value[0]ce1913bf-ead4-4d04-904f-714cbc1636ef
DiagnosticReport.status[0]final
DiagnosticReport.code[0].coding[0].system[0]http://snomed.info/sct
DiagnosticReport.code[0].coding[0].code[0]252275004
DiagnosticReport.code[0].coding[0].display[0]Hematology test
DiagnosticReport.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
DiagnosticReport.performer[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
DiagnosticReport.performer[0].display[0]LEEDS TEACHING HOSPITALS NHS TRUST

Tree View

DiagnosticReport

XML View

<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CompositionReference-Example" />
<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">
<reference value="Composition/UKCore-Composition-Discharge-Example" />
</valueReference>
</extension>
<!-- **************extension end************** -->
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="ce1913bf-ead4-4d04-904f-714cbc1636ef" />
</identifier>
<status value="final" />
<system value="http://snomed.info/sct" />
<code value="252275004" />
<display value="Hematology test" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
<display value="LEEDS TEACHING HOSPITALS NHS TRUST" />
</performer>
</DiagnosticReport>

JSON View

{
"resourceType": "DiagnosticReport",
"id": "Extension-UKCore-CompositionReference-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
"reference": "Composition/UKCore-Composition-Discharge-Example"
}
}
],
{
"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"
},
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example",
"display": "LEEDS TEACHING HOSPITALS NHS TRUST"
}
]
}

Feedback

Click here to:

Extension-UKCore-ConditionEpisode-Example

An example to illustrate the extension which is used to indicate the episodicity status of a condition

Table View

Condition.id[0]Extension-UKCore-ConditionEpisode-Example
Condition.text[0].status[0]additional
Condition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which is used to indicate the episodicity status of a condition</div>
Condition.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ConditionEpisode
Condition.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity
Condition.extension[0].value[0].coding[0].code[0]new
Condition.extension[0].value[0].coding[0].display[0]New
Condition.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Condition

XML View

<Condition xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-ConditionEpisode-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ConditionEpisode">
<valueCode value="new" />
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ConditionEpisodicity" />
<code value="new" />
<display value="New" />
</coding>
</valueCodeableConcept>
</extension>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Condition>

JSON View

{
"resourceType": "Condition",
"id": "Extension-UKCore-ConditionEpisode-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ConditionEpisode",
"valueCode": "new"
}
],
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-ContactPreference-Example

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

Table View

Patient.id[0]Extension-UKCore-ContactPreference-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for a patient's contact preferences</div>
Patient.extension[0].extension[0].url[0]PreferredContactMethod
Patient.extension[0].extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod
Patient.extension[0].extension[0].value[0].coding[0].code[0]3
Patient.extension[0].extension[0].value[0].coding[0].display[0]Telephone
Patient.extension[0].extension[1].url[0]PreferredContactTimes
Patient.extension[0].extension[1].value[0].repeat[0].frequency[0]1
Patient.extension[0].extension[1].value[0].repeat[0].period[0]1
Patient.extension[0].extension[1].value[0].repeat[0].periodUnit[0]d
Patient.extension[0].extension[1].value[0].repeat[0].dayOfWeek[0]mon
Patient.extension[0].extension[1].value[0].repeat[0].dayOfWeek[1]wed
Patient.extension[0].extension[1].value[0].repeat[0].dayOfWeek[2]fri
Patient.extension[0].extension[1].value[0].repeat[0].when[0]MORN
Patient.extension[0].extension[2].url[0]PreferredWrittenCommunicationFormat
Patient.extension[0].extension[2].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat
Patient.extension[0].extension[2].value[0].coding[0].code[0]11
Patient.extension[0].extension[2].value[0].coding[0].display[0]Large print
Patient.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-ContactPreference-Example" />
<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">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod" />
<code value="3" />
<display value="Telephone" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="PreferredContactTimes">
<frequency value="1" />
<period value="1" />
<periodUnit value="d" />
<dayOfWeek value="mon" />
<dayOfWeek value="wed" />
<dayOfWeek value="fri" />
<when value="MORN" />
</repeat>
</valueTiming>
</extension>
<extension url="PreferredWrittenCommunicationFormat">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat" />
<code value="11" />
<display value="Large print" />
</coding>
</valueCodeableConcept>
</extension>
</extension>
<!-- **************extension end************** -->
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-ContactPreference-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactPreference",
{
"url": "PreferredContactMethod",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredContactMethod",
"code": "3",
"display": "Telephone"
}
]
}
},
{
"url": "PreferredContactTimes",
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d",
"mon",
"wed",
"fri"
],
"when": [
"MORN"
]
}
}
},
{
"url": "PreferredWrittenCommunicationFormat",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PreferredWrittenCommunicationFormat",
"code": "11",
"display": "Large print"
}
]
}
}
]
}
]
}

Feedback

Click here to:

Extension-UKCore-ContactRank-Example

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

Table View

Patient.id[0]Extension-UKCore-ContactRank-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for the patient's contact ranking</div>
Patient.contact[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank
Patient.contact[0].extension[0].value[0]1
Patient.contact[0].name[0].use[0]official
Patient.contact[0].name[0].family[0]CARTER
Patient.contact[0].name[0].given[0]Emily
Patient.contact[0].telecom[0].system[0]phone
Patient.contact[0].telecom[0].value[0]01131231288
Patient.contact[0].gender[0]female

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-ContactRank-Example" />
<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-ContactRank">
<valuePositiveInt value="1" />
</extension>
<!-- **************extension end************** -->
<use value="official" />
<family value="CARTER" />
<given value="Emily" />
</name>
<system value="phone" />
<value value="01131231288" />
</telecom>
<gender value="female" />
</contact>
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-ContactRank-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"contact": [
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ContactRank",
}
],
"name": {
"use": "official",
"family": "CARTER",
"given": [
"Emily"
]
},
"telecom": [
{
"system": "phone",
"value": "01131231288"
}
],
"gender": "female"
}
]
}

Feedback

Click here to:

Table View

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

Tree View

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

XML View

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

JSON View

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

Feedback

Click here to:

Extension-UKCore-CopyCorrespondenceIndicator-Example

An example to illustrate the extension for copy correspondence indicators

Table View

Patient.id[0]Extension-UKCore-CopyCorrespondenceIndicator-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for copy correspondence indicators</div>
Patient.contact[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CopyCorrespondenceIndicator
Patient.contact[0].extension[0].value[0]True
Patient.contact[0].name[0].use[0]official
Patient.contact[0].name[0].family[0]CARTER
Patient.contact[0].name[0].given[0]Emily
Patient.contact[0].telecom[0].system[0]phone
Patient.contact[0].telecom[0].value[0]01131231288
Patient.contact[0].gender[0]female

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CopyCorrespondenceIndicator-Example" />
<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-CopyCorrespondenceIndicator">
<valueBoolean value="true" />
</extension>
<!-- **************extension end************** -->
<use value="official" />
<family value="CARTER" />
<given value="Emily" />
</name>
<system value="phone" />
<value value="01131231288" />
</telecom>
<gender value="female" />
</contact>
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-CopyCorrespondenceIndicator-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"contact": [
{
{
"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"
}
]
}

Feedback

Click here to:

Extension-UKCore-Coverage-Example

An example to illustrate sending an NHS or Private funding category with a service request

Table View

ServiceRequest.id[0]Extension-UKCore-Coverage-Example
ServiceRequest.text[0].status[0]additional
ServiceRequest.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending an NHS or Private funding category with a service request</div>
ServiceRequest.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage
ServiceRequest.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-FundingCategory
ServiceRequest.extension[0].value[0].coding[0].code[0]private
ServiceRequest.extension[0].value[0].coding[0].display[0]Private
ServiceRequest.status[0]active
ServiceRequest.intent[0]order
ServiceRequest.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

ServiceRequest

XML View

<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-Coverage-Example" />
<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">
<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" />
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</ServiceRequest>

JSON View

{
"resourceType": "ServiceRequest",
"id": "Extension-UKCore-Coverage-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Coverage",
"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"
}
}

Feedback

Click here to:

Extension-UKCore-CuffSize-Example

An example to illustrate recording a blood pressure device with a large cuff

Table View

Device.id[0]Extension-UKCore-CuffSize-Example
Device.text[0].status[0]additional
Device.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate recording a blood pressure device with a large cuff</div>
Device.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CuffSize
Device.extension[0].value[0].coding[0].system[0]http://snomed.info/sct
Device.extension[0].value[0].coding[0].code[0]990191000000101
Device.extension[0].value[0].coding[0].display[0]Large adult size blood pressure cuff
Device.status[0]active
Device.type[0].coding[0].system[0]http://snomed.info/sct
Device.type[0].coding[0].code[0]39690000
Device.type[0].coding[0].display[0]Sphygmomanometer

Tree View

Device

XML View

<Device xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-CuffSize-Example" />
<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-CuffSize">
<system value="http://snomed.info/sct" />
<code value="990191000000101" />
<display value="Large adult size blood pressure cuff" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
<status value="active" />
<system value="http://snomed.info/sct" />
<code value="39690000" />
<display value="Sphygmomanometer" />
</coding>
</type>
</Device>

JSON View

{
"resourceType": "Device",
"id": "Extension-UKCore-CuffSize-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-CuffSize",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "990191000000101",
"display": "Large adult size blood pressure cuff"
}
]
}
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39690000",
"display": "Sphygmomanometer"
}
]
}
}

Feedback

Click here to:

Extension-UKCore-DeathNotificationStatus-Example

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

Table View

Patient.id[0]Extension-UKCore-DeathNotificationStatus-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension to indicate the death notification status of the patient</div>
Patient.extension[0].extension[0].url[0]deathNotificationStatus
Patient.extension[0].extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus
Patient.extension[0].extension[0].value[0].coding[0].code[0]U
Patient.extension[0].extension[0].value[0].coding[0].display[0]Removed
Patient.extension[0].extension[1].url[0]systemEffectiveDate
Patient.extension[0].extension[1].value[0]2019-08-01T00:00:00.000Z
Patient.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-DeathNotificationStatus-Example" />
<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">
<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>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-DeathNotificationStatus-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeathNotificationStatus",
{
"url": "deathNotificationStatus",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DeathNotificationStatus",
"code": "U",
"display": "Removed"
}
]
}
},
{
"url": "systemEffectiveDate",
"valueDateTime": "2019-08-01T00:00:00.000Z"
}
]
}
]
}

Feedback

Click here to:

Extension-UKCore-DeliveryChannel-Example

An example to illustrate the delivery channel associated with an appointment

Table View

Appointment.id[0]Extension-UKCore-DeliveryChannel-Example
Appointment.text[0].status[0]additional
Appointment.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the delivery channel associated with an appointment</div>
Appointment.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel
Appointment.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-DeliveryChannel
Appointment.extension[0].value[0].coding[0].code[0]In-person
Appointment.extension[0].value[0].coding[0].display[0]In person
Appointment.status[0]booked
Appointment.start[0]2022-03-11T10:46:00+00:00
Appointment.end[0]2022-03-11T13:20:00+00:00
Appointment.participant[0].actor[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Appointment.participant[0].actor[0].display[0]Richard Smith
Appointment.participant[0].required[0]required
Appointment.participant[0].status[0]accepted
Appointment.participant[1].type[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ParticipationType
Appointment.participant[1].type[0].coding[0].code[0]ATND
Appointment.participant[1].actor[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
Appointment.participant[1].actor[0].display[0]Dr Sandra Gose
Appointment.participant[1].required[0]required
Appointment.participant[1].status[0]accepted
Appointment.participant[2].actor[0].reference[0]Location/UKCore-Location-HospitalSJUH-Example
Appointment.participant[2].actor[0].display[0]Orthopaedic Trauma Department, St James' University Hospital, Leeds
Appointment.participant[2].required[0]required
Appointment.participant[2].status[0]accepted

Tree View

Appointment

XML View

<Appointment xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-DeliveryChannel-Example" />
<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">
<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" />
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
<display value="Richard Smith" />
</actor>
<required value="required" />
<status value="accepted" />
</participant>
<system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType" />
<code value="ATND" />
</coding>
</type>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
<display value="Dr Sandra Gose" />
</actor>
<required value="required" />
<status value="accepted" />
</participant>
<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>

JSON View

{
"resourceType": "Appointment",
"id": "Extension-UKCore-DeliveryChannel-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeliveryChannel",
"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",
{
"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"
}
]
}

Feedback

Click here to:

Extension-UKCore-DeviceReference-Example

An example to illustrate a device performing a diagnostic report

Table View

DiagnosticReport.id[0]Extension-UKCore-DeviceReference-Example
DiagnosticReport.text[0].status[0]additional
DiagnosticReport.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a device performing a diagnostic report</div>
DiagnosticReport.status[0]final
DiagnosticReport.code[0].coding[0].system[0]http://snomed.info/sct
DiagnosticReport.code[0].coding[0].code[0]721981007
DiagnosticReport.code[0].coding[0].display[0]Diagnostic studies report
DiagnosticReport.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
DiagnosticReport.performer[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference
DiagnosticReport.performer[0].extension[0].value[0].reference[0]Device/UKCore-Device-SoftwareAsAMedicalDevice-Example
DiagnosticReport.performer[0].display[0]Software as a medical device
DiagnosticReport.resultsInterpreter[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference
DiagnosticReport.resultsInterpreter[0].extension[0].value[0].reference[0]Device/UKCore-Device-SoftwareAsAMedicalDevice-Example
DiagnosticReport.resultsInterpreter[0].display[0]Software as a medical device
DiagnosticReport.specimen[0].reference[0]Specimen/UKCore-Specimen-BloodSpecimen-Example
DiagnosticReport.result[0].reference[0]Observation/UKCore-Observation-WhiteCellCount-Example

Tree View

DiagnosticReport

XML View

<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-DeviceReference-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="final" />
<system value="http://snomed.info/sct" />
<code value="721981007" />
<display value="Diagnostic studies report" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<!-- ***************extension start*************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference">
<reference value="Device/UKCore-Device-SoftwareAsAMedicalDevice-Example" />
</valueReference>
</extension>
<display value="Software as a medical device" />
<!-- ***************extension end*************** -->
</performer>
<!-- ***************extension start*************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference">
<reference value="Device/UKCore-Device-SoftwareAsAMedicalDevice-Example" />
</valueReference>
</extension>
<display value="Software as a medical device" />
<!-- ***************extension end*************** -->
</resultsInterpreter>
<reference value="Specimen/UKCore-Specimen-BloodSpecimen-Example" />
</specimen>
<reference value="Observation/UKCore-Observation-WhiteCellCount-Example" />
</result>
</DiagnosticReport>

JSON View

{
"resourceType": "DiagnosticReport",
"id": "Extension-UKCore-DeviceReference-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": "721981007",
"display": "Diagnostic studies report"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference",
"reference": "Device/UKCore-Device-SoftwareAsAMedicalDevice-Example"
}
}
],
"display": "Software as a medical device"
}
],
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DeviceReference",
"reference": "Device/UKCore-Device-SoftwareAsAMedicalDevice-Example"
}
}
],
"display": "Software as a medical device"
}
],
{
"reference": "Specimen/UKCore-Specimen-BloodSpecimen-Example"
}
],
"result": [
{
"reference": "Observation/UKCore-Observation-WhiteCellCount-Example"
}
]
}

Feedback

Click here to:

Extension-UKCore-DiagnosticReportMediaLinkR5-Example

Table View

DiagnosticReport.id[0]Extension-UKCore-DiagnosticReportMediaLinkR5-Example
DiagnosticReport.text[0].status[0]additional
DiagnosticReport.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the backport extension to allow referencing a DocumentReference instance within DiagnosticReport.media.link</div>
DiagnosticReport.status[0]preliminary
DiagnosticReport.code[0].coding[0].system[0]http://snomed.info/sct
DiagnosticReport.code[0].coding[0].code[0]1129261000000102
DiagnosticReport.code[0].coding[0].display[0]Cardiac electrophysiology report
DiagnosticReport.media[0].extension[0].url[0]http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link
DiagnosticReport.media[0].extension[0].value[0].reference[0]DocumentReference/UKCore-DocumentReference-ECG-Example
DiagnosticReport.media[0].link[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/data-absent-reason
DiagnosticReport.media[0].link[0].extension[0].value[0]unsupported
DiagnosticReport.media[0].link[0].display[0]unsupported

Tree View

DiagnosticReport

XML View

<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-DiagnosticReportMediaLinkR5-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="preliminary" />
<system value="http://snomed.info/sct" />
<code value="1129261000000102" />
<display value="Cardiac electrophysiology report" />
</coding>
</code>
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link">
<reference value="DocumentReference/UKCore-DocumentReference-ECG-Example" />
</valueReference>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/data-absent-reason">
<valueCode value="unsupported" />
</extension>
<display value="unsupported" />
</link>
</media>
</DiagnosticReport>

JSON View

{
"resourceType": "DiagnosticReport",
"id": "Extension-UKCore-DiagnosticReportMediaLinkR5-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "preliminary",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1129261000000102",
"display": "Cardiac electrophysiology report"
}
]
},
"media": [
{
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.media.link",
"reference": "DocumentReference/UKCore-DocumentReference-ECG-Example"
}
}
],
"link": {
{
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unsupported"
}
],
"display": "unsupported"
}
}
]
}

Feedback

Click here to:

Extension-UKCore-DischargeMethod-Example

An example to illustrate the extension for an encounter to support the method of discharge from a hospital

Table View

Encounter.id[0]Extension-UKCore-DischargeMethod-Example
Encounter.text[0].status[0]additional
Encounter.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for an encounter to support the method of discharge from a hospital</div>
Encounter.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod
Encounter.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland
Encounter.extension[0].value[0].coding[0].code[0]1
Encounter.extension[0].value[0].coding[0].display[0]Patient discharged on clinical advice or with clinical consent
Encounter.status[0]finished
Encounter.class[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ActCode
Encounter.class[0].code[0]IMP
Encounter.class[0].display[0]inpatient encounter

Tree View

Encounter

XML View

<Encounter xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-DischargeMethod-Example" />
<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">
<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" />
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
<code value="IMP" />
<display value="inpatient encounter" />
</class>
</Encounter>

JSON View

{
"resourceType": "Encounter",
"id": "Extension-UKCore-DischargeMethod-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod",
"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"
}
}

Feedback

Click here to:

Extension-UKCore-EffectivePeriod-Example

An example to illustrate the recording of effective start and end dates for any resource

Table View

RelatedPerson.id[0]Extension-UKCore-EffectivePeriod-Example
RelatedPerson.text[0].status[0]additional
RelatedPerson.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the recording of effective start and end dates for any resource</div>
RelatedPerson.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EffectivePeriod
RelatedPerson.extension[0].value[0].start[0]2007-03-04T00:00:00.000Z
RelatedPerson.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

RelatedPerson

XML View

<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-EffectivePeriod-Example" />
<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-EffectivePeriod">
<start value="2007-03-04T00:00:00.000Z" />
</valuePeriod>
</extension>
<!-- **************extension end************** -->
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
</RelatedPerson>

JSON View

{
"resourceType": "RelatedPerson",
"id": "Extension-UKCore-EffectivePeriod-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EffectivePeriod",
"start": "2007-03-04T00:00:00.000Z"
}
}
],
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-EmergencyCareDischargeStatus-Example

An example to illustrate the extension which is used to indicate the status of an individual on discharge from an Emergency Care Department

Table View

Encounter.id[0]Extension-UKCore-EmergencyCareDischargeStatus-Example
Encounter.text[0].status[0]additional
Encounter.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which is used to indicate the status of an individual on discharge from an Emergency Care Department</div>
Encounter.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EmergencyCareDischargeStatus
Encounter.extension[0].value[0].coding[0].system[0]http://snomed.info/sct
Encounter.extension[0].value[0].coding[0].code[0]182992009
Encounter.extension[0].value[0].coding[0].display[0]Treatment completed
Encounter.status[0]finished
Encounter.class[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ActCode
Encounter.class[0].code[0]IMP
Encounter.class[0].display[0]inpatient encounter

Tree View

Encounter

XML View

<Encounter xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-EmergencyCareDischargeStatus-Example" />
<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">
<system value="http://snomed.info/sct" />
<code value="182992009" />
<display value="Treatment completed" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
<status value="finished" />
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
<code value="IMP" />
<display value="inpatient encounter" />
</class>
</Encounter>

JSON View

{
"resourceType": "Encounter",
"id": "Extension-UKCore-EmergencyCareDischargeStatus-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EmergencyCareDischargeStatus",
"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"
}
}

Feedback

Click here to:

Extension-UKCore-EthnicCategory-Example

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

Table View

Patient.id[0]Extension-UKCore-EthnicCategory-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which shows the ethnic category for a patient</div>
Patient.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory
Patient.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland
Patient.extension[0].value[0].coding[0].code[0]A
Patient.extension[0].value[0].coding[0].display[0]White - British

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-EthnicCategory-Example" />
<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">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland" />
<code value="A" />
<display value="White - British" />
</coding>
</valueCodeableConcept>
</extension>
<!-- *************extension end ***************** -->
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-EthnicCategory-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-EthnicCategory",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-EthnicCategoryEngland",
"code": "A",
"display": "White - British"
}
]
}
}
]
}

Feedback

Click here to:

Extension-UKCore-Evidence-Example

An example to illustrate a reference to results of investigations that confirmed the certainty of the diagnosis for an allergy or intolerance

Table View

AllergyIntolerance.id[0]Extension-UKCore-Evidence-Example
AllergyIntolerance.text[0].status[0]additional
AllergyIntolerance.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a reference to results of investigations that confirmed the certainty of the diagnosis for an allergy or intolerance</div>
AllergyIntolerance.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Evidence
AllergyIntolerance.extension[0].value[0].reference[0]DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example
AllergyIntolerance.extension[0].value[0].type[0]DiagnosticReport
AllergyIntolerance.clinicalStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical
AllergyIntolerance.clinicalStatus[0].coding[0].code[0]active
AllergyIntolerance.clinicalStatus[0].coding[0].display[0]Active
AllergyIntolerance.verificationStatus[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
AllergyIntolerance.verificationStatus[0].coding[0].code[0]confirmed
AllergyIntolerance.verificationStatus[0].coding[0].display[0]Confirmed
AllergyIntolerance.code[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.code[0].coding[0].code[0]372687004
AllergyIntolerance.code[0].coding[0].display[0]Amoxicillin
AllergyIntolerance.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
AllergyIntolerance.encounter[0].reference[0]Encounter/UKCore-Encounter-InpatientEncounter-Example
AllergyIntolerance.recordedDate[0]2019-12-10T13:00:00+00:00
AllergyIntolerance.recorder[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
AllergyIntolerance.asserter[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
AllergyIntolerance.reaction[0].manifestation[0].coding[0].system[0]http://snomed.info/sct
AllergyIntolerance.reaction[0].manifestation[0].coding[0].code[0]247472004
AllergyIntolerance.reaction[0].manifestation[0].coding[0].display[0]Urticarial rash
AllergyIntolerance.reaction[0].severity[0]mild

Tree View

AllergyIntolerance

XML View

<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-Evidence-Example" />
<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">
<reference value="DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example" />
<type value="DiagnosticReport" />
</valueReference>
</extension>
<!-- ***************extension end*************** -->
<system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical" />
<code value="active" />
<display value="Active" />
</coding>
</clinicalStatus>
<system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
<code value="confirmed" />
<display value="Confirmed" />
</coding>
</verificationStatus>
<system value="http://snomed.info/sct" />
<code value="372687004" />
<display value="Amoxicillin" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" />
</encounter>
<recordedDate value="2019-12-10T13:00:00+00:00" />
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</recorder>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</asserter>
<system value="http://snomed.info/sct" />
<code value="247472004" />
<display value="Urticarial rash" />
</coding>
</manifestation>
<severity value="mild" />
</reaction>
</AllergyIntolerance>

JSON View

{
"resourceType": "AllergyIntolerance",
"id": "Extension-UKCore-Evidence-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-Evidence",
"reference": "DiagnosticReport/UKCore-DiagnosticReport-DiagnosticStudiesReport-Example",
"type": "DiagnosticReport"
}
}
],
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "372687004",
"display": "Amoxicillin"
}
]
},
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
},
"recordedDate": "2019-12-10T13:00:00+00:00",
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
{
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "247472004",
"display": "Urticarial rash"
}
]
}
],
"severity": "mild"
}
]
}

Feedback

Click here to:

Extension-UKCore-InterpreterRequired-Example

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

Table View

Patient.id[0]Extension-UKCore-InterpreterRequired-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the core-defined extension which is used to indicate that a person requires an interpreter</div>
Patient.extension[0].url[0]http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired
Patient.extension[0].value[0]True

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-InterpreterRequired-Example" />
<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>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-InterpreterRequired-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
"valueBoolean": true
}
]
}

Feedback

Click here to:

Extension-UKCore-MedicationStatementLastIssueDate-Example

An example to illustrate the date the medication were last issued

Table View

MedicationStatement.id[0]Extension-UKCore-MedicationStatementLastIssueDate-Example
MedicationStatement.text[0].status[0]additional
MedicationStatement.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the date the medication were last issued</div>
MedicationStatement.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate
MedicationStatement.extension[0].value[0]2017-02-24
MedicationStatement.status[0]active
MedicationStatement.medication[0].coding[0].system[0]https://dmd.nhs.uk
MedicationStatement.medication[0].coding[0].code[0]39732311000001104
MedicationStatement.medication[0].coding[0].display[0]Amoxicillin 250mg capsules
MedicationStatement.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

MedicationStatement

XML View

<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-MedicationStatementLastIssueDate-Example" />
<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" />
<system value="https://dmd.nhs.uk" />
<code value="39732311000001104" />
<display value="Amoxicillin 250mg capsules" />
</coding>
</medicationCodeableConcept>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</MedicationStatement>

JSON View

{
"resourceType": "MedicationStatement",
"id": "Extension-UKCore-MedicationStatementLastIssueDate-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate",
"valueDateTime": "2017-02-24"
}
],
"status": "active",
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "39732311000001104",
"display": "Amoxicillin 250mg capsules"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-LegalStatus-Example

Table View

Encounter.id[0]Extension-UKCore-LegalStatus-Example
Encounter.text[0].status[0]additional
Encounter.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which is used to indicate a patient's legal status on admission or discharge</div>
Encounter.extension[0].extension[0].url[0]legalStatusContext
Encounter.extension[0].extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext
Encounter.extension[0].extension[0].value[0].coding[0].code[0]admission
Encounter.extension[0].extension[0].value[0].coding[0].display[0]Admission
Encounter.extension[0].extension[1].url[0]legalStatusClassification
Encounter.extension[0].extension[1].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales
Encounter.extension[0].extension[1].value[0].coding[0].code[0]02
Encounter.extension[0].extension[1].value[0].coding[0].display[0]Formally detained under Mental Health Act Section 2 (Admission for assessment)
Encounter.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-LegalStatus
Encounter.status[0]finished
Encounter.class[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ActCode
Encounter.class[0].code[0]IMP
Encounter.class[0].display[0]inpatient encounter

Tree View

Encounter

XML View

<Encounter xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-LegalStatus-Example" />
<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">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext" />
<code value="admission" />
<display value="Admission" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="legalStatusClassification">
<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" />
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
<code value="IMP" />
<display value="inpatient encounter" />
</class>
</Encounter>

JSON View

{
"resourceType": "Encounter",
"id": "Extension-UKCore-LegalStatus-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-LegalStatus",
{
"url": "legalStatusContext",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusContext",
"code": "admission",
"display": "Admission"
}
]
}
},
{
"url": "legalStatusClassification",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-LegalStatusClassificationWales",
"code": "02",
"display": "Formally detained under Mental Health Act Section 2 (Admission for assessment)"
}
]
}
}
]
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
}
}

Feedback

Click here to:

Extension-UKCore-ListWarningCode-Example

An example to illustrate a warning being provided in a list resource

Table View

List.id[0]Extension-UKCore-ListWarningCode-Example
List.text[0].status[0]additional
List.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a warning being provided in a list resource</div>
List.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ListWarningCode
List.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-ListWarningCode
List.extension[0].value[0].coding[0].code[0]data-in-transit
List.extension[0].value[0].coding[0].display[0]Data in Transit
List.status[0]current
List.mode[0]working
List.code[0].coding[0].system[0]http://snomed.info/sct
List.code[0].coding[0].code[0]826501000000100
List.code[0].coding[0].display[0]Miscellaneous record
List.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
List.date[0]2021-12-10T13:00:00+00:00

Tree View

List

XML View

<List xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-ListWarningCode-Example" />
<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">
<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" />
<system value="http://snomed.info/sct" />
<code value="826501000000100" />
<display value="Miscellaneous record" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<date value="2021-12-10T13:00:00+00:00" />
</List>

JSON View

{
"resourceType": "List",
"id": "Extension-UKCore-ListWarningCode-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ListWarningCode",
"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"
}

Feedback

Click here to:

Extension-UKCore-MainLocation-Example

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

Table View

Organization.id[0]Extension-UKCore-MainLocation-Example
Organization.text[0].status[0]additional
Organization.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which shows an organisation's main location</div>
Organization.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MainLocation
Organization.extension[0].value[0].reference[0]Location/UKCore-Location-HospitalSJUH-Example
Organization.extension[0].value[0].type[0]Location
Organization.extension[0].value[0].identifier[0].use[0]official
Organization.extension[0].value[0].identifier[0].system[0]https://fhir.nhs.uk/Id/ods-site-code
Organization.extension[0].value[0].identifier[0].value[0]RR813
Organization.identifier[0].use[0]official
Organization.identifier[0].system[0]https://fhir.nhs.uk/Id/ods-organization-code
Organization.identifier[0].value[0]RR8
Organization.name[0]LEEDS TEACHING HOSPITALS NHS TRUST

Tree View

Organization

XML View

<Organization xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-MainLocation-Example" />
<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">
<reference value="Location/UKCore-Location-HospitalSJUH-Example" />
<type value="Location" />
<use value="official" />
<system value="https://fhir.nhs.uk/Id/ods-site-code" />
<value value="RR813" />
</identifier>
</valueReference>
</extension>
<!-- *************extension end ***************** -->
<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>

JSON View

{
"resourceType": "Organization",
"id": "Extension-UKCore-MainLocation-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MainLocation",
"reference": "Location/UKCore-Location-HospitalSJUH-Example",
"type": "Location",
"use": "official",
"system": "https://fhir.nhs.uk/Id/ods-site-code",
"value": "RR813"
}
}
}
],
{
"use": "official",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RR8"
}
],
"name": "LEEDS TEACHING HOSPITALS NHS TRUST"
}

Feedback

Click here to:

Extension-UKCore-MedicalApplianceSupplier-Example

An example to illustrate the extension to record the patients nominated medical appliance supplier

Table View

Patient.id[0]Extension-UKCore-MedicalApplianceSupplier-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension to record the patients nominated medical appliance supplier</div>
Patient.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicalApplianceSupplier
Patient.extension[0].value[0].reference[0]Organization/UKCore-Organization-WhiteRoseMedicalSupply-Example

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-MedicalApplianceSupplier-Example" />
<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-MedicalApplianceSupplier">
<reference value="Organization/UKCore-Organization-WhiteRoseMedicalSupply-Example" />
</valueReference>
</extension>
<!-- **************extension end**************** -->
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-MedicalApplianceSupplier-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicalApplianceSupplier",
"reference": "Organization/UKCore-Organization-WhiteRoseMedicalSupply-Example"
}
}
]
}

Feedback

Click here to:

Table View

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

Tree View

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

XML View

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

JSON View

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

Feedback

Click here to:

Extension-UKCore-MedicationPrescribingOrganizationType-Example

An example to illustrate the type of organisation or setting responsible for authorising and issuing a medication, but not the organisation or setting delivering the patient care

Table View

MedicationStatement.id[0]Extension-UKCore-MedicationPrescribingOrganizationType-Example
MedicationStatement.text[0].status[0]additional
MedicationStatement.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the type of organisation or setting responsible for authorising and issuing a medication, but not the organisation or setting delivering the patient care</div>
MedicationStatement.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType
MedicationStatement.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType
MedicationStatement.extension[0].value[0].coding[0].code[0]prescribed-at-gp-practice
MedicationStatement.extension[0].value[0].coding[0].display[0]Prescribed at GP practice
MedicationStatement.status[0]active
MedicationStatement.medication[0].coding[0].system[0]https://dmd.nhs.uk
MedicationStatement.medication[0].coding[0].code[0]39732311000001104
MedicationStatement.medication[0].coding[0].display[0]Amoxicillin 250mg capsules
MedicationStatement.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

MedicationStatement

XML View

<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-MedicationPrescribingOrganizationType-Example" />
<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">
<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" />
<system value="https://dmd.nhs.uk" />
<code value="39732311000001104" />
<display value="Amoxicillin 250mg capsules" />
</coding>
</medicationCodeableConcept>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</MedicationStatement>

JSON View

{
"resourceType": "MedicationStatement",
"id": "Extension-UKCore-MedicationPrescribingOrganizationType-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationPrescribingOrganizationType",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationPrescribingOrganizationType",
"code": "prescribed-at-gp-practice",
"display": "Prescribed at GP practice"
}
]
}
}
],
"status": "active",
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "39732311000001104",
"display": "Amoxicillin 250mg capsules"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-MedicationStatementLastIssueDate-Example

An example to illustrate the date the medication were last issued

Table View

MedicationStatement.id[0]Extension-UKCore-MedicationStatementLastIssueDate-Example
MedicationStatement.text[0].status[0]additional
MedicationStatement.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the date the medication were last issued</div>
MedicationStatement.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate
MedicationStatement.extension[0].value[0]2017-02-24
MedicationStatement.status[0]active
MedicationStatement.medication[0].coding[0].system[0]https://dmd.nhs.uk
MedicationStatement.medication[0].coding[0].code[0]39732311000001104
MedicationStatement.medication[0].coding[0].display[0]Amoxicillin 250mg capsules
MedicationStatement.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

MedicationStatement

XML View

<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-MedicationStatementLastIssueDate-Example" />
<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" />
<system value="https://dmd.nhs.uk" />
<code value="39732311000001104" />
<display value="Amoxicillin 250mg capsules" />
</coding>
</medicationCodeableConcept>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</MedicationStatement>

JSON View

{
"resourceType": "MedicationStatement",
"id": "Extension-UKCore-MedicationStatementLastIssueDate-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationStatementLastIssueDate",
"valueDateTime": "2017-02-24"
}
],
"status": "active",
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "39732311000001104",
"display": "Amoxicillin 250mg capsules"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-MedicationTradeFamily-Example

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

Table View

Medication.id[0]Extension-UKCore-MedicationTradeFamily-Example
Medication.text[0].status[0]additional
Medication.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of a trade family or brand</div>
Medication.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationTradeFamily
Medication.extension[0].value[0].coding[0].system[0]http://snomed.info/sct
Medication.extension[0].value[0].coding[0].code[0]9298001000001101
Medication.extension[0].value[0].coding[0].display[0]Panadol Extra
Medication.code[0].coding[0].system[0]https://dmd.nhs.uk
Medication.code[0].coding[0].code[0]18677911000001109
Medication.code[0].coding[0].display[0]Panadol Extra Advance 500mg/65mg tablets (Haleon UK Trading Ltd)

Tree View

Medication

XML View

<Medication xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-MedicationTradeFamily-Example" />
<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">
<system value="http://snomed.info/sct" />
<code value="9298001000001101" />
<display value="Panadol Extra" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
<system value="https://dmd.nhs.uk" />
<code value="18677911000001109" />
<display value="Panadol Extra Advance 500mg/65mg tablets (Haleon UK Trading Ltd)" />
</coding>
</code>
</Medication>

JSON View

{
"resourceType": "Medication",
"id": "Extension-UKCore-MedicationTradeFamily-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationTradeFamily",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "9298001000001101",
"display": "Panadol Extra"
}
]
}
}
],
"code": {
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "18677911000001109",
"display": "Panadol Extra Advance 500mg/65mg tablets (Haleon UK Trading Ltd)"
}
]
}
}

Feedback

Click here to:

Extension-UKCore-NHSNumberUnavailableReason-Example

An example to illustrate the extension which states the reason a patient does not have a NHS number

Table View

Patient.id[0]Extension-UKCore-NHSNumberUnavailableReason-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 reason a patient does not have a NHS number</div>
Patient.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberUnavailableReason
Patient.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason
Patient.extension[0].value[0].coding[0].code[0]overseas-patient
Patient.extension[0].value[0].coding[0].display[0]Overseas patient
Patient.name[0].use[0]official
Patient.name[0].family[0]BAPTISTE
Patient.name[0].given[0]Jean

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-NHSNumberUnavailableReason-Example" />
<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-NHSNumberUnavailableReason">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason" />
<code value="overseas-patient" />
<display value="Overseas patient" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
<use value="official" />
<family value="BAPTISTE" />
<given value="Jean" />
</name>
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-NHSNumberUnavailableReason-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberUnavailableReason",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberUnavailableReason",
"code": "overseas-patient",
"display": "Overseas patient"
}
]
}
}
],
"name": [
{
"use": "official",
"family": "BAPTISTE",
"given": [
"Jean"
]
}
]
}

Feedback

Click here to:

Extension-UKCore-NHSNumberVerificationStatus-Example

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

Table View

Patient.id[0]Extension-UKCore-NHSNumberVerificationStatus-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which states the patient's NHS number verification status</div>
Patient.identifier[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus
Patient.identifier[0].extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland
Patient.identifier[0].extension[0].value[0].coding[0].code[0]01
Patient.identifier[0].extension[0].value[0].coding[0].display[0]Number present and verified

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-NHSNumberVerificationStatus-Example" />
<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-NHSNumberVerificationStatus">
<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>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-NHSNumberVerificationStatus-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
"code": "01",
"display": "Number present and verified"
}
]
}
}
]
}
]
}

Feedback

Click here to:

Extension-UKCore-Note-Example

An example to illustrate sending a note with a diagnostic report

Table View

DiagnosticReport.id[0]Extension-UKCore-Note-Example
DiagnosticReport.text[0].status[0]additional
DiagnosticReport.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a note with a diagnostic report</div>
DiagnosticReport.extension[0].url[0]http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note
DiagnosticReport.extension[0].value[0].author[0].reference[0]Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example
DiagnosticReport.extension[0].value[0].time[0]2023-05-10T10:39:12+00:00
DiagnosticReport.extension[0].value[0].text[0]Page Dr Watson on receipt of results.
DiagnosticReport.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
DiagnosticReport.identifier[0].value[0]957d702f-7e9e-43c2-b783-978f2c164b3c
DiagnosticReport.status[0]final
DiagnosticReport.code[0].coding[0].system[0]http://snomed.info/sct
DiagnosticReport.code[0].coding[0].code[0]104177005
DiagnosticReport.code[0].coding[0].display[0]Blood culture for bacteria, including anaerobic screen
DiagnosticReport.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
DiagnosticReport.performer[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
DiagnosticReport.performer[0].display[0]LEEDS TEACHING HOSPITALS NHS TRUST
DiagnosticReport.conclusion[0]Inconclusive finding of staphylococcus, no evidence of bacteremia.

Tree View

DiagnosticReport

XML View

<DiagnosticReport xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-Note-Example" />
<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">
<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*************** -->
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="957d702f-7e9e-43c2-b783-978f2c164b3c" />
</identifier>
<status value="final" />
<system value="http://snomed.info/sct" />
<code value="104177005" />
<display value="Blood culture for bacteria, including anaerobic screen" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<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>

JSON View

{
"resourceType": "DiagnosticReport",
"id": "Extension-UKCore-Note-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.note",
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
},
"time": "2023-05-10T10:39:12+00:00",
"text": "Page Dr Watson on receipt of results."
}
}
],
{
"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"
},
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example",
"display": "LEEDS TEACHING HOSPITALS NHS TRUST"
}
],
"conclusion": "Inconclusive finding of staphylococcus, no evidence of bacteremia."
}

Feedback

Click here to:

Extension-UKCore-Period-Example

An example to illustrate sending a period

Table View

Organization.id[0]Extension-UKCore-Period-Example
Organization.text[0].status[0]additional
Organization.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a period</div>
Organization.extension[0].url[0]http://hl7.org/fhir/StructureDefinition/organization-period
Organization.extension[0].value[0].start[0]2017-01-01T00:00:00.000Z
Organization.identifier[0].use[0]official
Organization.identifier[0].system[0]https://fhir.nhs.uk/Id/ods-organization-code
Organization.identifier[0].value[0]RR8
Organization.name[0]LEEDS TEACHING HOSPITALS NHS TRUST

Tree View

Organization

XML View

<Organization xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-Period-Example" />
<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">
<start value="2017-01-01T00:00:00.000Z" />
</valuePeriod>
</extension>
<!-- *************extension end ***************** -->
<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>

JSON View

{
"resourceType": "Organization",
"id": "Extension-UKCore-Period-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/StructureDefinition/organization-period",
"start": "2017-01-01T00:00:00.000Z"
}
}
],
{
"use": "official",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RR8"
}
],
"name": "LEEDS TEACHING HOSPITALS NHS TRUST"
}

Feedback

Click here to:

Extension-UKCore-OtherContactSystem-Example

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

Table View

Patient.id[0]Extension-UKCore-OtherContactSystem-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension to indicate other contact system(s) for a patient Richard Smith</div>
Patient.telecom[0].system[0]other
Patient.telecom[0].system[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem
Patient.telecom[0].system[0].extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem
Patient.telecom[0].system[0].extension[0].value[0].coding[0].code[0]textphone
Patient.telecom[0].system[0].extension[0].value[0].coding[0].display[0]Minicom (Textphone)
Patient.telecom[0].value[0]+4413513341777
Patient.telecom[0].use[0]home

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-OtherContactSystem-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="other">
<!-- **************extension start************** -->
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem">
<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>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-OtherContactSystem-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"telecom": [
{
"system": "other",
"_system": {
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem",
"code": "textphone",
"display": "Minicom (Textphone)"
}
]
}
}
]
},
"value": "+4413513341777",
"use": "home"
}
]
}

Feedback

Click here to:

Extension-UKCore-OutcomeOfAttendance-Example

An example to illustrate the extension which is used to indicate the outcome of an outpatient attendance

Table View

Encounter.id[0]Extension-UKCore-OutcomeOfAttendance-Example
Encounter.text[0].status[0]additional
Encounter.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension which is used to indicate the outcome of an outpatient attendance</div>
Encounter.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OutcomeOfAttendance
Encounter.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-OutcomeOfAttendanceEngland
Encounter.extension[0].value[0].coding[0].code[0]1
Encounter.extension[0].value[0].coding[0].display[0]Discharged from consultant's care (last attendance)
Encounter.status[0]finished
Encounter.class[0].system[0]http://terminology.hl7.org/CodeSystem/v3-ActCode
Encounter.class[0].code[0]IMP
Encounter.class[0].display[0]inpatient encounter

Tree View

Encounter

XML View

<Encounter xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-OutcomeOfAttendance-Example" />
<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">
<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" />
<system value="http://terminology.hl7.org/CodeSystem/v3-ActCode" />
<code value="IMP" />
<display value="inpatient encounter" />
</class>
</Encounter>

JSON View

{
"resourceType": "Encounter",
"id": "Extension-UKCore-OutcomeOfAttendance-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OutcomeOfAttendance",
"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"
}
}

Feedback

Click here to:

Extension-UKCore-OverseasVisitorChargingCategory-Example

An example to illustrate a patients charging category

Table View

Patient.id[0]Extension-UKCore-OverseasVisitorChargingCategory-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a patients charging category</div>
Patient.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OverseasVisitorChargingCategory
Patient.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-OverseasVisitorChargingCategory
Patient.extension[0].value[0].coding[0].code[0]D
Patient.extension[0].value[0].coding[0].display[0]Chargeable European Economic Area patient

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-OverseasVisitorChargingCategory-Example" />
<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-OverseasVisitorChargingCategory">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OverseasVisitorChargingCategory" />
<code value="D" />
<display value="Chargeable European Economic Area patient" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-OverseasVisitorChargingCategory-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OverseasVisitorChargingCategory",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-OverseasVisitorChargingCategory",
"code": "D",
"display": "Chargeable European Economic Area patient"
}
]
}
}
]
}

Feedback

Click here to:

Extension-UKCore-ParentPresent-Example

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

Table View

Immunization.id[0]Extension-UKCore-ParentPresent-Example
Immunization.text[0].status[0]additional
Immunization.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for a vaccination procedure where the parent of the patient is present</div>
Immunization.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ParentPresent
Immunization.extension[0].value[0]True
Immunization.status[0]completed
Immunization.vaccineCode[0].coding[0].system[0]https://dmd.nhs.uk
Immunization.vaccineCode[0].coding[0].code[0]10245211000001108
Immunization.vaccineCode[0].coding[0].display[0]Pneumococcal polysaccharide conjugated vaccine (adsorbed) suspension for injection 0.5ml pre-filled syringes
Immunization.patient[0].reference[0]Patient/UKCore-Patient-BabyPatient-Example
Immunization.occurrence[0]2021-07-20

Tree View

Immunization

XML View

<Immunization xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-ParentPresent-Example" />
<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" />
<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>
<reference value="Patient/UKCore-Patient-BabyPatient-Example" />
</patient>
<occurrenceDateTime value="2021-07-20" />
</Immunization>

JSON View

{
"resourceType": "Immunization",
"id": "Extension-UKCore-ParentPresent-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ParentPresent",
"valueBoolean": true
}
],
"status": "completed",
"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"
}

Feedback

Click here to:

Extension-UKCore-Participant-Example

An example to illustrate sending the participant involved in recording the activities relating to this family member history

Table View

FamilyMemberHistory.id[0]Extension-UKCore-Participant-Example
FamilyMemberHistory.text[0].status[0]additional
FamilyMemberHistory.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending the participant involved in recording the activities relating to this family member history</div>
FamilyMemberHistory.extension[0].extension[0].url[0]function
FamilyMemberHistory.extension[0].extension[0].value[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/provenance-participant-type
FamilyMemberHistory.extension[0].extension[0].value[0].coding[0].code[0]enterer
FamilyMemberHistory.extension[0].extension[0].value[0].coding[0].display[0]Enterer
FamilyMemberHistory.extension[0].extension[1].url[0]actor
FamilyMemberHistory.extension[0].extension[1].value[0].reference[0]Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example
FamilyMemberHistory.extension[0].url[0]http://hl7.org/fhir/5.0/StructureDefinition/extension-FamilyMemberHistory.participant
FamilyMemberHistory.status[0]partial
FamilyMemberHistory.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
FamilyMemberHistory.patient[0].display[0]Richard Smith
FamilyMemberHistory.date[0]2023-05-10
FamilyMemberHistory.relationship[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/v3-RoleCode
FamilyMemberHistory.relationship[0].coding[0].code[0]FTH
FamilyMemberHistory.relationship[0].coding[0].display[0]father
FamilyMemberHistory.sex[0].coding[0].system[0]http://hl7.org/fhir/administrative-gender
FamilyMemberHistory.sex[0].coding[0].code[0]male
FamilyMemberHistory.sex[0].coding[0].display[0]Male
FamilyMemberHistory.born[0]1949-12-13
FamilyMemberHistory.condition[0].code[0].coding[0].system[0]http://snomed.info/sct
FamilyMemberHistory.condition[0].code[0].coding[0].code[0]160308005
FamilyMemberHistory.condition[0].code[0].coding[0].display[0]Family history: Gout
FamilyMemberHistory.condition[0].onset[0].value[0]64
FamilyMemberHistory.condition[0].onset[0].unit[0]year
FamilyMemberHistory.condition[0].onset[0].system[0]http://unitsofmeasure.org
FamilyMemberHistory.condition[0].onset[0].code[0]a

Tree View

FamilyMemberHistory

XML View

<FamilyMemberHistory xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-Participant-Example" />
<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">
<system value="http://terminology.hl7.org/CodeSystem/provenance-participant-type" />
<code value="enterer" />
<display value="Enterer" />
</coding>
</valueCodeableConcept>
</extension>
<extension url="actor">
<reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" />
</valueReference>
</extension>
</extension>
<!-- ***************extension ebd*************** -->
<status value="partial" />
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
<display value="Richard Smith" />
</patient>
<date value="2023-05-10" />
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode" />
<code value="FTH" />
<display value="father" />
</coding>
</relationship>
<sex>
<system value="http://hl7.org/fhir/administrative-gender" />
<code value="male" />
<display value="Male" />
</coding>
</sex>
<bornDate value="1949-12-13" />
<system value="http://snomed.info/sct" />
<code value="160308005" />
<display value="Family history: Gout" />
</coding>
</code>
<value value="64" />
<unit value="year" />
<system value="http://unitsofmeasure.org" />
<code value="a" />
</onsetAge>
</condition>
</FamilyMemberHistory>

JSON View

{
"resourceType": "FamilyMemberHistory",
"id": "Extension-UKCore-Participant-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-FamilyMemberHistory.participant",
{
"url": "function",
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "enterer",
"display": "Enterer"
}
]
}
},
{
"url": "actor",
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
}
}
]
}
],
"status": "partial",
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example",
"display": "Richard Smith"
},
"date": "2023-05-10",
"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",
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "160308005",
"display": "Family history: Gout"
}
]
},
"value": 64,
"unit": "year",
"system": "http://unitsofmeasure.org",
"code": "a"
}
}
]
}

Feedback

Click here to:

Extension-UKCore-Period-Example

An example to illustrate sending a period

Table View

Organization.id[0]Extension-UKCore-Period-Example
Organization.text[0].status[0]additional
Organization.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a period</div>
Organization.extension[0].url[0]http://hl7.org/fhir/StructureDefinition/organization-period
Organization.extension[0].value[0].start[0]2017-01-01T00:00:00.000Z
Organization.identifier[0].use[0]official
Organization.identifier[0].system[0]https://fhir.nhs.uk/Id/ods-organization-code
Organization.identifier[0].value[0]RR8
Organization.name[0]LEEDS TEACHING HOSPITALS NHS TRUST

Tree View

Organization

XML View

<Organization xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-Period-Example" />
<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">
<start value="2017-01-01T00:00:00.000Z" />
</valuePeriod>
</extension>
<!-- *************extension end ***************** -->
<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>

JSON View

{
"resourceType": "Organization",
"id": "Extension-UKCore-Period-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/StructureDefinition/organization-period",
"start": "2017-01-01T00:00:00.000Z"
}
}
],
{
"use": "official",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RR8"
}
],
"name": "LEEDS TEACHING HOSPITALS NHS TRUST"
}

Feedback

Click here to:

Extension-UKCore-PharmacistVerifiedIndicator-Example

An example to illustrate whether a pharmacist verified a medication

Table View

MedicationStatement.id[0]Extension-UKCore-PharmacistVerifiedIndicator-Example
MedicationStatement.text[0].status[0]additional
MedicationStatement.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate whether a pharmacist verified a medication</div>
MedicationStatement.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PharmacistVerifiedIndicator
MedicationStatement.extension[0].value[0]True
MedicationStatement.status[0]active
MedicationStatement.medication[0].coding[0].system[0]https://dmd.nhs.uk
MedicationStatement.medication[0].coding[0].code[0]39732311000001104
MedicationStatement.medication[0].coding[0].display[0]Amoxicillin 250mg capsules
MedicationStatement.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

MedicationStatement

XML View

<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-PharmacistVerifiedIndicator-Example" />
<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" />
<system value="https://dmd.nhs.uk" />
<code value="39732311000001104" />
<display value="Amoxicillin 250mg capsules" />
</coding>
</medicationCodeableConcept>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</MedicationStatement>

JSON View

{
"resourceType": "MedicationStatement",
"id": "Extension-UKCore-PharmacistVerifiedIndicator-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PharmacistVerifiedIndicator",
"valueBoolean": true
}
],
"status": "active",
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "39732311000001104",
"display": "Amoxicillin 250mg capsules"
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-PreferredDispenserOrganization-Example

An example to illustrate a preferred dispenser

Table View

Patient.id[0]Extension-UKCore-PreferredDispenserOrganization-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate a preferred dispenser</div>
Patient.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PreferredDispenserOrganization
Patient.extension[0].value[0].reference[0]Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-PreferredDispenserOrganization-Example" />
<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-PreferredDispenserOrganization">
<reference value="Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example" />
</valueReference>
</extension>
<!-- ***************extension end*************** -->
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-PreferredDispenserOrganization-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PreferredDispenserOrganization",
"reference": "Organization/UKCore-Organization-WhiteRoseMedicalCentre-Example"
}
}
]
}

Feedback

Click here to:

Extension-UKCore-PriorityReason-Example

An example to illustrate sending a priority reason for an urgent ServiceRequest, using a SNOMED CT concept

Table View

ServiceRequest.id[0]Extension-UKCore-PriorityReason-Example
ServiceRequest.text[0].status[0]additional
ServiceRequest.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a priority reason for an urgent ServiceRequest, using a SNOMED CT concept</div>
ServiceRequest.status[0]active
ServiceRequest.intent[0]order
ServiceRequest.priority[0]urgent
ServiceRequest.priority[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason
ServiceRequest.priority[0].extension[0].value[0].coding[0].system[0]http://snomed.info/sct
ServiceRequest.priority[0].extension[0].value[0].coding[0].code[0]1321851000000109
ServiceRequest.priority[0].extension[0].value[0].coding[0].display[0]Provision of advice, assessment or treatment delayed due to COVID-19 pandemic
ServiceRequest.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
ServiceRequest.requester[0].reference[0]Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example

Tree View

ServiceRequest

XML View

<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-PriorityReason-Example" />
<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">
<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>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" />
</requester>
</ServiceRequest>

JSON View

{
"resourceType": "ServiceRequest",
"id": "Extension-UKCore-PriorityReason-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "active",
"intent": "order",
"priority": "urgent",
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1321851000000109",
"display": "Provision of advice, assessment or treatment delayed due to COVID-19 pandemic"
}
]
}
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
}
}

Feedback

Click here to:

Extension-UKCore-PriorityReason-SendingAsText-Example

An example to illustrate sending a priority reason for an urgent ServiceRequest, using plain text

Table View

ServiceRequest.id[0]Extension-UKCore-PriorityReason-SendingAsText-Example
ServiceRequest.text[0].status[0]additional
ServiceRequest.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending a priority reason for an urgent ServiceRequest, using plain text</div>
ServiceRequest.status[0]active
ServiceRequest.intent[0]order
ServiceRequest.priority[0]urgent
ServiceRequest.priority[0].extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason
ServiceRequest.priority[0].extension[0].value[0].text[0]Original assessment was delayed due to COVID-19 pandemic
ServiceRequest.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
ServiceRequest.requester[0].reference[0]Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example

Tree View

ServiceRequest

XML View

<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-PriorityReason-SendingAsText-Example" />
<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">
<text value="Original assessment was delayed due to COVID-19 pandemic" />
</valueCodeableConcept>
</extension>
<!-- **************extension end ****************** -->
</priority>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<reference value="Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example" />
</requester>
</ServiceRequest>

JSON View

{
"resourceType": "ServiceRequest",
"id": "Extension-UKCore-PriorityReason-SendingAsText-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"status": "active",
"intent": "order",
"priority": "urgent",
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-PriorityReason",
"text": "Original assessment was delayed due to COVID-19 pandemic"
}
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"reference": "Practitioner/UKCore-Practitioner-DoctorPaulRastall-Example"
}
}

Feedback

Click here to:

Extension-UKCore-RecordingSetting-Example

An example to illustrate sending the setting a vital signs observation was recorded in

Table View

Observation.id[0]Extension-UKCore-RecordingSetting-Example
Observation.text[0].status[0]additional
Observation.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate sending the setting a vital signs observation was recorded in</div>
Observation.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RcordingSetting
Observation.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting
Observation.extension[0].value[0].coding[0].code[0]residential
Observation.extension[0].value[0].coding[0].display[0]Residential
Observation.status[0]final
Observation.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Observation.category[0].coding[0].code[0]vital-signs
Observation.category[0].coding[0].display[0]Vital Signs
Observation.code[0].coding[0].system[0]http://snomed.info/sct
Observation.code[0].coding[0].code[0]75367002
Observation.code[0].coding[0].display[0]Blood pressure
Observation.code[0].coding[1].system[0]http://loinc.org
Observation.code[0].coding[1].code[0]85354-9
Observation.code[0].coding[1].display[0]Blood pressure panel with all children optional
Observation.code[0].text[0]Blood pressure
Observation.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Observation.effective[0]2023-09-10
Observation.performer[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
Observation.component[0].code[0].coding[0].system[0]http://snomed.info/sct
Observation.component[0].code[0].coding[0].code[0]72313002
Observation.component[0].code[0].coding[0].display[0]Systolic arterial pressure
Observation.component[0].code[0].coding[1].system[0]http://loinc.org
Observation.component[0].code[0].coding[1].code[0]8480-6
Observation.component[0].code[0].coding[1].display[0]Systolic blood pressure
Observation.component[0].code[0].text[0]Systolic blood pressure
Observation.component[0].value[0].value[0]108
Observation.component[0].value[0].unit[0]millimeter of mercury
Observation.component[0].value[0].system[0]http://unitsofmeasure.org
Observation.component[0].value[0].code[0]mm[Hg]
Observation.component[1].code[0].coding[0].system[0]http://snomed.info/sct
Observation.component[1].code[0].coding[0].code[0]1091811000000102
Observation.component[1].code[0].coding[0].display[0]Diastolic arterial pressure
Observation.component[1].code[0].coding[1].system[0]http://loinc.org
Observation.component[1].code[0].coding[1].code[0]8462-4
Observation.component[1].code[0].coding[1].display[0]Diastolic blood pressure
Observation.component[1].code[0].text[0]Diastolic blood pressure
Observation.component[1].value[0].value[0]82
Observation.component[1].value[0].unit[0]millimeter of mercury
Observation.component[1].value[0].system[0]http://unitsofmeasure.org
Observation.component[1].value[0].code[0]mm[Hg]

Tree View

Observation

XML View

<Observation xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-RecordingSetting-Example" />
<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-RcordingSetting">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting" />
<code value="residential" />
<display value="Residential" />
</coding>
</valueCodeableConcept>
</extension>
<!-- ***************extension end*************** -->
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="vital-signs" />
<display value="Vital Signs" />
</coding>
</category>
<system value="http://snomed.info/sct" />
<code value="75367002" />
<display value="Blood pressure" />
</coding>
<system value="http://loinc.org" />
<code value="85354-9" />
<display value="Blood pressure panel with all children optional" />
</coding>
<text value="Blood pressure" />
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<effectiveDateTime value="2023-09-10" />
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</performer>
<system value="http://snomed.info/sct" />
<code value="72313002" />
<display value="Systolic arterial pressure" />
</coding>
<system value="http://loinc.org" />
<code value="8480-6" />
<display value="Systolic blood pressure" />
</coding>
<text value="Systolic blood pressure" />
</code>
<value value="108" />
<unit value="millimeter of mercury" />
<system value="http://unitsofmeasure.org" />
<code value="mm[Hg]" />
</valueQuantity>
</component>
<system value="http://snomed.info/sct" />
<code value="1091811000000102" />
<display value="Diastolic arterial pressure" />
</coding>
<system value="http://loinc.org" />
<code value="8462-4" />
<display value="Diastolic blood pressure" />
</coding>
<text value="Diastolic blood pressure" />
</code>
<value value="82" />
<unit value="millimeter of mercury" />
<system value="http://unitsofmeasure.org" />
<code value="mm[Hg]" />
</valueQuantity>
</component>
</Observation>

JSON View

{
"resourceType": "Observation",
"id": "Extension-UKCore-RecordingSetting-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-RcordingSetting",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-RecordingSetting",
"code": "residential",
"display": "Residential"
}
]
}
}
],
"status": "final",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "vital-signs",
"display": "Vital Signs"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "75367002",
"display": "Blood pressure"
},
{
"system": "http://loinc.org",
"code": "85354-9",
"display": "Blood pressure panel with all children optional"
}
],
"text": "Blood pressure"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"effectiveDateTime": "2023-09-10",
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
],
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "72313002",
"display": "Systolic arterial pressure"
},
{
"system": "http://loinc.org",
"code": "8480-6",
"display": "Systolic blood pressure"
}
],
"text": "Systolic blood pressure"
},
"value": 108,
"unit": "millimeter of mercury",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1091811000000102",
"display": "Diastolic arterial pressure"
},
{
"system": "http://loinc.org",
"code": "8462-4",
"display": "Diastolic blood pressure"
}
],
"text": "Diastolic blood pressure"
},
"value": 82,
"unit": "millimeter of mercury",
"system": "http://unitsofmeasure.org",
"code": "mm[Hg]"
}
}
]
}

Feedback

Click here to:

Extension-UKCore-RepeatInformation-Example

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

Table View

MedicationRequest.id[0]Extension-UKCore-RepeatInformation-Example
MedicationRequest.text[0].status[0]additional
MedicationRequest.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the specific repeat information of a medication item</div>
MedicationRequest.extension[0].extension[0].url[0]numberOfPrescriptionsIssued
MedicationRequest.extension[0].extension[0].value[0]1
MedicationRequest.extension[0].extension[1].url[0]authorisationExpiryDate
MedicationRequest.extension[0].extension[1].value[0]2022-09-10T19:00:00.000Z
MedicationRequest.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationRepeatInformation
MedicationRequest.status[0]completed
MedicationRequest.intent[0]order
MedicationRequest.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/medicationrequest-category
MedicationRequest.category[0].coding[0].code[0]outpatient
MedicationRequest.category[0].coding[0].display[0]Outpatient
MedicationRequest.priority[0]routine
MedicationRequest.medication[0].reference[0]Medication/UKCore-Medication-TimoptolEyeDrops-Example
MedicationRequest.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
MedicationRequest.requester[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
MedicationRequest.recorder[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
MedicationRequest.courseOfTherapyType[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy
MedicationRequest.courseOfTherapyType[0].coding[0].code[0]continuous-repeating-dispensing
MedicationRequest.courseOfTherapyType[0].coding[0].display[0]Continuous long term (repeat dispensing)
MedicationRequest.dosageInstruction[0].text[0]1 drop in each affected eye twice daily, approximately 12 hours apart.
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].frequency[0]1
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].period[0]12
MedicationRequest.dosageInstruction[0].timing[0].repeat[0].periodUnit[0]h
MedicationRequest.dosageInstruction[0].site[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].site[0].coding[0].code[0]362508001
MedicationRequest.dosageInstruction[0].site[0].coding[0].display[0]Both eyes, entire
MedicationRequest.dosageInstruction[0].method[0].coding[0].system[0]http://snomed.info/sct
MedicationRequest.dosageInstruction[0].method[0].coding[0].code[0]421984009
MedicationRequest.dosageInstruction[0].method[0].coding[0].display[0]Until finished
MedicationRequest.substitution[0].allowed[0]True

Tree View

MedicationRequest

XML View

<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-RepeatInformation-Example" />
<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" />
<system value="http://terminology.hl7.org/CodeSystem/medicationrequest-category" />
<code value="outpatient" />
<display value="Outpatient" />
</coding>
</category>
<priority value="routine" />
<reference value="Medication/UKCore-Medication-TimoptolEyeDrops-Example" />
</medicationReference>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</requester>
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</recorder>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy" />
<code value="continuous-repeating-dispensing" />
<display value="Continuous long term (repeat dispensing)" />
</coding>
</courseOfTherapyType>
<text value="1 drop in each affected eye twice daily, approximately 12 hours apart." />
<frequency value="1" />
<period value="12" />
<periodUnit value="h" />
</repeat>
</timing>
<system value="http://snomed.info/sct" />
<code value="362508001" />
<display value="Both eyes, entire" />
</coding>
</site>
<system value="http://snomed.info/sct" />
<code value="421984009" />
<display value="Until finished" />
</coding>
</method>
</dosageInstruction>
<allowedBoolean value="true" />
</substitution>
</MedicationRequest>

JSON View

{
"resourceType": "MedicationRequest",
"id": "Extension-UKCore-RepeatInformation-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-MedicationRepeatInformation",
{
"url": "numberOfPrescriptionsIssued",
},
{
"url": "authorisationExpiryDate",
"valueDateTime": "2022-09-10T19:00:00.000Z"
}
]
}
],
"status": "completed",
"intent": "order",
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "outpatient",
"display": "Outpatient"
}
]
}
],
"priority": "routine",
"reference": "Medication/UKCore-Medication-TimoptolEyeDrops-Example"
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-MedicationRequestCourseOfTherapy",
"code": "continuous-repeating-dispensing",
"display": "Continuous long term (repeat dispensing)"
}
]
},
{
"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"
}
]
}
}
],
}
}

Feedback

Click here to:

Extension-UKCore-ResidentialStatus-Example

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

Table View

Patient.id[0]Extension-UKCore-ResidentialStatus-Example
Patient.text[0].status[0]additional
Patient.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension to show the patient's residential status</div>
Patient.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus
Patient.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus
Patient.extension[0].value[0].coding[0].code[0]H
Patient.extension[0].value[0].coding[0].display[0]UK Resident

Tree View

Patient

XML View

<Patient xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-ResidentialStatus-Example" />
<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">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus" />
<code value="H" />
<display value="UK Resident" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
</Patient>

JSON View

{
"resourceType": "Patient",
"id": "Extension-UKCore-ResidentialStatus-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-ResidentialStatus",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-ResidentialStatus",
"code": "H",
"display": "UK Resident"
}
]
}
}
]
}

Feedback

Click here to:

Extension-UKCore-ResponseRequest-Example

An example to illustrate the HL7 extension ResponseRequest

Table View

MessageHeader.id[0]Extension-UKCore-ResponseRequest-Example
MessageHeader.text[0].status[0]additional
MessageHeader.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the HL7 extension ResponseRequest</div>
MessageHeader.extension[0].url[0]http://hl7.org/fhir/StructureDefinition/messageheader-response-request
MessageHeader.extension[0].value[0]always
MessageHeader.event[0].system[0]http://snomed.info/sct
MessageHeader.event[0].code[0]306689006
MessageHeader.event[0].display[0]Discharge to home
MessageHeader.destination[0].endpoint[0]urn:nhs:addressing:asid:477121007825
MessageHeader.destination[0].receiver[0].identifier[0].system[0]https://fhir.nhs.uk/Id/ods-organization-code
MessageHeader.destination[0].receiver[0].identifier[0].value[0]RY6
MessageHeader.destination[0].receiver[0].display[0]LEEDS COMMUNITY HEALTHCARE NHS TRUST
MessageHeader.sender[0].reference[0]https://directory.spineservices.nhs.uk/Organization/X26
MessageHeader.source[0].endpoint[0]NOROT003
MessageHeader.focus[0].reference[0]Encounter/UKCore-Encounter-InpatientEncounter-Example

Tree View

MessageHeader

XML View

<MessageHeader xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-ResponseRequest-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<!-- **************extension start************** -->
<extension url="http://hl7.org/fhir/StructureDefinition/messageheader-response-request">
<valueCode value="always" />
</extension>
<!-- **************extension end************** -->
<system value="http://snomed.info/sct" />
<code value="306689006" />
<display value="Discharge to home" />
</eventCoding>
<endpoint value="urn:nhs:addressing:asid:477121007825" />
<system value="https://fhir.nhs.uk/Id/ods-organization-code" />
<value value="RY6" />
</identifier>
<display value="LEEDS COMMUNITY HEALTHCARE NHS TRUST" />
</receiver>
</destination>
<reference value="https://directory.spineservices.nhs.uk/Organization/X26" />
</sender>
<endpoint value="NOROT003" />
</source>
<reference value="Encounter/UKCore-Encounter-InpatientEncounter-Example" />
</focus>
</MessageHeader>

JSON View

{
"resourceType": "MessageHeader",
"id": "Extension-UKCore-ResponseRequest-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/StructureDefinition/messageheader-response-request",
"valueCode": "always"
}
],
"system": "http://snomed.info/sct",
"code": "306689006",
"display": "Discharge to home"
},
{
"endpoint": "urn:nhs:addressing:asid:477121007825",
"system": "https://fhir.nhs.uk/Id/ods-organization-code",
"value": "RY6"
},
"display": "LEEDS COMMUNITY HEALTHCARE NHS TRUST"
}
}
],
"sender": {
"reference": "https://directory.spineservices.nhs.uk/Organization/X26"
},
"source": {
"endpoint": "NOROT003"
},
"focus": [
{
"reference": "Encounter/UKCore-Encounter-InpatientEncounter-Example"
}
]
}

Feedback

Click here to:

Extension-UKCore-SampleCategory-Example

An example to illustrate the use of the Sample Category extension

Table View

Specimen.id[0]Extension-UKCore-SampleCategory-Example
Specimen.text[0].status[0]additional
Specimen.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of the Sample Category extension</div>
Specimen.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory
Specimen.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory
Specimen.extension[0].value[0].coding[0].code[0]germline
Specimen.extension[0].value[0].coding[0].display[0]Germline
Specimen.status[0]available
Specimen.type[0].coding[0].system[0]http://snomed.info/sct
Specimen.type[0].coding[0].code[0]4635002
Specimen.type[0].coding[0].display[0]Arterial blood
Specimen.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Specimen.receivedTime[0]2022-11-25T11:10:00Z
Specimen.collection[0].collector[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
Specimen.collection[0].collected[0]2022-11-25T16:00:00Z

Tree View

Specimen

XML View

<Specimen xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-SampleCategory-Example" />
<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">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory" />
<code value="germline" />
<display value="Germline" />
</coding>
</valueCodeableConcept>
</extension>
<!-- ***************extension end*************** -->
<status value="available" />
<system value="http://snomed.info/sct" />
<code value="4635002" />
<display value="Arterial blood" />
</coding>
</type>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<receivedTime value="2022-11-25T11:10:00Z" />
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</collector>
<collectedDateTime value="2022-11-25T16:00:00Z" />
</collection>
</Specimen>

JSON View

{
"resourceType": "Specimen",
"id": "Extension-UKCore-SampleCategory-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
"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",
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"collectedDateTime": "2022-11-25T16:00:00Z"
}
}

Feedback

Click here to:

Extension-UKCore-SampleCategory-PheobeSmitham-Example

An example to illustrate the use of the Sample Category extension

Table View

Specimen.id[0]Extension-UKCore-SampleCategory-PheobeSmitham-Example
Specimen.text[0].status[0]additional
Specimen.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of the Sample Category extension</div>
Specimen.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory
Specimen.extension[0].value[0].coding[0].system[0]https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory
Specimen.extension[0].value[0].coding[0].code[0]germline
Specimen.extension[0].value[0].coding[0].display[0]Germline
Specimen.identifier[0].system[0]https://fhir.leedssth.nhs.uk//Id/specimenId
Specimen.identifier[0].value[0]RGD-69050-P-RR12764
Specimen.status[0]available
Specimen.type[0].coding[0].system[0]http://snomed.info/sct
Specimen.type[0].coding[0].code[0]445295009
Specimen.type[0].coding[0].display[0]Blood specimen with EDTA
Specimen.subject[0].reference[0]Patient/Patient-PheobeSmitham-Example
Specimen.subject[0].identifier[0].system[0]https://fhir.nhs.uk/Id/nhs-number
Specimen.subject[0].identifier[0].value[0]9449307539
Specimen.request[0].reference[0]ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example
Specimen.collection[0].collector[0].identifier[0].system[0]https://fhir.nhs.uk/Id/sds-user-id
Specimen.collection[0].collector[0].identifier[0].value[0]9999999998
Specimen.collection[0].collector[0].display[0]Phletobomist-Lois Lane
Specimen.collection[0].collected[0]2023-09-17

Tree View

Specimen

XML View

<Specimen xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-SampleCategory-PheobeSmitham-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory">
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory" />
<code value="germline" />
<display value="Germline" />
</coding>
</valueCodeableConcept>
</extension>
<system value="https://fhir.leedssth.nhs.uk//Id/specimenId" />
<value value="RGD-69050-P-RR12764" />
</identifier>
<status value="available" />
<system value="http://snomed.info/sct" />
<code value="445295009" />
<display value="Blood specimen with EDTA" />
</coding>
</type>
<reference value="Patient/Patient-PheobeSmitham-Example" />
<system value="https://fhir.nhs.uk/Id/nhs-number" />
<value value="9449307539" />
</identifier>
</subject>
<reference value="ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example" />
</request>
<system value="https://fhir.nhs.uk/Id/sds-user-id" />
<value value="9999999998" />
</identifier>
<display value="Phletobomist-Lois Lane" />
</collector>
<collectedDateTime value="2023-09-17" />
</collection>
</Specimen>

JSON View

{
"resourceType": "Specimen",
"id": "Extension-UKCore-SampleCategory-PheobeSmitham-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
"coding": [
{
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
"code": "germline",
"display": "Germline"
}
]
}
}
],
{
"system": "https://fhir.leedssth.nhs.uk//Id/specimenId",
"value": "RGD-69050-P-RR12764"
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "445295009",
"display": "Blood specimen with EDTA"
}
]
},
"subject": {
"reference": "Patient/Patient-PheobeSmitham-Example",
"system": "https://fhir.nhs.uk/Id/nhs-number",
"value": "9449307539"
}
},
"request": [
{
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-TrioTestingProband-Example"
}
],
"system": "https://fhir.nhs.uk/Id/sds-user-id",
"value": "9999999998"
},
"display": "Phletobomist-Lois Lane"
},
"collectedDateTime": "2023-09-17"
}
}

Feedback

Click here to:

Extension-UKCore-SourceOfServiceRequest-Example

An example to illustrate the source of service request extension associated with a service request

Table View

ServiceRequest.id[0]Extension-UKCore-SourceOfServiceRequest-Example
ServiceRequest.text[0].status[0]additional
ServiceRequest.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the source of service request extension associated with a service request</div>
ServiceRequest.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest
ServiceRequest.extension[0].value[0].coding[0].system[0]http://snomed.info/sct
ServiceRequest.extension[0].value[0].coding[0].code[0]108161000000109
ServiceRequest.extension[0].value[0].coding[0].display[0]Referred by general practitioner
ServiceRequest.status[0]active
ServiceRequest.intent[0]order
ServiceRequest.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

ServiceRequest

XML View

<ServiceRequest xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-SourceOfServiceRequest-Example" />
<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">
<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" />
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</ServiceRequest>

JSON View

{
"resourceType": "ServiceRequest",
"id": "Extension-UKCore-SourceOfServiceRequest-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SourceOfServiceRequest",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108161000000109",
"display": "Referred by general practitioner"
}
]
}
}
],
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-SpecialHandling-Example

An example to illustrate the use of the HL7 core-defined Extension specimen-specialHandling

Table View

Specimen.id[0]Extension-UKCore-SpecialHandling-Example
Specimen.text[0].status[0]additional
Specimen.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the use of the HL7 core-defined Extension specimen-specialHandling</div>
Specimen.status[0]available
Specimen.type[0].coding[0].system[0]http://snomed.info/sct
Specimen.type[0].coding[0].code[0]431234000
Specimen.type[0].coding[0].display[0]Specimen from fetus obtained by biopsy
Specimen.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Specimen.receivedTime[0]2023-04-23T17:02:00Z
Specimen.collection[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/specimen-specialHandling
Specimen.collection[0].extension[0].value[0].text[0]Mother was infected with suspected viral haemorrhagic fever.
Specimen.collection[0].collector[0].reference[0]Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example
Specimen.collection[0].collected[0]2023-04-23T17:02:00Z
Specimen.collection[0].method[0].coding[0].system[0]http://snomed.info/sct
Specimen.collection[0].method[0].coding[0].code[0]129314006
Specimen.collection[0].method[0].coding[0].display[0]Biopsy - action

Tree View

Specimen

XML View

<Specimen xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-SpecialHandling-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="available" />
<system value="http://snomed.info/sct" />
<code value="431234000" />
<display value="Specimen from fetus obtained by biopsy" />
</coding>
</type>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<receivedTime value="2023-04-23T17:02:00Z" />
<!-- ***************extension start*************** -->
<extension url="http://hl7.org/fhir/StructureDefinition/specimen-specialHandling">
<text value="Mother was infected with suspected viral haemorrhagic fever." />
</valueCodeableConcept>
</extension>
<!-- **************extension end ****************** -->
<reference value="Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example" />
</collector>
<collectedDateTime value="2023-04-23T17:02:00Z" />
<system value="http://snomed.info/sct" />
<code value="129314006" />
<display value="Biopsy - action" />
</coding>
</method>
</collection>
</Specimen>

JSON View

{
"resourceType": "Specimen",
"id": "Extension-UKCore-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",
{
"url": "http://hl7.org/fhir/StructureDefinition/specimen-specialHandling",
"text": "Mother was infected with suspected viral haemorrhagic fever."
}
}
],
"reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
},
"collectedDateTime": "2023-04-23T17:02:00Z",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "129314006",
"display": "Biopsy - action"
}
]
}
}
}

Feedback

Click here to:

Extension-UKCore-SpecimenCollectionCollector-Example

An example to illustrate the pre-adopted R5 element via an extension, which is used to reference a Patient or RelatedPerson within Specimen.collection.collector

Table View

Specimen.id[0]Extension-UKCore-SpecimenCollectionCollector-Example
Specimen.text[0].status[0]additional
Specimen.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the pre-adopted R5 element via an extension, which is used to reference a Patient or RelatedPerson within Specimen.collection.collector</div>
Specimen.status[0]available
Specimen.type[0].coding[0].system[0]http://snomed.info/sct
Specimen.type[0].coding[0].code[0]78014005
Specimen.type[0].coding[0].display[0]Urine
Specimen.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Specimen.receivedTime[0]2022-11-25T11:10:00Z
Specimen.collection[0].extension[0].url[0]http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector
Specimen.collection[0].extension[0].value[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Specimen.collection[0].collected[0]2022-11-25T16:00:00Z

Tree View

Specimen

XML View

<Specimen xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-SpecimenCollectionCollector-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<status value="available" />
<system value="http://snomed.info/sct" />
<code value="78014005" />
<display value="Urine" />
</coding>
</type>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<receivedTime value="2022-11-25T11:10:00Z" />
<!-- ***************extension start*************** -->
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector">
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</valueReference>
</extension>
<!-- **************extension end ****************** -->
<collectedDateTime value="2022-11-25T16:00:00Z" />
</collection>
</Specimen>

JSON View

{
"resourceType": "Specimen",
"id": "Extension-UKCore-SpecimenCollectionCollector-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",
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.collection.collector",
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}
],
"collectedDateTime": "2022-11-25T16:00:00Z"
}
}

Feedback

Click here to:


subject: Extension-UKCore-SpecimenContainerDeviceBackport-Example

Extension-UKCore-SubscriptionParameters-Example

An example to illustrate identification and provision of API parameters in R4 Subscription.

Table View

Subscription.id[0]Extension-UKCore-SubscriptionParameters-Example
Subscription.text[0].status[0]additional
Subscription.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate identification and provision of API parameters in R4 Subscription.</div>
Subscription.extension[0].url[0]http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.content
Subscription.extension[0].value[0]id-only
Subscription.extension[1].extension[0].url[0]name
Subscription.extension[1].extension[0].value[0]Authorization
Subscription.extension[1].extension[1].url[0]value
Subscription.extension[1].extension[1].value[0]Bearer secret-token-abc-123
Subscription.extension[1].url[0]http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.parameter
Subscription.status[0]active
Subscription.end[0]2025-03-13T13:17:18+00:00
Subscription.reason[0]Subscription for a Change of GP event for patient
Subscription.criteria[0]Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|8449303649&generalPractitioner=https://fhir.hl7.org.uk/Id/gmp-number|G9999999
Subscription.channel[0].type[0]rest-hook
Subscription.channel[0].endpoint[0]https://app.nhs.uk/change-of-gp-handler
Subscription.channel[0].payload[0]application/fhir+json

Tree View

Subscription

XML View

<Subscription xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-SubscriptionParameters-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.content">
<valueCode value="id-only" />
</extension>
<extension url="http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.parameter">
<extension url="name">
<valueString value="Authorization" />
</extension>
<extension url="value">
<valueString value="Bearer secret-token-abc-123" />
</extension>
</extension>
<status value="active" />
<end value="2025-03-13T13:17:18Z" />
<reason value="Subscription for a Change of GP event for patient" />
<criteria value="Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|8449303649&generalPractitioner=https://fhir.hl7.org.uk/Id/gmp-number|G9999999" />
<type value="rest-hook" />
<endpoint value="https://app.nhs.uk/change-of-gp-handler" />
<payload value="application/fhir+json" />
</channel>
</Subscription>

JSON View

{
"resourceType": "Subscription",
"id": "Extension-UKCore-SubscriptionParameters-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.content",
"valueCode": "id-only"
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Subscription.parameter",
{
"url": "name",
"valueString": "Authorization"
},
{
"url": "value",
"valueString": "Bearer secret-token-abc-123"
}
]
}
],
"status": "active",
"end": "2025-03-13T13:17:18Z",
"reason": "Subscription for a Change of GP event for patient",
"criteria": "Patient?identifier=https://fhir.nhs.uk/Id/nhs-number|8449303649&generalPractitioner=https://fhir.hl7.org.uk/Id/gmp-number|G9999999",
"channel": {
"type": "rest-hook",
"endpoint": "https://app.nhs.uk/change-of-gp-handler",
"payload": "application/fhir+json"
}
}

Feedback

Click here to:

Extension-UKCore-Translation-Example

An example to illustrate the translation extension from one language to another

Table View

Condition.id[0]Extension-UKCore-Translation-Example
Condition.text[0].status[0]additional
Condition.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the translation extension from one language to another</div>
Condition.code[0].coding[0].system[0]http://snomed.info/sct
Condition.code[0].coding[0].code[0]22298006
Condition.code[0].coding[0].display[0]Myocardial infarction
Condition.code[0].coding[0].display[0].extension[0].extension[0].url[0]lang
Condition.code[0].coding[0].display[0].extension[0].extension[0].value[0]fr
Condition.code[0].coding[0].display[0].extension[0].extension[1].url[0]content
Condition.code[0].coding[0].display[0].extension[0].extension[1].value[0]Infarctus du myocarde
Condition.code[0].coding[0].display[0].extension[0].url[0]http://hl7.org/fhir/StructureDefinition/translation
Condition.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example

Tree View

Condition

XML View

<Condition xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-Translation-Example" />
<status value="additional" />
--- We have skipped the narrative for better readability of the resource ---
</text>
<system value="http://snomed.info/sct" />
<code value="22298006" />
<display value="Myocardial infarction">
<extension url="http://hl7.org/fhir/StructureDefinition/translation">
<extension url="lang">
<valueCode value="fr" />
</extension>
<extension url="content">
<valueString value="Infarctus du myocarde" />
</extension>
</extension>
</display>
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
</Condition>

JSON View

{
"resourceType": "Condition",
"id": "Extension-UKCore-Translation-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "22298006",
"display": "Myocardial infarction",
{
"url": "http://hl7.org/fhir/StructureDefinition/translation",
{
"url": "lang",
"valueCode": "fr"
},
{
"url": "content",
"valueString": "Infarctus du myocarde"
}
]
}
]
}
}
]
},
"subject": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
}
}

Feedback

Click here to:

Extension-UKCore-TriggeredBy-Example

An example to illustration observation triggered by another observation

Table View

Observation.id[0]Extension-UKCore-TriggeredBy-Example
Observation.text[0].status[0]additional
Observation.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustration observation triggered by another observation</div>
Observation.extension[0].extension[0].url[0]observation
Observation.extension[0].extension[0].value[0].reference[0]Observation/UKCore-Observation-DrugUse-Example
Observation.extension[0].extension[1].url[0]type
Observation.extension[0].extension[1].value[0]reflex
Observation.extension[0].extension[2].url[0]reason
Observation.extension[0].extension[2].value[0]Patient admitted to recreational drug use.
Observation.extension[0].url[0]http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy
Observation.identifier[0].system[0]https://tools.ietf.org/html/rfc4122
Observation.identifier[0].value[0]293a6418-9dcf-4d42-b97a-b119afd200ba
Observation.status[0]final
Observation.category[0].coding[0].system[0]http://terminology.hl7.org/CodeSystem/observation-category
Observation.category[0].coding[0].code[0]laboratory
Observation.category[0].coding[0].display[0]Laboratory
Observation.code[0].coding[0].system[0]http://snomed.info/sct
Observation.code[0].coding[0].code[0]1014801000000101
Observation.code[0].coding[0].display[0]Urine tricyclic drug screen
Observation.subject[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Observation.performer[0].reference[0]Organization/UKCore-Organization-LeedsTeachingHospital-Example
Observation.specimen[0].reference[0]Specimen/UKCore-Specimen-UrineSpecimen-Example

Tree View

Observation

XML View

<Observation xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-TriggeredBy-Example" />
<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">
<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*************** -->
<system value="https://tools.ietf.org/html/rfc4122" />
<value value="293a6418-9dcf-4d42-b97a-b119afd200ba" />
</identifier>
<status value="final" />
<system value="http://terminology.hl7.org/CodeSystem/observation-category" />
<code value="laboratory" />
<display value="Laboratory" />
</coding>
</category>
<system value="http://snomed.info/sct" />
<code value="1014801000000101" />
<display value="Urine tricyclic drug screen" />
</coding>
</code>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</subject>
<reference value="Organization/UKCore-Organization-LeedsTeachingHospital-Example" />
</performer>
<reference value="Specimen/UKCore-Specimen-UrineSpecimen-Example" />
</specimen>
</Observation>

JSON View

{
"resourceType": "Observation",
"id": "Extension-UKCore-TriggeredBy-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy",
{
"url": "observation",
"reference": "Observation/UKCore-Observation-DrugUse-Example"
}
},
{
"url": "type",
"valueCode": "reflex"
},
{
"url": "reason",
"valueString": "Patient admitted to recreational drug use."
}
]
}
],
{
"system": "https://tools.ietf.org/html/rfc4122",
"value": "293a6418-9dcf-4d42-b97a-b119afd200ba"
}
],
"status": "final",
{
"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"
},
{
"reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
}
],
"reference": "Specimen/UKCore-Specimen-UrineSpecimen-Example"
}
}

Feedback

Click here to:

Extension-UKCore-VaccinationProcedure-COVID-Example

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

Table View

Immunization.id[0]Extension-UKCore-VaccinationProcedure-COVID-Example
Immunization.text[0].status[0]additional
Immunization.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for a vaccination procedure for COVID-19</div>
Immunization.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure
Immunization.extension[0].value[0].coding[0].system[0]http://snomed.info/sct
Immunization.extension[0].value[0].coding[0].code[0]1324681000000101
Immunization.extension[0].value[0].coding[0].display[0]Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure)
Immunization.status[0]completed
Immunization.vaccineCode[0].coding[0].system[0]https://dmd.nhs.uk
Immunization.vaccineCode[0].coding[0].code[0]39116211000001106
Immunization.vaccineCode[0].coding[0].display[0]Generic COVID-19 Vaccine Vaxzevria (ChAdOx1 S [recombinant]) not less than 2.5x100,000,000 infectious units/0.5ml dose suspension for injection multidose vials
Immunization.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Immunization.occurrence[0]2021-07-20

Tree View

Immunization

XML View

<Immunization xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-VaccinationProcedure-COVID-Example" />
<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">
<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" />
<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>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<occurrenceDateTime value="2021-07-20" />
</Immunization>

JSON View

{
"resourceType": "Immunization",
"id": "Extension-UKCore-VaccinationProcedure-COVID-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "1324681000000101",
"display": "Administration of first dose of severe acute respiratory syndrome coronavirus 2 vaccine (procedure)"
}
]
}
}
],
"status": "completed",
"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"
}

Feedback

Click here to:

Extension-UKCore-VaccinationProcedure-Example

An example to illustrate the extension for a vaccination procedure

Table View

Immunization.id[0]Extension-UKCore-VaccinationProcedure-Example
Immunization.text[0].status[0]additional
Immunization.text[0].div[0]<div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension for a vaccination procedure</div>
Immunization.extension[0].url[0]https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure
Immunization.extension[0].value[0].coding[0].system[0]http://snomed.info/sct
Immunization.extension[0].value[0].coding[0].code[0]73701000119109
Immunization.extension[0].value[0].coding[0].display[0]Influenza vaccination given
Immunization.status[0]completed
Immunization.vaccineCode[0].coding[0].system[0]https://dmd.nhs.uk
Immunization.vaccineCode[0].coding[0].code[0]11278411000001109
Immunization.vaccineCode[0].coding[0].display[0]Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)
Immunization.patient[0].reference[0]Patient/UKCore-Patient-RichardSmith-Example
Immunization.occurrence[0]2013-01-10

Tree View

Immunization

XML View

<Immunization xmlns="http://hl7.org/fhir">
<id value="Extension-UKCore-VaccinationProcedure-Example" />
<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">
<system value="http://snomed.info/sct" />
<code value="73701000119109" />
<display value="Influenza vaccination given" />
</coding>
</valueCodeableConcept>
</extension>
<!-- **************extension end************** -->
<status value="completed" />
<system value="https://dmd.nhs.uk" />
<code value="11278411000001109" />
<display value="Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)" />
</coding>
</vaccineCode>
<reference value="Patient/UKCore-Patient-RichardSmith-Example" />
</patient>
<occurrenceDateTime value="2013-01-10" />
</Immunization>

JSON View

{
"resourceType": "Immunization",
"id": "Extension-UKCore-VaccinationProcedure-Example",
"text": {
"status": "additional",
--- We have skipped the narrative for better readability of the resource ---
},
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-VaccinationProcedure",
"coding": [
{
"system": "http://snomed.info/sct",
"code": "73701000119109",
"display": "Influenza vaccination given"
}
]
}
}
],
"status": "completed",
"coding": [
{
"system": "https://dmd.nhs.uk",
"code": "11278411000001109",
"display": "Influenza vaccine (split virion, inactivated) suspension for injection 0.5ml pre-filled syringes (Pfizer Ltd)"
}
]
},
"patient": {
"reference": "Patient/UKCore-Patient-RichardSmith-Example"
},
"occurrenceDateTime": "2013-01-10"
}

Feedback

Click here to: