Interoperable Digital Identity and Patient Matching
2.0.0-ballot - STU2 Ballot United States of America flag

Interoperable Digital Identity and Patient Matching, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-identity-matching-ig/ and changes regularly. See the Directory of published versions

: IDIMatchOutputParameters-Example - TTL Representation

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:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "IDIMatchOutputParameters-Example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-output-parameters"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-output-parameters>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "IDIMatchBundle" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Bundle ;
fhir:id [ fhir:v "MATCHOperationResponse" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-bundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-bundle>         ] )       ] ;
fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:c3c6f1c5-3072-439e-a8ef-ba6a57ae3aa5" ] ;
fhir:assigner [
fhir:link <http://example.org/Organization/OrgExample> ;
fhir:reference [ fhir:v "http://example.org/Organization/OrgExample" ]         ]       ] ;
fhir:type [ fhir:v "searchset" ] ;
      ( fhir:link [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "http://example.org/Bundle/MATCHOperationResponse"^^xsd:anyURI ]       ] ) ;
      ( fhir:entry [
fhir:fullUrl [ fhir:v "https://example.com/base/Organization/OrgExample"^^xsd:anyURI ] ;
        ( fhir:resource <https://example.com/base/Organization/OrgExample> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ]         ]       ] [
fhir:fullUrl [ fhir:v "https://example.com/base/Patient/PatExample"^^xsd:anyURI ] ;
        ( fhir:resource <https://example.com/base/Patient/PatExample> ) ;
fhir:search [
fhir:mode [ fhir:v "match" ]         ]       ] )     ] )
  ] ) . # 

<https://example.com/base/Organization/OrgExample> a fhir:Organization ;
  fhir:id [ fhir:v "OrgExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Insurance Company</b></p><a name=\"OrgExample\"/><p><b>name</b>: Insurance Company</p><p><b>address</b>: 688 Asylum Street Hartford CT 06155</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pay" ] ;
fhir:display [ fhir:v "Payer" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "Insurance Company"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "860-547-5001" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "688 Asylum Street" ] ) ;
fhir:city [ fhir:v "Hartford" ] ;
fhir:state [ fhir:v "CT" ] ;
fhir:postalCode [ fhir:v "06155" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . # 

<https://example.com/base/Patient/PatExample> a fhir:Patient ;
  fhir:id [ fhir:v "PatExample"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-07-07T13:26:22.0314215+00:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Person PatExample</b></p><a name=\"PatExample\"/><p><b>name</b>: Johnny Beegood (Official)</p><p><b>birthDate</b>: 1986-05-01</p><p><b>address</b>: 123 Main Street Pittsburgh PA 12519 (physical)</p></div>"^^rdf:XMLLiteral
  ] ; # 
  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://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234-234-1243-12345678901" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
fhir:family [ fhir:v "Beegood" ] ;
    ( fhir:given [ fhir:v "Johnny" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1986-05-01"^^xsd:date] ; # 
  fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "123 Main Street" ] ) ;
fhir:city [ fhir:v "Pittsburgh" ] ;
fhir:state [ fhir:v "PA" ] ;
fhir:postalCode [ fhir:v "12519" ]
  ] ) . #