Da Vinci Health Record Exchange (HRex), published by HL7 International / Clinical Interoperability Council. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ehrx/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 2 |
@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 "hrex-temp"] ; #
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 hrex-temp</b></p><a name=\"hrex-temp\"> </a><a name=\"hchrex-temp\"> </a><a name=\"hrex-temp-en-US\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td></tr><tr><td>Not Selectable</td><td>abstract</td><td>http://hl7.org/fhir/concept-properties#notSelectable</td><td>boolean</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp</code> defines the following codes in a Is-A hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Not Selectable</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">data-request<a name=\"hrex-temp-data-request\"> </a></td><td>data request task</td><td>A type of Task asking the owner to deliver the data corresponding to the characteristics defined by the Task.inputs to the Task.beneficiary</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">data-query<a name=\"hrex-temp-data-query\"> </a></td><td>data query input</td><td>Indicates the parameters of a FHIR RESTful search to be executed whose results are requested. The content will be the query URL following the 'base'. E.g. `Observation?...`</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">data-code<a name=\"hrex-temp-data-code\"> </a></td><td>data code input</td><td>A code for a document or otherwise describing the characteristics of the information requested</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">data-value<a name=\"hrex-temp-data-value\"> </a></td><td>data values output</td><td>The result of a data request</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">UMB<a name=\"hrex-temp-UMB\"> </a></td><td>Unique Product-independent Payer Person Identifier</td><td>A unique identifier assigned to an individual that is consistent regardless of the individual irrespective of their role (subscriber, dependent, etc.) or which product(s) they have with that payer.</td><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">_endpoints<a name=\"hrex-temp-_endpoints\"> </a></td><td>Endpoint codes</td><td>An abstract collector for endpoint codes</td><td>true</td></tr><tr><td>2</td><td style=\"white-space:nowrap\"> payer-identifier<a name=\"hrex-temp-payer-identifier\"> </a></td><td>Payer Identifier</td><td>A unique identifier for the payer responsible for the coverage(s) associated with the endpoints listed in this file</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> davinci_crd_hook_endpoint<a name=\"hrex-temp-davinci_crd_hook_endpoint\"> </a></td><td>CRD Hook Endpoint</td><td>Endpoint to invoke hook services for any decision support services covered by CRD</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> davinci_cdex_attachsubmit_endpoint<a name=\"hrex-temp-davinci_cdex_attachsubmit_endpoint\"> </a></td><td>CDex Submit Attachment Endpoint</td><td>The 'base' for the endpoint used to invoke the $submit-attachment operation for Unsolicited attachments</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> davinci_dtr_qpackage_endpoint<a name=\"hrex-temp-davinci_dtr_qpackage_endpoint\"> </a></td><td>DTR Questionnaire Package Endpoint</td><td>The 'base' for the endpoint to invoke the $questionnaire-package operation for the coverages relevant for this Patient</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> davinci_pas_submission_endpoint<a name=\"hrex-temp-davinci_pas_submission_endpoint\"> </a></td><td>PAS Submission Endpoint</td><td>The 'base' for the endpoints used to invoke the $submit or $inquire operations for the coverages relevant to this Patient</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> davinci_pdex_patient_endpoint<a name=\"hrex-temp-davinci_pdex_patient_endpoint\"> </a></td><td>PDex Patient Data Endpoint</td><td>The 'base' for the endpoints used to query for data for patient access</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> davinci_pdex_provider_endpoint<a name=\"hrex-temp-davinci_pdex_provider_endpoint\"> </a></td><td>PDex Provider Data Endpoint</td><td>The 'base' for the endpoints used to query for data for healthcare provider access</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> davinci_pdex_payer_endpoint<a name=\"hrex-temp-davinci_pdex_payer_endpoint\"> </a></td><td>PDex Payer Data Endpoint</td><td>The 'base' for the endpoints used to query for data for healthcare payer access</td><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\"> carin_bluebutton_endpoint<a name=\"hrex-temp-carin_bluebutton_endpoint\"> </a></td><td>CARIN Bluebutton Endpoint</td><td>The 'base' for the endpoints used to query for Blue Button conformant data.</td><td/></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cic" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "2"^^xsd:integer ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex> ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-hrex/ImplementationGuide/davinci-hrex> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.19.16.1" ]
] ) ; #
fhir:version [ fhir:v "1.1.0"] ; #
fhir:name [ fhir:v "HRexTempCodes"] ; #
fhir:title [ fhir:v "HRex Temporary Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-13T17:49:53+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Interoperability Council"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cic" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes temporarily defined as part of the HRex implementation guide. These will eventually migrate into an officially maintained terminology (likely HL7's UTG code systems)."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:hierarchyMeaning [ fhir:v "is-a"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "15"^^xsd:nonNegativeInteger] ; #
fhir:property ( [
fhir:code [ fhir:v "abstract" ] ;
fhir:uri [ fhir:v "http://hl7.org/fhir/concept-properties#notSelectable"^^xsd:anyURI ] ;
fhir:type [ fhir:v "boolean" ]
] ) ; #
fhir:concept ( [
fhir:code [ fhir:v "data-request" ] ;
fhir:display [ fhir:v "data request task" ] ;
fhir:definition [ fhir:v "A type of Task asking the owner to deliver the data corresponding to the characteristics defined by the Task.inputs to the Task.beneficiary" ]
] [
fhir:code [ fhir:v "data-query" ] ;
fhir:display [ fhir:v "data query input" ] ;
fhir:definition [ fhir:v "Indicates the parameters of a FHIR RESTful search to be executed whose results are requested. The content will be the query URL following the 'base'. E.g. `Observation?...`" ]
] [
fhir:code [ fhir:v "data-code" ] ;
fhir:display [ fhir:v "data code input" ] ;
fhir:definition [ fhir:v "A code for a document or otherwise describing the characteristics of the information requested" ]
] [
fhir:code [ fhir:v "data-value" ] ;
fhir:display [ fhir:v "data values output" ] ;
fhir:definition [ fhir:v "The result of a data request" ]
] [
fhir:code [ fhir:v "UMB" ] ;
fhir:display [ fhir:v "Unique Product-independent Payer Person Identifier" ] ;
fhir:definition [ fhir:v "A unique identifier assigned to an individual that is consistent regardless of the individual irrespective of their role (subscriber, dependent, etc.) or which product(s) they have with that payer." ]
] [
fhir:code [ fhir:v "_endpoints" ] ;
fhir:display [ fhir:v "Endpoint codes" ] ;
fhir:definition [ fhir:v "An abstract collector for endpoint codes" ] ;
( fhir:property [
fhir:code [ fhir:v "abstract" ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ;
( fhir:concept [
fhir:code [ fhir:v "payer-identifier" ] ;
fhir:display [ fhir:v "Payer Identifier" ] ;
fhir:definition [ fhir:v "A unique identifier for the payer responsible for the coverage(s) associated with the endpoints listed in this file" ] ] [
fhir:code [ fhir:v "davinci_crd_hook_endpoint" ] ;
fhir:display [ fhir:v "CRD Hook Endpoint" ] ;
fhir:definition [ fhir:v "Endpoint to invoke hook services for any decision support services covered by CRD" ] ] [
fhir:code [ fhir:v "davinci_cdex_attachsubmit_endpoint" ] ;
fhir:display [ fhir:v "CDex Submit Attachment Endpoint" ] ;
fhir:definition [ fhir:v "The 'base' for the endpoint used to invoke the $submit-attachment operation for Unsolicited attachments" ] ] [
fhir:code [ fhir:v "davinci_dtr_qpackage_endpoint" ] ;
fhir:display [ fhir:v "DTR Questionnaire Package Endpoint" ] ;
fhir:definition [ fhir:v "The 'base' for the endpoint to invoke the $questionnaire-package operation for the coverages relevant for this Patient" ] ] [
fhir:code [ fhir:v "davinci_pas_submission_endpoint" ] ;
fhir:display [ fhir:v "PAS Submission Endpoint" ] ;
fhir:definition [ fhir:v "The 'base' for the endpoints used to invoke the $submit or $inquire operations for the coverages relevant to this Patient" ] ] [
fhir:code [ fhir:v "davinci_pdex_patient_endpoint" ] ;
fhir:display [ fhir:v "PDex Patient Data Endpoint" ] ;
fhir:definition [ fhir:v "The 'base' for the endpoints used to query for data for patient access" ] ] [
fhir:code [ fhir:v "davinci_pdex_provider_endpoint" ] ;
fhir:display [ fhir:v "PDex Provider Data Endpoint" ] ;
fhir:definition [ fhir:v "The 'base' for the endpoints used to query for data for healthcare provider access" ] ] [
fhir:code [ fhir:v "davinci_pdex_payer_endpoint" ] ;
fhir:display [ fhir:v "PDex Payer Data Endpoint" ] ;
fhir:definition [ fhir:v "The 'base' for the endpoints used to query for data for healthcare payer access" ] ] [
fhir:code [ fhir:v "carin_bluebutton_endpoint" ] ;
fhir:display [ fhir:v "CARIN Bluebutton Endpoint" ] ;
fhir:definition [ fhir:v "The 'base' for the endpoints used to query for Blue Button conformant data." ] ] )
] ) . #
IG © 2019+ HL7 International / Clinical Interoperability Council. Package hl7.fhir.us.davinci-hrex#1.1.0 based on FHIR 4.0.1. Generated 2024-11-13
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change