This page is part of the Da Vinci Health Record Exchange (v1.1.0-ballot: STU 1.1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes 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:id [ fhir:v "member-match-in"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-in"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-in> ] )
] ; #
fhir:parameter ( [
fhir:name [ fhir:v "MemberPatient" ] ;
( fhir:Parameters.parameter.resource [
a fhir:Patient ;
fhir:id [ fhir:v "1" ] ;
( fhir:name [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Person" ] ;
( fhir:given [ fhir:v "Patricia" ] [ fhir:v "Ann" ] ) ] ) ;
fhir:gender [ fhir:v "female" ] ;
fhir:birthDate [ fhir:v "1974-12-25"^^xsd:date ] ] )
] [
fhir:name [ fhir:v "CoverageToMatch" ] ;
( fhir:Parameters.parameter.resource [
a fhir:Coverage ;
fhir:id [ fhir:v "9876B1" ] ;
( 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"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DH10001235" ] ] ) ;
fhir:status [ fhir:v "draft" ] ;
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/1" ] ] ;
fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unknown" ] ] ) ] ;
fhir:period [
fhir:start [ fhir:v "2011-05-23"^^xsd:date ] ;
fhir:end [ fhir:v "2012-05-23"^^xsd:date ] ] ;
( fhir:payor [
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:class [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "group" ] ] ) ] ;
fhir:value [ fhir:v "CB135" ] ] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "plan" ] ] ) ] ;
fhir:value [ fhir:v "B37FC" ] ] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "subplan" ] ] ) ] ;
fhir:value [ fhir:v "P7" ] ] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "class" ] ] ) ] ;
fhir:value [ fhir:v "SILVER" ] ] ) ] )
] [
fhir:name [ fhir:v "CoverageToLink" ] ;
( fhir:Parameters.parameter.resource [
a fhir:Coverage ;
fhir:id [ fhir:v "AA87654" ] ;
( 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/new-payer/identifiers/coverage"^^xsd:anyURI ] ;
fhir:value [ fhir:v "234567" ] ] ) ;
fhir:status [ fhir:v "active" ] ;
fhir:beneficiary [
fhir:link <https://hl7.org/fhir/us/core/STU6.1/Patient/example> ;
fhir:reference [ fhir:v "https://hl7.org/fhir/us/core/STU6.1/Patient/example" ] ] ;
fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "unknown" ] ] ) ] ;
( fhir:payor [
fhir:identifier [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0123456789" ] ] ;
fhir:display [ fhir:v "New Health Plan" ] ] ) ] )
] [
fhir:name [ fhir:v "Consent" ] ;
( fhir:Parameters.parameter.resource [
a fhir:Consent ;
fhir:status [ fhir:v "active" ] ;
fhir:scope [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient-privacy" ] ] ) ] ;
( fhir:category [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IDSCL" ] ] ) ] ) ;
fhir:patient [
fhir:link <http://hl7.org/fhir/us/core/STU6.1/Patient/example> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/us/core/STU6.1/Patient/example" ] ] ;
( fhir:performer [
fhir:link <http://hl7.org/fhir/us/core/STU6.1/Patient/example> ;
fhir:reference [ fhir:v "http://hl7.org/fhir/us/core/STU6.1/Patient/example" ] ] ) ;
fhir:source [
a fhir:Reference ;
fhir:link <http://example.org/DocumentReference/someconsent> ;
fhir:reference [ fhir:v "http://example.org/DocumentReference/someconsent" ] ] ;
( fhir:policy [
fhir:uri [ fhir:v "http://hl7.org/fhir/us/davinci-hrex/StructureDefinition-hrex-consent.html#regular"^^xsd:anyURI ] ] ) ;
fhir:provision [
fhir:type [ fhir:v "permit" ] ;
fhir:period [
fhir:start [ fhir:v "2022-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2022-01-31"^^xsd:date ] ] ;
( fhir:actor [
fhir:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/provenance-participant-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "performer" ] ] ) ] ;
fhir:reference [
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:role [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IRCP" ] ] ) ] ;
fhir:reference [
fhir:identifier [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0123456789" ] ] ;
fhir:display [ fhir:v "New Health Plan" ] ] ] ) ;
( fhir:action [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentaction"^^xsd:anyURI ] ;
fhir:code [ fhir:v "disclose" ] ] ) ] ) ] ] )
] ) . #
<http://hl7.org/fhir/us/core/STU6.1/Patient/example> a fhir:us .
IG © 2019+ HL7 International / Clinical Interoperability Council. Package hl7.fhir.us.davinci-hrex#1.1.0-ballot based on FHIR 4.0.1. Generated 2024-08-13
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change