Validated Healthcare Directory, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/VhDir/ and changes regularly. See the Directory of published versions
: VhDir Ehr Characteristics Code System - TTL Representation
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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ehrcharacteristics"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ehrcharacteristics</b></p><a name=\"ehrcharacteristics\"> </a><a name=\"hcehrcharacteristics\"> </a><a name=\"ehrcharacteristics-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/vhdir/CodeSystem/ehrcharacteristics</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">2011<a name=\"ehrcharacteristics-2011\"> </a></td><td>ONC 2011 Certification</td><td>The ONC 2011 Certification Edition</td></tr><tr><td style=\"white-space:nowrap\">2014<a name=\"ehrcharacteristics-2014\"> </a></td><td>ONC 2014 Certification</td><td>The ONC 2014 Certification Edition</td></tr><tr><td style=\"white-space:nowrap\">2015<a name=\"ehrcharacteristics-2015\"> </a></td><td>ONC 2015 Certification</td><td>The ONC 2015 Certification Edition</td></tr><tr><td style=\"white-space:nowrap\">portal<a name=\"ehrcharacteristics-portal\"> </a></td><td>patient portal</td><td>A patient portal is a secure online website that gives patients convenient, 24-hour access to personal health information from anywhere with an Internet connection</td></tr><tr><td style=\"white-space:nowrap\">messaging<a name=\"ehrcharacteristics-messaging\"> </a></td><td>secure messaging</td><td>EHR functionality that enables a user to send messages to, and receive messages from, a patient in a secure manner</td></tr><tr><td style=\"white-space:nowrap\">VDT<a name=\"ehrcharacteristics-VDT\"> </a></td><td>view/download/transmit (VDT)</td><td>EHR functionality that enables patients (and their authorized representatives) to use internet-based technology to view, download, and transmit their health information to a 3rd party.</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pa" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/vhdir/CodeSystem/ehrcharacteristics"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "VhDirEHRCharacteristics"] ; #
fhir:title [ fhir:v "VhDir Ehr Characteristics Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2018-02-21"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Patient Administration"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Patient Administration" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pafm" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pafm@lists.HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "This code system contains codes for describing attributes of an electronic health record (EHR) product."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Used by permission of HL7 International all rights reserved Creative Commons License"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "2011" ] ;
fhir:display [ fhir:v "ONC 2011 Certification" ] ;
fhir:definition [ fhir:v "The ONC 2011 Certification Edition" ]
] [
fhir:code [ fhir:v "2014" ] ;
fhir:display [ fhir:v "ONC 2014 Certification" ] ;
fhir:definition [ fhir:v "The ONC 2014 Certification Edition" ]
] [
fhir:code [ fhir:v "2015" ] ;
fhir:display [ fhir:v "ONC 2015 Certification" ] ;
fhir:definition [ fhir:v "The ONC 2015 Certification Edition" ]
] [
fhir:code [ fhir:v "portal" ] ;
fhir:display [ fhir:v "patient portal" ] ;
fhir:definition [ fhir:v "A patient portal is a secure online website that gives patients convenient, 24-hour access to personal health information from anywhere with an Internet connection" ]
] [
fhir:code [ fhir:v "messaging" ] ;
fhir:display [ fhir:v "secure messaging" ] ;
fhir:definition [ fhir:v "EHR functionality that enables a user to send messages to, and receive messages from, a patient in a secure manner" ]
] [
fhir:code [ fhir:v "VDT" ] ;
fhir:display [ fhir:v "view/download/transmit (VDT)" ] ;
fhir:definition [ fhir:v "EHR functionality that enables patients (and their authorized representatives) to use internet-based technology to view, download, and transmit their health information to a 3rd party." ]
] ) . #