Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: Document class ValueSet - TTL Representation

Active as of 2021-09-16

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DocRef-classcodes"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<table width=\"100%\">\n				<tbody>\n					<tr>\n						<td width=\"25%\">\n							<span class=\"text-muted\"/>\n						</td>\n					</tr>\n				</tbody>\n			</table>\n		</div>"
  ] ; # 
  fhir:url [ fhir:v "http://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/documentreferencegenerator-classcodes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "23.1.0"] ; # 
  fhir:name [ fhir:v "Document Class Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2021-09-16T01:21:47-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "athenahealth"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://athenahealth.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Class codes used to specify the kind of document to generate based on provider workflow"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "VVC Holding Corp. All rights reserved."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/documentreferencegenerator-classcodes"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "AmbulatorySummary" ] ;
fhir:display [ fhir:v "Ambulatory Summary" ]       ] [
fhir:code [ fhir:v "CarePlan" ] ;
fhir:display [ fhir:v "Care Plan" ]       ] [
fhir:code [ fhir:v "ClinicalVisitSummary" ] ;
fhir:display [ fhir:v "Clinical Visit Summary" ]       ] [
fhir:code [ fhir:v "CCD" ] ;
fhir:display [ fhir:v "Continuity of Care Document" ]       ] [
fhir:code [ fhir:v "DischargeSummary" ] ;
fhir:display [ fhir:v "Discharge Summary" ]       ] [
fhir:code [ fhir:v "EICR" ] ;
fhir:display [ fhir:v "Electronic Initial Case Report" ]       ] [
fhir:code [ fhir:v "ExportCharts" ] ;
fhir:display [ fhir:v "Export Charts for Data Portability" ]       ] [
fhir:code [ fhir:v "ProgressNote" ] ;
fhir:display [ fhir:v "Progress note" ]       ] [
fhir:code [ fhir:v "ReferralNote" ] ;
fhir:display [ fhir:v "Referral Note" ]       ] [
fhir:code [ fhir:v "Scanned Document" ] ;
fhir:display [ fhir:v "Scanned Documents" ]       ] [
fhir:code [ fhir:v "TransitionofCare" ] ;
fhir:display [ fhir:v "Transition of Care Summary" ]       ] )     ] )
  ] . #