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