This page is part of the Da Vinci Health Record Exchange (v0.2.0: STU1 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
@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:Parameters; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "member-match-out"]; fhir:Parameters.parameter [ fhir:index 0; fhir:Parameters.parameter.name [ fhir:value "MemberPatient" ]; fhir:Parameters.parameter.resource [ a fhir:Patient; fhir:Resource.id [ fhir:value "1" ]; fhir:Patient.identifier [ fhir:index 0; 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 "MB" ] ] ]; fhir:Identifier.system [ fhir:value "http://example.org/old-payer/identifiers/member" ]; fhir:Identifier.value [ fhir:value "55678" ]; fhir:Identifier.assigner [ fhir:Reference.display [ fhir:value "Old Payer" ] ] ], [ fhir:index 1; fhir:Identifier.use [ fhir:value "usual" ]; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp" ]; fhir:Coding.code [ fhir:value "UMB" ]; fhir:Coding.display [ fhir:value "Member Number" ]; fhir:Coding.userSelected [ fhir:value "false"^^xsd:boolean ] ]; fhir:CodeableConcept.text [ fhir:value "Member Number" ] ]; fhir:Identifier.system [ fhir:value "https://example.org/old-payer/diamond-health-ppo/uniquemember" ]; fhir:Identifier.value [ fhir:value "dhu-10102" ] ]; fhir:Patient.name [ fhir:index 0; fhir:HumanName.use [ fhir:value "official" ]; fhir:HumanName.family [ fhir:value "Person" ]; fhir:HumanName.given [ fhir:value "Patricia"; fhir:index 0 ], [ fhir:value "Ann"; fhir:index 1 ] ]; fhir:Patient.gender [ fhir:value "female" ]; fhir:Patient.birthDate [ fhir:value "1974-12-25"^^xsd:date ] ] ], [ fhir:index 1; fhir:Parameters.parameter.name [ fhir:value "NewCoverage" ]; fhir:Parameters.parameter.resource [ a fhir:Coverage; fhir:Resource.id [ fhir:value "AA87654" ]; fhir:DomainResource.contained [ a fhir:Organization; fhir:index 0; fhir:Resource.id [ fhir:value "payer" ]; fhir:Organization.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://hl7.org/fhir/sid/us-npi" ]; fhir:Identifier.value [ fhir:value "0123456789" ] ]; fhir:Organization.active [ fhir:value "true"^^xsd:boolean ]; fhir:Organization.name [ fhir:value "New Health Plan" ]; fhir:Organization.endpoint [ fhir:index 0; fhir:link <http://example.org/new-payer/fhir>; fhir:Reference.reference [ fhir:value "http://example.org/new-payer/fhir" ] ] ]; fhir:Coverage.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://example.org/new-payer/identifiers/coverage" ]; fhir:Identifier.value [ fhir:value "234567" ] ]; fhir:Coverage.status [ fhir:value "active" ]; fhir:Coverage.beneficiary [ fhir:Reference.reference [ fhir:value "Patient/1" ] ]; fhir:Coverage.period [ fhir:Period.start [ fhir:value "2020-04-01"^^xsd:date ]; fhir:Period.end [ fhir:value "2021-03-31"^^xsd:date ] ]; fhir:Coverage.payor [ fhir:index 0; fhir:Reference.reference [ fhir:value "#payer" ] ]; fhir:Coverage.class [ fhir:index 0; fhir:Coverage.class.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ]; fhir:Coding.code [ fhir:value "group" ] ] ]; fhir:Coverage.class.value [ fhir:value "A55521" ]; fhir:Coverage.class.name [ fhir:value "New Health Plan Group" ] ], [ fhir:index 1; fhir:Coverage.class.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ]; fhir:Coding.code [ fhir:value "subgroup" ] ] ]; fhir:Coverage.class.value [ fhir:value "456" ] ], [ fhir:index 2; fhir:Coverage.class.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ]; fhir:Coding.code [ fhir:value "plan" ] ] ]; fhir:Coverage.class.value [ fhir:value "99012" ] ], [ fhir:index 3; fhir:Coverage.class.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ]; fhir:Coding.code [ fhir:value "subplan" ] ] ]; fhir:Coverage.class.value [ fhir:value "A4" ] ], [ fhir:index 4; fhir:Coverage.class.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-class" ]; fhir:Coding.code [ fhir:value "class" ] ] ]; fhir:Coverage.class.value [ fhir:value "GOLD" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.