Implementation Guide 23.1.0 - R4 APIs
Publish Box goes here
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-typecodes"] ; # 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-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" ] ] ) ] ) ] . #