@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "DocRef-typecodes"] ; # 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 "
\n \n \n \n \n \n \n
\n \n
\n
" ] ; # fhir:url [ fhir:v "http://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/documentreferencegenerator-typecodes"^^xsd:anyURI] ; # fhir:version [ fhir:v "23.1.0"] ; # fhir:name [ fhir:v "Document Type 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 "Type codes used to specify 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://loinc.org"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "52521-2" ] ; fhir:display [ fhir:v "Care Plan" ] ] [ fhir:code [ fhir:v "18842-5" ] ; fhir:display [ fhir:v "Discharge Summary" ] ] [ fhir:code [ fhir:v "55751-2" ] ; fhir:display [ fhir:v "Initial Public Health Case Report" ] ] [ fhir:code [ fhir:v "11506-3" ] ; fhir:display [ fhir:v "Progress Note" ] ] [ fhir:code [ fhir:v "57133-1" ] ; fhir:display [ fhir:v "Referral Note" ] ] [ fhir:code [ fhir:v "34109-9" ] ; fhir:display [ fhir:v "Scanned Document" ] ] [ fhir:code [ fhir:v "34133-9" ] ; fhir:display [ fhir:v "Summary of Episode Note" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------