Da Vinci Payer Data Exchange 2.1.0 - STU 2.1
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 "example-pdex-member-no-match-group"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2024-03-20T09:00:00.000Z"^^xsd:dateTime ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-no-match-group"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-no-match-group> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Default Generated text for resource.</div>"^^rdf:XMLLiteral ] ; # fhir:contained ( [ a fhir:Patient ; fhir:id [ fhir:v "3" ] ; ( fhir:identifier [ fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MB" ] ] ) ] ; fhir:system [ fhir:v "http://example.org/old-payer/identifiers/member"^^xsd:anyURI ] ; fhir:value [ fhir:v "45567" ] ; fhir:assigner [ fhir:display [ fhir:v "Old Payer" ] ] ] ) ; ( fhir:name [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Jones" ] ; ( fhir:given [ fhir:v "Adam" ] [ fhir:v "Jacob" ] ) ] ) ; fhir:gender [ fhir:v "male" ] ; fhir:birthDate [ fhir:v "1957-12-25"^^xsd:date ] ] ) ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "0123456789" ] ] ) ; # fhir:type [ fhir:v "person"] ; # fhir:actual [ fhir:v true] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pdex/CodeSystem/PdexMultiMemberMatchResultCS"^^xsd:anyURI ] ; fhir:code [ fhir:v "nomatch" ] ; fhir:display [ fhir:v "Not Matched" ] ] ) ] ; # fhir:managingEntity [ fhir:identifier [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ; fhir:value [ fhir:v "9876543210" ] ] ; fhir:display [ fhir:v "Old Health Plan" ] ] ; # fhir:member ( [ fhir:entity [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "#3" ] ] ] ) ; fhir:reference [ fhir:v "#3" ] ] ] ) . #