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

: IDIMatchInputParameters-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 "IDIMatchInputParameters-Example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-input-parameters"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/identity-matching/StructureDefinition/idi-match-input-parameters>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "IDIPatient" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Patient ;
fhir:id [ fhir:v "ExamplePatientL2" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L2"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient-L2>         ] )       ] ;
fhir:language [ fhir:v "en-US" ] ;
      ( fhir:identifier [
fhir:type [
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DL" ]           ] )         ] ;
fhir:system [ fhir:v "http://terminology.hl7.org/NamingSystem/NorthCarolinaDLN"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3955-56122846" ] ;
fhir:assigner [
fhir:display [ fhir:v "North Carolina" ]         ]       ] [
fhir:type [
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PN" ]           ] )         ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "0000-000-0000-00000000000" ]       ] ) ;
fhir:active [ fhir:v true ] ;
      ( fhir:name [
fhir:family [ fhir:v "Cheze" ] ;
        ( fhir:given [ fhir:v "Teddy" ] )       ] ) ;
      ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "726-999-1990" ] ;
fhir:use [ fhir:v "mobile" ]       ] ) ;
fhir:gender [ fhir:v "male" ] ;
fhir:birthDate [ fhir:v "1980-05-05"^^xsd:date ] ;
      ( fhir:address [
fhir:type [ fhir:v "physical" ] ;
        ( fhir:line [ fhir:v "123 High Street" ] ) ;
fhir:city [ fhir:v "Raleigh" ] ;
fhir:state [ fhir:v "NC" ] ;
fhir:postalCode [ fhir:v "27513" ]       ] ) ;
fhir:maritalStatus [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UNK" ]         ] )       ]     ] )
  ] ) . #