Da Vinci - Risk Based Contracts Member Attribution (ATR) List
0.1.0 - STU1 Ballot

This page is part of the Risk Based Contracts Member Attribution List FHIR IG (v0.1.0: STU 1 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

- TTL Representation

(back to description)

Raw ttl

Source view

@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:Group;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "MemberAttributionListExample"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ];
     fhir:Meta.lastUpdated [ fhir:value "2015-02-07T13:28:17.239+05:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "additional" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p> <b> Member Attribution List Group Example : </b>Patients attributed to Provider Organization based on a specific risk based contract</p> \n    </div>"
  ];
  fhir:Group.identifier [
     fhir:index 0;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "NPI" ];
         fhir:Coding.display [ fhir:value "National provider identifier" ]       ]     ];
     fhir:Identifier.system [ fhir:value "http://hl7.org.fhir/sid/us-npi" ];
     fhir:Identifier.value [ fhir:value "1003802679" ]
  ], [
     fhir:index 1;
     fhir:Identifier.use [ fhir:value "official" ];
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "TAX" ];
         fhir:Coding.display [ fhir:value "Tax Id Number" ]       ]     ];
     fhir:Identifier.system [ fhir:value "http://www.irs.gov/" ];
     fhir:Identifier.value [ fhir:value "12-1234567" ]
  ];
  fhir:Group.active [ fhir:value "true"^^xsd:boolean];
  fhir:Group.type [ fhir:value "person"];
  fhir:Group.actual [ fhir:value "true"^^xsd:boolean];
  fhir:Group.name [ fhir:value "Member Attribution List for Contract InsurancePlan/SampleContract"];
  fhir:Group.managingEntity [
     fhir:Reference.reference [ fhir:value "Organization/CambiaPayer" ]
  ];
  fhir:Group.characteristic [
     fhir:index 0;
     fhir:Group.characteristic.code [
       fhir:CodeableConcept.text [ fhir:value "Members Attributed based on Contract" ]     ];
     fhir:Group.characteristic.valueReference [
       fhir:Reference.reference [ fhir:value "InsurancePlan/SampleContract" ]     ];
     fhir:Group.characteristic.exclude [ fhir:value "false"^^xsd:boolean ]
  ];
  fhir:Group.member [
     fhir:index 0;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-changeType" ];
       fhir:Extension.valueCode [ fhir:value "new" ]     ];
     fhir:Group.member.entity [
       fhir:Reference.reference [ fhir:value "Patient/pat1" ]     ];
     fhir:Group.member.period [
       fhir:Period.start [ fhir:value "2020-01-01"^^xsd:date ];
       fhir:Period.end [ fhir:value "2020-12-31"^^xsd:date ]     ]
  ], [
     fhir:index 1;
     fhir:Element.extension [
       fhir:index 0;
       fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/ext-changeType" ];
       fhir:Extension.valueCode [ fhir:value "nochange" ]     ];
     fhir:Group.member.entity [
       fhir:Reference.reference [ fhir:value "Patient/pat2" ]     ];
     fhir:Group.member.period [
       fhir:Period.start [ fhir:value "2020-01-01"^^xsd:date ];
       fhir:Period.end [ fhir:value "2020-12-31"^^xsd:date ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.