@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - 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
] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div ""
] ; #
fhir:url [ fhir:v "http://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/documentreferencegenerator-formatcodes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "25.0.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)" ]
] )
] )
] . #
# -------------------------------------------------------------------------------------