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-in"]; 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: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 "OldCoverage" ]; fhir:Parameters.parameter.resource [ a fhir:Coverage; fhir:Resource.id [ fhir:value "9876B1" ]; 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 "9876543210" ] ]; fhir:Organization.active [ fhir:value "true"^^xsd:boolean ]; fhir:Organization.name [ fhir:value "Old Health Plan" ]; fhir:Organization.endpoint [ fhir:index 0; fhir:link <http://example.org/old-payer/fhir>; fhir:Reference.reference [ fhir:value "http://example.org/old-payer/fhir" ] ] ]; fhir:Coverage.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://example.org/old-payer" ]; fhir:Identifier.value [ fhir:value "DH10001235" ] ]; fhir:Coverage.status [ fhir:value "draft" ]; fhir:Coverage.beneficiary [ fhir:Reference.reference [ fhir:value "Patient/1" ] ]; fhir:Coverage.period [ fhir:Period.start [ fhir:value "2011-05-23"^^xsd:date ]; fhir:Period.end [ fhir:value "2012-05-23"^^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 "CB135" ] ], [ 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 "plan" ] ] ]; fhir:Coverage.class.value [ fhir:value "B37FC" ] ], [ 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 "subplan" ] ] ]; fhir:Coverage.class.value [ fhir:value "P7" ] ], [ 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 "class" ] ] ]; fhir:Coverage.class.value [ fhir:value "SILVER" ] ] ] ], [ fhir:index 2; 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.payor [ fhir:index 0; fhir:Reference.reference [ fhir:value "#payer" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.