This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). 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 "atr-changetype"];
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-atr/CodeSystem/atr-changetype 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\">new<a name=\"atr-changetype-new\"> </a></td><td>Member has been added to the Member Attribution List newly.</td><td>New Member has been added to the Member Attribution List</td></tr><tr><td style=\"white-space:nowrap\">dropped<a name=\"atr-changetype-dropped\"> </a></td><td>Member has been dropped from the Member Attribution List</td><td>Member has been dropped from the Member Attribution List</td></tr><tr><td style=\"white-space:nowrap\">changed<a name=\"atr-changetype-changed\"> </a></td><td>Member information has changed</td><td>Member information has been changed from the last version of the Member Attribution List</td></tr><tr><td style=\"white-space:nowrap\">nochange<a name=\"atr-changetype-nochange\"> </a></td><td>Member Information has not changed.</td><td>Member information is same as the information in the last version of the Member Attribution List</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"atr-changetype-cancelled\"> </a></td><td>Member Information has been cancelled as it was added in error.</td><td>Member information is cancelled from the attribution list as it was added errorneously in the previous version.</td></tr></table></div>"
];
fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/davinci-atr/CodeSystem/atr-changetype"];
fhir:CodeSystem.version [ fhir:value "1.0.0"];
fhir:CodeSystem.name [ fhir:value "DaVinciAtrChangeTypeCodes"];
fhir:CodeSystem.title [ fhir:value "Davinci ATR Change Type Codes"];
fhir:CodeSystem.status [ fhir:value "active"];
fhir:CodeSystem.date [ fhir:value "2020-09-06"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "HL7 International - Financial Management Work Group"];
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/fm" ] ]
];
fhir:CodeSystem.description [ fhir:value "The Da Vinci Change Type CodeSystem is a 'starter set' of codes supported for identifying changes in member attribution list."];
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.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.valueSet [
fhir:value "http://hl7.org/fhir/us/davinci-atr/ValueSet/atr-changetype";
fhir:link <http://hl7.org/fhir/us/davinci-atr/ValueSet/atr-changetype>
];
fhir:CodeSystem.content [ fhir:value "complete"];
fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger];
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "new" ];
fhir:CodeSystem.concept.display [ fhir:value "Member has been added to the Member Attribution List newly." ];
fhir:CodeSystem.concept.definition [ fhir:value "New Member has been added to the Member Attribution List" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "dropped" ];
fhir:CodeSystem.concept.display [ fhir:value "Member has been dropped from the Member Attribution List" ];
fhir:CodeSystem.concept.definition [ fhir:value "Member has been dropped from the Member Attribution List" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "changed" ];
fhir:CodeSystem.concept.display [ fhir:value "Member information has changed" ];
fhir:CodeSystem.concept.definition [ fhir:value "Member information has been changed from the last version of the Member Attribution List" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "nochange" ];
fhir:CodeSystem.concept.display [ fhir:value "Member Information has not changed." ];
fhir:CodeSystem.concept.definition [ fhir:value "Member information is same as the information in the last version of the Member Attribution List" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "cancelled" ];
fhir:CodeSystem.concept.display [ fhir:value "Member Information has been cancelled as it was added in error." ];
fhir:CodeSystem.concept.definition [ fhir:value "Member information is cancelled from the attribution list as it was added errorneously in the previous version." ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.