FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
Page standards status: Normative | Maturity Level: 5 |
@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 "contact-point-system"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/contact-point-system</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">phone\n <a name=\"contact-point-system-phone\"> </a>\n </td>\n <td>Phone</td>\n <td>The value is a telephone number used for voice calls. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">fax\n <a name=\"contact-point-system-fax\"> </a>\n </td>\n <td>Fax</td>\n <td>The value is a fax machine. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">email\n <a name=\"contact-point-system-email\"> </a>\n </td>\n <td>Email</td>\n <td>The value is an email address.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">pager\n <a name=\"contact-point-system-pager\"> </a>\n </td>\n <td>Pager</td>\n <td>The value is a pager number. These may be local pager numbers that are only usable on a particular pager system.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">url\n <a name=\"contact-point-system-url\"> </a>\n </td>\n <td>URL</td>\n <td>A contact that is not a phone, fax, pager or email address and is expressed as a URL. This is intended for various institutional or personal contacts including web sites, blogs, Skype, Twitter, Facebook, etc. Do not use for email addresses.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">sms\n <a name=\"contact-point-system-sms\"> </a>\n </td>\n <td>SMS</td>\n <td>A contact that can be used for sending a sms message (e.g. mobile phones, some landlines).</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">other\n <a name=\"contact-point-system-other\"> </a>\n </td>\n <td>Other</td>\n <td>A contact that is not a phone, fax, page or email address and is not expressible as a URL. E.g. Internal mail address. This SHOULD NOT be used for contacts that are expressible as a URL (e.g. Skype, Twitter, Facebook, etc.) Extensions may be used to distinguish \"other\" contact types.</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "normative" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "4.0.0" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 5 ]
] [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/contact-point-system"^^xsd:anyURI] ; #
fhir:version [ fhir:v "5.0.0"] ; #
fhir:name [ fhir:v "ContactPointSystem"] ; #
fhir:title [ fhir:v "ContactPointSystem"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2023-03-26T14:21:02+10:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "Telecommunications form for contact point."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "phone" ] ;
fhir:display [ fhir:v "Phone" ] ;
fhir:definition [ fhir:v "The value is a telephone number used for voice calls. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required." ]
] [
fhir:code [ fhir:v "fax" ] ;
fhir:display [ fhir:v "Fax" ] ;
fhir:definition [ fhir:v "The value is a fax machine. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required." ]
] [
fhir:code [ fhir:v "email" ] ;
fhir:display [ fhir:v "Email" ] ;
fhir:definition [ fhir:v "The value is an email address." ]
] [
fhir:code [ fhir:v "pager" ] ;
fhir:display [ fhir:v "Pager" ] ;
fhir:definition [ fhir:v "The value is a pager number. These may be local pager numbers that are only usable on a particular pager system." ]
] [
fhir:code [ fhir:v "url" ] ;
fhir:display [ fhir:v "URL" ] ;
fhir:definition [ fhir:v "A contact that is not a phone, fax, pager or email address and is expressed as a URL. This is intended for various institutional or personal contacts including web sites, blogs, Skype, Twitter, Facebook, etc. Do not use for email addresses." ]
] [
fhir:code [ fhir:v "sms" ] ;
fhir:display [ fhir:v "SMS" ] ;
fhir:definition [ fhir:v "A contact that can be used for sending a sms message (e.g. mobile phones, some landlines)." ]
] [
fhir:code [ fhir:v "other" ] ;
fhir:display [ fhir:v "Other" ] ;
fhir:definition [ fhir:v "A contact that is not a phone, fax, page or email address and is not expressible as a URL. E.g. Internal mail address. This SHOULD NOT be used for contacts that are expressible as a URL (e.g. Skype, Twitter, Facebook, etc.) Extensions may be used to distinguish \"other\" contact types." ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History