HL7 Terminology (THO), published by HL7 International - Vocabulary Work Group. This guide is not an authorized publication; it is the continuous build for version 6.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/UTG/ and changes regularly. See the Directory of published versions
: Accepting Patients - TTL Representation
Raw ttl | Download
@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#> .
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "accepting-patients"] ;
fhir:meta [
fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] )
] ;
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 accepting-patients</b></p><a name=\"accepting-patients\"> </a><a name=\"hcaccepting-patients\"> </a><a name=\"accepting-patients-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2020-04-09 21:10:28+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/accepting-patients</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\">nopt<a name=\"accepting-patients-nopt\"> </a></td><td>Not Accepting</td><td>Not accepting patients</td></tr><tr><td style=\"white-space:nowrap\">newpt<a name=\"accepting-patients-newpt\"> </a></td><td>Accepting new and existing patients</td><td>Accepting new and existing patients</td></tr><tr><td style=\"white-space:nowrap\">existptonly<a name=\"accepting-patients-existptonly\"> </a></td><td>Accepting existing patients only</td><td>Accepting existing patients only</td></tr><tr><td style=\"white-space:nowrap\">existptfam<a name=\"accepting-patients-existptfam\"> </a></td><td>Accepting existing patients and their families only</td><td>Accepting existing patients and members of their families only</td></tr></table></div>"^^rdf:XMLLiteral
] ;
fhir:extension ( [
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://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 1 ]
] ) ;
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/accepting-patients"^^xsd:anyURI] ;
fhir:version [ fhir:v "1.0.0"] ;
fhir:name [ fhir:v "AcceptingPatients"] ;
fhir:title [ fhir:v "Accepting Patients"] ;
fhir:status [ fhir:v "active"] ;
fhir:experimental [ fhir:v false] ;
fhir:date [ fhir:v "2025-05-07T06:15:17+00:00"^^xsd:dateTime] ;
fhir:publisher [ fhir:v "Health Level Seven International"] ;
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ] ] )
] ) ;
fhir:description [ fhir:v "This code system defines a set of codes that can be used to indicate a practice is accepting new patients."] ;
fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ;
fhir:caseSensitive [ fhir:v true] ;
fhir:valueSet [
fhir:v "http://terminology.hl7.org/ValueSet/accepting-patients"^^xsd:anyURI ;
fhir:link <http://terminology.hl7.org/ValueSet/accepting-patients>
] ;
fhir:content [ fhir:v "complete"] ;
fhir:concept ( [
fhir:code [ fhir:v "nopt" ] ;
fhir:display [ fhir:v "Not Accepting" ] ;
fhir:definition [ fhir:v "Not accepting patients" ]
] [
fhir:code [ fhir:v "newpt" ] ;
fhir:display [ fhir:v "Accepting new and existing patients" ] ;
fhir:definition [ fhir:v "Accepting new and existing patients" ]
] [
fhir:code [ fhir:v "existptonly" ] ;
fhir:display [ fhir:v "Accepting existing patients only" ] ;
fhir:definition [ fhir:v "Accepting existing patients only" ]
] [
fhir:code [ fhir:v "existptfam" ] ;
fhir:display [ fhir:v "Accepting existing patients and their families only" ] ;
fhir:definition [ fhir:v "Accepting existing patients and members of their families only" ]
] ) .