Patient.id[0] | UKCore-Extension-OtherContactSystem-Example |
Patient.text[0].status[0] | additional |
Patient.text[0].div[0] | <div xmlns="http://www.w3.org/1999/xhtml">An example to illustrate the extension to indicate other contact system(s) for a patient Richard Smith</div> |
Patient.telecom[0].system[0] | other |
Patient.telecom[0].system[0].extension[0].url[0] | https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem |
Patient.telecom[0].system[0].extension[0].value[0].coding[0].system[0] | https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem |
Patient.telecom[0].system[0].extension[0].value[0].coding[0].code[0] | textphone |
Patient.telecom[0].system[0].extension[0].value[0].coding[0].display[0] | Minicom (Textphone) |
Patient.telecom[0].value[0] | +4413513341777 |
Patient.telecom[0].use[0] | home |
Patient |
id : UKCore-Extension-OtherContactSystem-Example |
text |
status : additional |
telecom |
system : other |
extension |
url : https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem |
value |
coding |
system : https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem |
code : textphone |
display : Minicom (Textphone) |
value : +4413513341777 |
use : home |
<Patient xmlns="http://hl7.org/fhir"> <id value="UKCore-Extension-OtherContactSystem-Example" /> <text> <status value="additional" /> --- We have skipped the narrative for better readability of the resource --- </text> <telecom> <system value="other"> <!-- **************extension start************** --> <extension url="https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem"> <valueCodeableConcept> <coding> <system value="https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem" /> <code value="textphone" /> <display value="Minicom (Textphone)" /> </coding> </valueCodeableConcept> </extension> <!-- *************extension end ***************** --> </system> <value value="+4413513341777" /> <use value="home" /> </telecom> </Patient>
{ "resourceType": "Patient", "id": "UKCore-Extension-OtherContactSystem-Example", "text": { "status": "additional", --- We have skipped the narrative for better readability of the resource --- }, "telecom": [ { "system": "other", "_system": { "extension": [ { "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-OtherContactSystem", "valueCodeableConcept": { "coding": [ { "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-OtherContactSystem", "code": "textphone", "display": "Minicom (Textphone)" } ] } } ] }, "value": "+4413513341777", "use": "home" } ] }