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: