FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
@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 "contactentity-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://terminology.hl7.org/CodeSystem/contactentity-type defines the following codes:</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\">BILL\n <a name=\"contactentity-type-BILL\"> </a>\n </td>\n <td>Billing</td>\n <td>Contact details for information regarding to billing/general finance enquiries.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">ADMIN\n <a name=\"contactentity-type-ADMIN\"> </a>\n </td>\n <td>Administrative</td>\n <td>Contact details for administrative enquiries.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">HR\n <a name=\"contactentity-type-HR\"> </a>\n </td>\n <td>Human Resource</td>\n <td>Contact details for issues related to Human Resources, such as staff matters, OH&S etc.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PAYOR\n <a name=\"contactentity-type-PAYOR\"> </a>\n </td>\n <td>Payor</td>\n <td>Contact details for dealing with issues related to insurance claims/adjudication/payment.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PATINF\n <a name=\"contactentity-type-PATINF\"> </a>\n </td>\n <td>Patient</td>\n <td>Generic information contact for patients.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">PRESS\n <a name=\"contactentity-type-PRESS\"> </a>\n </td>\n <td>Press</td>\n <td>Dedicated contact point for matters relating to press enquiries.</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r4b.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 "pa" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/contactentity-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.3.0"] ; #
fhir:name [ fhir:v "ContactEntityType"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-13T16:38:45-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Patient Administration"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Patient Administration" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ] ] )
] ) ; #
fhir:description [ fhir:v "This example value set defines a set of codes that can be used to indicate the purpose for which you would contact a contact party."] ; #
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:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "BILL" ] ;
fhir:display [ fhir:v "Billing" ] ;
fhir:definition [ fhir:v "Contact details for information regarding to billing/general finance enquiries." ]
] [
fhir:code [ fhir:v "ADMIN" ] ;
fhir:display [ fhir:v "Administrative" ] ;
fhir:definition [ fhir:v "Contact details for administrative enquiries." ]
] [
fhir:code [ fhir:v "HR" ] ;
fhir:display [ fhir:v "Human Resource" ] ;
fhir:definition [ fhir:v "Contact details for issues related to Human Resources, such as staff matters, OH&S etc." ]
] [
fhir:code [ fhir:v "PAYOR" ] ;
fhir:display [ fhir:v "Payor" ] ;
fhir:definition [ fhir:v "Contact details for dealing with issues related to insurance claims/adjudication/payment." ]
] [
fhir:code [ fhir:v "PATINF" ] ;
fhir:display [ fhir:v "Patient" ] ;
fhir:definition [ fhir:v "Generic information contact for patients." ]
] [
fhir:code [ fhir:v "PRESS" ] ;
fhir:display [ fhir:v "Press" ] ;
fhir:definition [ fhir:v "Dedicated contact point for matters relating to press enquiries." ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r4b.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
