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

: xyz-payer - TTL Representation

Page standards status: Informative

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:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "xyz-payer"] ; # 
  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 xyz-payer</b></p><a name=\"xyz-payer\"> </a><a name=\"hcxyz-payer\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-Identity-HL7-Person-Identifier.html\" title=\"Digital Identifier to assist in patient matching.\">HL7PersonIdentifier</a>/666666</p><p><b>name</b>: XYZ Insurance</p><p><b>alias</b>: XYZ</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: <a href=\"tel:+15552343523\">+1 555 234 3523</a>, <a href=\"mailto:info@xyz-payer.org\">info@xyz-payer.org</a></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "666666" ]
  ] ) ; # 
  fhir:name [ fhir:v "XYZ Insurance"] ; # 
  fhir:alias ( [ fhir:v "XYZ"] ) ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1 555 234 3523" ] ;
fhir:use [ fhir:v "work" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@xyz-payer.org" ] ;
fhir:use [ fhir:v "work" ]     ] )
  ] ) . #