Active as of 2024-12-23 |
@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 "RCE-Purpose"] ; #
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 RCE-Purpose</b></p><a name=\"RCE-Purpose\"> </a><a name=\"hcRCE-Purpose\"> </a><a name=\"RCE-Purpose-en-US\"> </a><p>This case-sensitive code system <code>https://sequoiaproject.org/fhir/sphd/CodeSystem/RCE-Purpose</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">T-TREAT<a name=\"RCE-Purpose-T-TREAT\"> </a></td><td>Treatment</td></tr><tr><td style=\"white-space:nowrap\">T-TRTMNT<a name=\"RCE-Purpose-T-TRTMNT\"> </a></td><td>TEFCA Required Treatment</td></tr><tr><td style=\"white-space:nowrap\">T-PYMNT<a name=\"RCE-Purpose-T-PYMNT\"> </a></td><td>Payment</td></tr><tr><td style=\"white-space:nowrap\">T-HCO<a name=\"RCE-Purpose-T-HCO\"> </a></td><td>Health Care Operations</td></tr><tr><td style=\"white-space:nowrap\">T-PH<a name=\"RCE-Purpose-T-PH\"> </a></td><td>Public Health</td></tr><tr><td style=\"white-space:nowrap\">T-IAS<a name=\"RCE-Purpose-T-IAS\"> </a></td><td>Individual Access Services</td></tr><tr><td style=\"white-space:nowrap\">T-GOVDTRM<a name=\"RCE-Purpose-T-GOVDTRM\"> </a></td><td>Government Benefits Determination</td></tr><tr><td style=\"white-space:nowrap\">T-PH-ECR<a name=\"RCE-Purpose-T-PH-ECR\"> </a></td><td>Electronic Case Reporting</td></tr><tr><td style=\"white-space:nowrap\">T-PH-ELR<a name=\"RCE-Purpose-T-PH-ELR\"> </a></td><td>Electronic Lab Reporting</td></tr><tr><td style=\"white-space:nowrap\">T-HCO-CC<a name=\"RCE-Purpose-T-HCO-CC\"> </a></td><td>Care Coordination/Case Management</td></tr><tr><td style=\"white-space:nowrap\">T-HCO-HED<a name=\"RCE-Purpose-T-HCO-HED\"> </a></td><td>HEDIS Reporting</td></tr><tr><td style=\"white-space:nowrap\">T-HCO-QM<a name=\"RCE-Purpose-T-HCO-QM\"> </a></td><td>Quality Measure Reporting</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/CodeSystem/RCE-Purpose"^^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.3.7204.1.5.2.1" ]
] ) ; #
fhir:version [ fhir:v "1.2.0"] ; #
fhir:name [ fhir:v "RCEPurpose"] ; #
fhir:title [ fhir:v "RCE Purpose"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-12-23T16:26:05-05:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "The Sequoia Project"] ; #
fhir:contact ( [
fhir:name [ fhir:v "The Sequoia Project" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://sequoiaproject.org/" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes used for the RCE implementation of the PurposesOfUse extension. Each code is used as defined in the Common Agreement, QHIN Technical Framework, Exchange Purposes SOP, and any other applicable Exchange Purpose Implementation SOP."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "12"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "T-TREAT" ] ;
fhir:display [ fhir:v "Treatment" ]
] [
fhir:code [ fhir:v "T-TRTMNT" ] ;
fhir:display [ fhir:v "TEFCA Required Treatment" ]
] [
fhir:code [ fhir:v "T-PYMNT" ] ;
fhir:display [ fhir:v "Payment" ]
] [
fhir:code [ fhir:v "T-HCO" ] ;
fhir:display [ fhir:v "Health Care Operations" ]
] [
fhir:code [ fhir:v "T-PH" ] ;
fhir:display [ fhir:v "Public Health" ]
] [
fhir:code [ fhir:v "T-IAS" ] ;
fhir:display [ fhir:v "Individual Access Services" ]
] [
fhir:code [ fhir:v "T-GOVDTRM" ] ;
fhir:display [ fhir:v "Government Benefits Determination" ]
] [
fhir:code [ fhir:v "T-PH-ECR" ] ;
fhir:display [ fhir:v "Electronic Case Reporting" ]
] [
fhir:code [ fhir:v "T-PH-ELR" ] ;
fhir:display [ fhir:v "Electronic Lab Reporting" ]
] [
fhir:code [ fhir:v "T-HCO-CC" ] ;
fhir:display [ fhir:v "Care Coordination/Case Management" ]
] [
fhir:code [ fhir:v "T-HCO-HED" ] ;
fhir:display [ fhir:v "HEDIS Reporting" ]
] [
fhir:code [ fhir:v "T-HCO-QM" ] ;
fhir:display [ fhir:v "Quality Measure Reporting" ]
] ) . #
IG © 2024+ The Sequoia Project. Package sequoia.fhir.us.sphd#1.2.0 based on FHIR 4.0.1. Generated 2024-12-23
Links: Table of Contents |
QA Report