Interoperable Digital Identity and Patient Matching
2.0.0 - STU 2 United States of America flag

Interoperable Digital Identity and Patient Matching - Downloaded Version 2.0.0 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:l <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 "ExamplePatient" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/identity-matching/StructureDefinition/IDI-Patient>         ] )       ] ;
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:l <http://terminology.hl7.org/CodeSystem/v2-0203>             ] ;
fhir:code [ fhir:v "MB" ]           ] )         ] ;
fhir:system [
fhir:v "http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/identity-matching/ns/HL7PersonIdentifier>         ] ;
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:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "301-555-2112" ] ;
fhir:use [ fhir:v "mobile" ]       ] ) ;
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" ]       ] ) ;
fhir:maritalStatus [
        ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-NullFlavor>           ] ;
fhir:code [ fhir:v "UNK" ]         ] )       ]     ] )
  ] [
fhir:name [ fhir:v "onlySingleMatch" ] ;
fhir:value [
a fhir:Boolean ;
fhir:v true     ]
  ] ) . #