@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem accepting-patients

Last updated: 2020-04-09 21:10:28+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/accepting-patients defines the following codes:

CodeDisplayDefinition
nopt Not AcceptingNot accepting patients
newpt Accepting new and existing patientsAccepting new and existing patients
existptonly Accepting existing patients onlyAccepting existing patients only
existptfam Accepting existing patients and their families onlyAccepting existing patients and members of their families only
"^^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-06-17T15:26:15+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 ] ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------