Da Vinci - Member Attribution (ATR) List
2.0.0 - STU 2.0.0 United States of America flag

Da Vinci - Member Attribution (ATR) List, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-atr/ and changes regularly. See the Directory of published versions

: DaVinci Attribution List Status Codes - TTL Representation

Active as of 2020-09-06

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 "atr-attribution-list-status"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2022-08-04T15:52:33.158+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#3Te0anOrvocKgcow"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/davinci-atr/CodeSystem/atr-attribution-list-status</code> 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\">draft<a name=\"atr-attribution-list-status-draft\"> </a></td><td>The Attribution List is still in a draft form.</td><td>The Attribution List has not yet been finalized between a Prodcuer and a Consumer and reconciliation functions member-add and member-remove are allowed on the attribution list instance.</td></tr><tr><td style=\"white-space:nowrap\">final<a name=\"atr-attribution-list-status-final\"> </a></td><td>The Attribution List is still in a final form.</td><td>The Attribution List is has been finalized between a Producer and a Consumer and reconciliation functions member-add and member-remove are not allowed on the attribution list instance.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "fm" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-atr/CodeSystem/atr-attribution-list-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "DaVinciAttributionListStatus"] ; # 
  fhir:title [ fhir:v "DaVinci Attribution List Status Codes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-09-06"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Financial Management"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fm" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The DaVinci Attribution List Status CodeSystem is a 'starter set' of codes supported for identifying the status of the member attribution list."] ; # 
  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:valueSet [
fhir:v "http://hl7.org/fhir/us/davinci-atr/ValueSet/atr-attribution-list-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-atr/ValueSet/atr-attribution-list-status>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "draft" ] ;
fhir:display [ fhir:v "The Attribution List is still in a draft form." ] ;
fhir:definition [ fhir:v "The Attribution List has not yet been finalized between a Prodcuer and a Consumer and reconciliation functions member-add and member-remove are allowed on the attribution list instance." ]
  ] [
fhir:code [ fhir:v "final" ] ;
fhir:display [ fhir:v "The Attribution List is still in a final form." ] ;
fhir:definition [ fhir:v "The Attribution List is has been finalized between a Producer and a Consumer and reconciliation functions member-add and member-remove are not allowed on the attribution list instance." ]
  ] ) . #