Social Care Interoperability Platform FHIR Implementation Guide
Version: 0.1.0, Status: draft
Social Care Interoperability Platform FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Draft as of 2026-03-24 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "MODS-TelephoneNumberType-1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem MODS-TelephoneNumberType-1</b></p><a name=\"MODS-TelephoneNumberType-1\"> </a><a name=\"hcMODS-TelephoneNumberType-1\"> </a><p>This code system <code>https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-TelephoneNumberType-1</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">Carer<a name=\"MODS-TelephoneNumberType-1-Carer\"> </a></td><td>A communication contact point for a carer</td></tr><tr><td style=\"white-space:nowrap\">Email<a name=\"MODS-TelephoneNumberType-1-Email\"> </a></td><td>Email</td></tr><tr><td style=\"white-space:nowrap\">Home<a name=\"MODS-TelephoneNumberType-1-Home\"> </a></td><td>A communication contact point at a home; attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. Typically used with urgent cases, or if no other contacts are available.</td></tr><tr><td style=\"white-space:nowrap\">Mobile<a name=\"MODS-TelephoneNumberType-1-Mobile\"> </a></td><td>A telecommunication device that moves and stays with its owner. May have characteristics of all other use codes, suitable for urgent matters, not the first choice for routine business.</td></tr><tr><td style=\"white-space:nowrap\">Old<a name=\"MODS-TelephoneNumberType-1-Old\"> </a></td><td>This contact point is no longer in use (or was never correct, but retained for records).</td></tr><tr><td style=\"white-space:nowrap\">Pager<a name=\"MODS-TelephoneNumberType-1-Pager\"> </a></td><td>Pager</td></tr><tr><td style=\"white-space:nowrap\">SMS<a name=\"MODS-TelephoneNumberType-1-SMS\"> </a></td><td>SMS</td></tr><tr><td style=\"white-space:nowrap\">Temp<a name=\"MODS-TelephoneNumberType-1-Temp\"> </a></td><td>A temporary contact point. The period can provide more detailed information.</td></tr><tr><td style=\"white-space:nowrap\">Fax<a name=\"MODS-TelephoneNumberType-1-Fax\"> </a></td><td>UK Facsimile Number (FAX) number</td></tr><tr><td style=\"white-space:nowrap\">Work<a name=\"MODS-TelephoneNumberType-1-Work\"> </a></td><td>An office contact point. First choice for business related contacts during business hours.</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-TelephoneNumberType-1"^^xsd:anyURI ;
fhir:l <https://metadata.phase2.scip.synanetics.cloud/fhir/r4/CodeSystem/MODS-TelephoneNumberType-1>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "MODSTelephoneNumberType"] ; #
fhir:title [ fhir:v "MODS Person Telephone Number Type Code"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2026-03-24T16:18:08+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://synanetics.com" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@synanetics.com" ] ] )
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ] ] )
] ) ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "Carer" ] ;
fhir:display [ fhir:v "A communication contact point for a carer" ]
] [
fhir:code [ fhir:v "Email" ] ;
fhir:display [ fhir:v "Email" ]
] [
fhir:code [ fhir:v "Home" ] ;
fhir:display [ fhir:v "A communication contact point at a home; attempted contacts for business purposes might intrude privacy and chances are one will contact family or other household members instead of the person one wishes to call. Typically used with urgent cases, or if no other contacts are available." ]
] [
fhir:code [ fhir:v "Mobile" ] ;
fhir:display [ fhir:v "A telecommunication device that moves and stays with its owner. May have characteristics of all other use codes, suitable for urgent matters, not the first choice for routine business." ]
] [
fhir:code [ fhir:v "Old" ] ;
fhir:display [ fhir:v "This contact point is no longer in use (or was never correct, but retained for records)." ]
] [
fhir:code [ fhir:v "Pager" ] ;
fhir:display [ fhir:v "Pager" ]
] [
fhir:code [ fhir:v "SMS" ] ;
fhir:display [ fhir:v "SMS" ]
] [
fhir:code [ fhir:v "Temp" ] ;
fhir:display [ fhir:v "A temporary contact point. The period can provide more detailed information." ]
] [
fhir:code [ fhir:v "Fax" ] ;
fhir:display [ fhir:v "UK Facsimile Number (FAX) number" ]
] [
fhir:code [ fhir:v "Work" ] ;
fhir:display [ fhir:v "An office contact point. First choice for business related contacts during business hours." ]
] ) . #
IG © 2026+ Synanetics Ltd on behalf of DHSC/Social Care Interoperability Platform. Package dhsc-scip-fhir#0.1.0 based on FHIR 4.0.1. Generated 2026-03-24
Links: Table of Contents |
QA Report