Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: Document format 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-formatcodes"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition>     ] )
  ] ; # 
  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-formatcodes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "23.1.0"] ; # 
  fhir:name [ fhir:v "Document Format 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 "Format codes used to specify the format or template identifier associated with the kind of document to generate"] ; # 
  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-formatcodes"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "urn:hl7ii:2.16.840.1.113883.10.20.22.1.15:2015-08-01" ] ;
fhir:display [ fhir:v "Care Plan (V2)" ]       ] [
fhir:code [ fhir:v "urn:hl7ii:2.16.840.1.113883.10.20.22.1.2:2015-08-01" ] ;
fhir:display [ fhir:v "Continuity of Care Document (CCD) (V3)" ]       ] [
fhir:code [ fhir:v "urn:hl7ii:2.16.840.1.113883.10.20.22.1.8:2015-08-01" ] ;
fhir:display [ fhir:v "Discharge Summary (V3)" ]       ] [
fhir:code [ fhir:v "urn:hl7ii:2.16.840.1.113883.10.20.15.2:2016-12-01" ] ;
fhir:display [ fhir:v "Initial Public Health Case Report Document (eICR)" ]       ] [
fhir:code [ fhir:v "urn:hl7ii:2.16.840.1.113883.10.20.22.1.14:2015-08-01" ] ;
fhir:display [ fhir:v "Referral Note (V2)" ]       ] [
fhir:code [ fhir:v "urn:hl7ii:2.16.840.1.113883.10.20.22.1.1:2015-08-01" ] ;
fhir:display [ fhir:v "US Realm Header (V3)" ]       ] )     ] )
  ] . #