XML View
<Patient xmlns="http://hl7.org/fhir">
<id value="UKCore-Patient-Extension-OtherContactSystem-Example" />
<telecom>
<system value="other">
<extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem">
<valueCoding>
<system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem" />
<code value="textphone" />
<display value="Minicom (Textphone)" />
</valueCoding>
</extension>
</system>
<value value="+4413513341777" />
<use value="home" />
</telecom>
</Patient>
JSON View
{
"resourceType": "Patient",
"id": "UKCore-Patient-Extension-OtherContactSystem-Example",
"telecom": [
{
"system": "other",
"_system": {
"extension": [
{
"url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem",
"valueCoding": {
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem",
"code": "textphone",
"display": "Minicom (Textphone)"
}
}
]
},
"value": "+4413513341777",
"use": "home"
}
]
}