National Directory of Healthcare Providers & Services (NDH) Implementation Guide
1.0.0-ballot - ballot United States of America flag

This page is part of the National Directory of Healthcare Providers and Services (NDH) Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Healthcare Service Referral Method Code System - TTL Representation

Active as of 2023-07-30

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "HealthcareServiceReferralMethodCS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/ndh/CodeSystem/HealthcareServiceReferralMethodCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ccda<a name=\"HealthcareServiceReferralMethodCS-ccda\"> </a></td><td>CCDA</td><td>CCDA with endpoints</td></tr><tr><td style=\"white-space:nowrap\">elec<a name=\"HealthcareServiceReferralMethodCS-elec\"> </a></td><td>Secure Messaging</td><td>Referrals may be accepted via a secure messaging system. To determine the types of secure messaging systems supported, \nrefer to the identifiers collection. Callers will need to understand the specific identifier system used to know that they are able to transmit messages.</td></tr><tr><td style=\"white-space:nowrap\">electronic-referral<a name=\"HealthcareServiceReferralMethodCS-electronic-referral\"> </a></td><td>Electronic Referral</td><td>Referrals may be accepted via Electronic Referral endpoints</td></tr><tr><td style=\"white-space:nowrap\">electronic-scheduling<a name=\"HealthcareServiceReferralMethodCS-electronic-scheduling\"> </a></td><td>Electronic Scheduling</td><td>Referrals may be accepted via Electronic Scheduling endpoints</td></tr><tr><td style=\"white-space:nowrap\">fax<a name=\"HealthcareServiceReferralMethodCS-fax\"> </a></td><td>Fax</td><td>Referrals may be accepted by fax.</td></tr><tr><td style=\"white-space:nowrap\">phone<a name=\"HealthcareServiceReferralMethodCS-phone\"> </a></td><td>Phone</td><td>Referrals may be accepted over the phone from a practitioner.</td></tr><tr><td style=\"white-space:nowrap\">mail<a name=\"HealthcareServiceReferralMethodCS-mail\"> </a></td><td>Mail</td><td>Referrals may be accepted via regular postage or hand delivered.</td></tr><tr><td style=\"white-space:nowrap\">semail<a name=\"HealthcareServiceReferralMethodCS-semail\"> </a></td><td>Secure Email</td><td>Referrals may be accepted via a secure email. To send please encrypt with the services public key.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/HealthcareServiceReferralMethodCS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0-ballot"] ; # 
  fhir:name [ fhir:v "HealthcareServiceReferralMethodCS"] ; # 
  fhir:title [ fhir:v "Healthcare Service Referral Method Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-07-30T14:53:07+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International - Patient Administration Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Patient Administration Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/pafm" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pafm@lists.hl7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Methods of referral"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "ccda" ] ;
fhir:display [ fhir:v "CCDA" ] ;
fhir:definition [ fhir:v "CCDA with endpoints" ]
  ] [
fhir:code [ fhir:v "elec" ] ;
fhir:display [ fhir:v "Secure Messaging" ] ;
fhir:definition [ fhir:v "Referrals may be accepted via a secure messaging system. To determine the types of secure messaging systems supported, \nrefer to the identifiers collection. Callers will need to understand the specific identifier system used to know that they are able to transmit messages." ]
  ] [
fhir:code [ fhir:v "electronic-referral" ] ;
fhir:display [ fhir:v "Electronic Referral" ] ;
fhir:definition [ fhir:v "Referrals may be accepted via Electronic Referral endpoints" ]
  ] [
fhir:code [ fhir:v "electronic-scheduling" ] ;
fhir:display [ fhir:v "Electronic Scheduling" ] ;
fhir:definition [ fhir:v "Referrals may be accepted via Electronic Scheduling endpoints" ]
  ] [
fhir:code [ fhir:v "fax" ] ;
fhir:display [ fhir:v "Fax" ] ;
fhir:definition [ fhir:v "Referrals may be accepted by fax." ]
  ] [
fhir:code [ fhir:v "phone" ] ;
fhir:display [ fhir:v "Phone" ] ;
fhir:definition [ fhir:v "Referrals may be accepted over the phone from a practitioner." ]
  ] [
fhir:code [ fhir:v "mail" ] ;
fhir:display [ fhir:v "Mail" ] ;
fhir:definition [ fhir:v "Referrals may be accepted via regular postage or hand delivered." ]
  ] [
fhir:code [ fhir:v "semail" ] ;
fhir:display [ fhir:v "Secure Email" ] ;
fhir:definition [ fhir:v "Referrals may be accepted via a secure email. To send please encrypt with the services public key." ]
  ] ) . #