Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: SourceReferral Code System - TTL Representation
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 "SourceReferral"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem SourceReferral</b></p><a name=\"SourceReferral\"> </a><a name=\"hcSourceReferral\"> </a><a name=\"SourceReferral-en-US\"> </a><p>This code system <code>https://smart-bear.eu/fhir/CodeSystem/SourceReferral</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\">health-services-research<a name=\"SourceReferral-health-services-research\"> </a></td><td>Health Services Research</td><td>Health Services Research</td></tr><tr><td style=\"white-space:nowrap\">self-referral-online-ad<a name=\"SourceReferral-self-referral-online-ad\"> </a></td><td>Self-referral after online advertisement</td><td>Self-referral after online advertisement</td></tr><tr><td style=\"white-space:nowrap\">self-referral-radio-tv<a name=\"SourceReferral-self-referral-radio-tv\"> </a></td><td>Self-referral after radio/tv advertisement</td><td>Self-referral after radio/tv advertisement</td></tr><tr><td style=\"white-space:nowrap\">self-referral-social-media<a name=\"SourceReferral-self-referral-social-media\"> </a></td><td>Self-referral after social media advertisement</td><td>Self-referral after social media advertisement</td></tr><tr><td style=\"white-space:nowrap\">other-participant-referred<a name=\"SourceReferral-other-participant-referred\"> </a></td><td>Other study participant referral</td><td>Other study participant referral</td></tr><tr><td style=\"white-space:nowrap\">public-campaigns<a name=\"SourceReferral-public-campaigns\"> </a></td><td>referrals via public information campaigns</td><td/></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://smart-bear.eu/fhir/CodeSystem/SourceReferral"^^xsd:anyURI] ; #
fhir:version [ fhir:v "3.4.1"] ; #
fhir:name [ fhir:v "SourceReferral"] ; #
fhir:title [ fhir:v "SourceReferral Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2024-09-17T08:57:54+02:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "SourceReferral vocabolary"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "health-services-research" ] ;
fhir:display [ fhir:v "Health Services Research" ] ;
fhir:definition [ fhir:v "Health Services Research" ]
] [
fhir:code [ fhir:v "self-referral-online-ad" ] ;
fhir:display [ fhir:v "Self-referral after online advertisement" ] ;
fhir:definition [ fhir:v "Self-referral after online advertisement" ]
] [
fhir:code [ fhir:v "self-referral-radio-tv" ] ;
fhir:display [ fhir:v "Self-referral after radio/tv advertisement" ] ;
fhir:definition [ fhir:v "Self-referral after radio/tv advertisement" ]
] [
fhir:code [ fhir:v "self-referral-social-media" ] ;
fhir:display [ fhir:v "Self-referral after social media advertisement" ] ;
fhir:definition [ fhir:v "Self-referral after social media advertisement" ]
] [
fhir:code [ fhir:v "other-participant-referred" ] ;
fhir:display [ fhir:v "Other study participant referral" ] ;
fhir:definition [ fhir:v "Other study participant referral" ]
] [
fhir:code [ fhir:v "public-campaigns" ] ;
fhir:display [ fhir:v "referrals via public information campaigns" ]
] ) . #