FastAccessControl, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.2.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/awatson1978/fhir-access-control-ig/ and changes regularly. See the Directory of published versions
: PayorToPayorExchangePolicyCodes - 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 "PayorToPayorExchangePolicyCodes"] ; #
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 PayorToPayorExchangePolicyCodes</b></p><a name=\"PayorToPayorExchangePolicyCodes\"> </a><a name=\"hcPayorToPayorExchangePolicyCodes\"> </a><a name=\"PayorToPayorExchangePolicyCodes-en-US\"> </a><p>This code system <code>https://gitlab.mitre.org/awatson/fast-access-control/CodeSystem/PayorToPayorExchangePolicyCodes</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\">CMS-9115-P<a name=\"PayorToPayorExchangePolicyCodes-CMS-9115-P\"> </a></td><td>CMS Interoperability and Patient Access proposed rule</td></tr><tr><td style=\"white-space:nowrap\">CMS-9115-F<a name=\"PayorToPayorExchangePolicyCodes-CMS-9115-F\"> </a></td><td>CMS Interoperability and Patient Access final rule</td></tr><tr><td style=\"white-space:nowrap\">CMS-9123-P<a name=\"PayorToPayorExchangePolicyCodes-CMS-9123-P\"> </a></td><td>CMS Reducing Provider and Patient Burdern proposed rule</td></tr><tr><td style=\"white-space:nowrap\">CMS-9123-F<a name=\"PayorToPayorExchangePolicyCodes-CMS-9123-F\"> </a></td><td>CMS Reducing Provider and Patient Burdern final rule</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://gitlab.mitre.org/awatson/fast-access-control/CodeSystem/PayorToPayorExchangePolicyCodes"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.2"] ; #
fhir:name [ fhir:v "PayorToPayorExchangePolicyCodes"] ; #
fhir:title [ fhir:v "PayorToPayorExchangePolicyCodes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-09-11T21:30:21+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "MITRE"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MITRE" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.mitre.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Policy codes used to define legal frameworks under which consent exchange occurs between payors."] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "CMS-9115-P" ] ;
fhir:display [ fhir:v "CMS Interoperability and Patient Access proposed rule" ]
] [
fhir:code [ fhir:v "CMS-9115-F" ] ;
fhir:display [ fhir:v "CMS Interoperability and Patient Access final rule" ]
] [
fhir:code [ fhir:v "CMS-9123-P" ] ;
fhir:display [ fhir:v "CMS Reducing Provider and Patient Burdern proposed rule" ]
] [
fhir:code [ fhir:v "CMS-9123-F" ] ;
fhir:display [ fhir:v "CMS Reducing Provider and Patient Burdern final rule" ]
] ) . #