This page is part of the Da Vinci Health Record Exchange (v0.2.0: STU1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "hrex-temp"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp 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\">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></tr><tr><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></tr><tr><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></tr><tr><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></tr><tr><td style=\"white-space:nowrap\">UMB<a name=\"hrex-temp-UMB\"> </a></td><td>Member Number</td><td>A payer's unique member identifier</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp"]; fhir:CodeSystem.version [ fhir:value "0.2.0"]; fhir:CodeSystem.name [ fhir:value "HRexTempCodes"]; fhir:CodeSystem.title [ fhir:value "HRex Temporary Code System"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.date [ fhir:value "2020-08-09T15:38:40+00:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "HL7 International - Clinical Interoperability Council"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cic" ] ] ]; fhir:CodeSystem.description [ fhir:value "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:CodeSystem.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ]; fhir:Coding.code [ fhir:value "US" ] ] ]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "data-request" ]; fhir:CodeSystem.concept.display [ fhir:value "data request task" ]; fhir:CodeSystem.concept.definition [ fhir:value "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:index 1; fhir:CodeSystem.concept.code [ fhir:value "data-query" ]; fhir:CodeSystem.concept.display [ fhir:value "data query input" ]; fhir:CodeSystem.concept.definition [ fhir:value "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:index 2; fhir:CodeSystem.concept.code [ fhir:value "data-code" ]; fhir:CodeSystem.concept.display [ fhir:value "data code input" ]; fhir:CodeSystem.concept.definition [ fhir:value "A code for a document or otherwise describing the characteristics of the information requested" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "data-value" ]; fhir:CodeSystem.concept.display [ fhir:value "data values output" ]; fhir:CodeSystem.concept.definition [ fhir:value "The result of a data request" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "UMB" ]; fhir:CodeSystem.concept.display [ fhir:value "Member Number" ]; fhir:CodeSystem.concept.definition [ fhir:value "A payer's unique member identifier" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.