Da Vinci - Member Attribution (ATR) List 2.1.0 - STU 2.1.0
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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:id [ fhir:v "davincipatientlistexample"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2019-06-06T03:04:12.348-04:00"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/davinci-patient-list"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/davinci-atr/StructureDefinition/davinci-patient-list> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"> \n <p>Patients in the patient list</p> \n <ul> \n <li>Patient Dominique Ledner</li> \n <li>Patient Cole Emilie</li> \n <li>Patient Erdman Malcolm</li> \n </ul> \n </div>"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/atr-intended-recipient-identifier-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Identifier ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "9941339108" ] ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:type [ fhir:v "person"] ; # fhir:actual [ fhir:v true] ; # fhir:name [ fhir:v "Patient List Group"] ; # fhir:managingEntity [ fhir:reference [ fhir:v "Organization/1" ] ; fhir:display [ fhir:v "Healthcare Payer organization" ] ] ; # fhir:characteristic ( [ fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-atr/CodeSystem/davinci-group-characteristic-codes"^^xsd:anyURI ] ; fhir:code [ fhir:v "attributed-to" ] ; fhir:display [ fhir:v "Attributed to a specific Provider, Organization etc." ] ] ) ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Practitioner/1" ] ] ; fhir:exclude [ fhir:v true ] ] ) ; # fhir:member ( [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-atr/StructureDefinition/atr-any-resource-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "Coverage/1" ] ] ] ) ; fhir:entity [ fhir:reference [ fhir:v "Patient/1" ] ] ; fhir:period [ fhir:start [ fhir:v "2014-10-08"^^xsd:date ] ; fhir:end [ fhir:v "2020-10-08"^^xsd:date ] ] ; fhir:inactive [ fhir:v false ] ] [ fhir:entity [ fhir:reference [ fhir:v "Patient/2" ] ] ; fhir:period [ fhir:start [ fhir:v "2015-04-02"^^xsd:date ] ; fhir:end [ fhir:v "2021-12-12"^^xsd:date ] ] ; fhir:inactive [ fhir:v false ] ] [ fhir:entity [ fhir:reference [ fhir:v "Patient/3" ] ] ; fhir:period [ fhir:start [ fhir:v "2016-09-02"^^xsd:date ] ; fhir:end [ fhir:v "2022-05-10"^^xsd:date ] ] ; fhir:inactive [ fhir:v false ] ] ) . #