Patient Demographics Query for Mobile (PDQm)
3.2.0 - Trial-Implementation International flag

Patient Demographics Query for Mobile (PDQm), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 3.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.PDQm/ and changes regularly. See the Directory of published versions

: Example $match Output Bundle - 2 Patients - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/Bundle/ex-match-output-multiple> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ex-match-output-multiple"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.MatchParametersOut" ;
       fhir:index 0 ;
       fhir:link <https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.MatchParametersOut>
     ] ;
     fhir:Meta.security [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ] ;
       fhir:Coding.code [ fhir:value "HTEST" ]
     ]
  ] ;
  fhir:Bundle.type [ fhir:value "searchset"] ;
  fhir:Bundle.total [ fhir:value "2"^^xsd:nonNegativeInteger] ;
  fhir:Bundle.link [
     fhir:index 0 ;
     fhir:Bundle.link.relation [ fhir:value "self" ] ;
     fhir:Bundle.link.url [ fhir:value "http://example.com/fhir/Bundle-ex-match-output-multiple.html" ]
  ] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://profiles.ihe.net/ITI/PDQm/Patient-ex-patient.html" ] ;
     fhir:Bundle.entry.resource <https://profiles.ihe.net/ITI/PDQm/Patient-ex-patient.html> ;
     fhir:Bundle.entry.search [
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/match-grade" ] ;
         fhir:Extension.valueCode [ fhir:value "probable" ]
       ] ;
       fhir:Bundle.entry.search.mode [ fhir:value "match" ] ;
       fhir:Bundle.entry.search.score [ fhir:value "0.9"^^xsd:decimal ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://profiles.ihe.net/ITI/PDQm/Patient-ex-patient-mothers-maiden-name.html" ] ;
     fhir:Bundle.entry.resource <https://profiles.ihe.net/ITI/PDQm/Patient-ex-patient-mothers-maiden-name.html> ;
     fhir:Bundle.entry.search [
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/match-grade" ] ;
         fhir:Extension.valueCode [ fhir:value "possible" ]
       ] ;
       fhir:Bundle.entry.search.mode [ fhir:value "match" ] ;
       fhir:Bundle.entry.search.score [ fhir:value "0.5"^^xsd:decimal ]
     ]
  ] .

<https://profiles.ihe.net/ITI/PDQm/Patient-ex-patient.html> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "ex-patient"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient" ;
       fhir:index 0 ;
       fhir:link <https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient>
     ] ;
     fhir:Meta.security [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ] ;
       fhir:Coding.code [ fhir:value "HTEST" ]
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ex-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ex-patient</b></p><a name=\"ex-patient\"> </a><a name=\"hcex-patient\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHE.PDQm.Patient.html\">PDQm Patient Profile</a></p><p style=\"margin-bottom: 0px\">Security Label: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActReason.html\">test health data (Details: ActReason code HTEST = 'test health data')</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Schmidt Other, DoB: 1923-07-25 ( http://example.org/exampleSystem#8675309)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">WI USA </td></tr></table></div>"
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://example.org/exampleSystem" ] ;
     fhir:Identifier.value [ fhir:value "8675309" ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "usual" ] ;
     fhir:HumanName.text [ fhir:value "John Schmidt" ] ;
     fhir:HumanName.family [ fhir:value "Schmidt" ] ;
     fhir:HumanName.given [
       fhir:value "John" ;
       fhir:index 0
     ]
  ], [
     fhir:index 1 ;
     fhir:HumanName.use [ fhir:value "old" ] ;
     fhir:HumanName.text [ fhir:value "John Jacob Jingle Heimer Schnidt" ] ;
     fhir:HumanName.family [ fhir:value "Schnidt" ] ;
     fhir:HumanName.given [
       fhir:value "John" ;
       fhir:index 0
     ], [
       fhir:value "Jacob" ;
       fhir:index 1
     ], [
       fhir:value "Jingle" ;
       fhir:index 2
     ], [
       fhir:value "Heimer" ;
       fhir:index 3
     ] ;
     fhir:HumanName.period [
       fhir:Period.end [ fhir:value "1960"^^xsd:gYear ]
     ]
  ], [
     fhir:index 2 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "John Jacob Jingleheimer Schmidt" ] ;
     fhir:HumanName.family [ fhir:value "Schmidt" ] ;
     fhir:HumanName.given [
       fhir:value "John" ;
       fhir:index 0
     ], [
       fhir:value "Jacob" ;
       fhir:index 1
     ], [
       fhir:value "Jingleheimer" ;
       fhir:index 2
     ] ;
     fhir:HumanName.period [
       fhir:Period.start [ fhir:value "1960-01-01"^^xsd:date ]
     ]
  ], [
     fhir:index 3 ;
     fhir:HumanName.use [ fhir:value "nickname" ] ;
     fhir:HumanName.text [ fhir:value "Jack Schmidt" ] ;
     fhir:HumanName.family [ fhir:value "Schmidt" ] ;
     fhir:HumanName.given [
       fhir:value "Jack" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "other"] ;
  fhir:Patient.birthDate [ fhir:value "1923-07-25"^^xsd:date] ;
  fhir:Patient.address [
     fhir:index 0 ;
     fhir:Address.state [ fhir:value "WI" ] ;
     fhir:Address.country [ fhir:value "USA" ]
  ] .

<https://profiles.ihe.net/ITI/PDQm/Patient-ex-patient-mothers-maiden-name.html> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "ex-patient-mothers-maiden-name"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient" ;
       fhir:index 0 ;
       fhir:link <https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient>
     ] ;
     fhir:Meta.security [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActReason" ] ;
       fhir:Coding.code [ fhir:value "HTEST" ]
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ex-patient-mothers-maiden-name\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ex-patient-mothers-maiden-name</b></p><a name=\"ex-patient-mothers-maiden-name\"> </a><a name=\"hcex-patient-mothers-maiden-name\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHE.PDQm.Patient.html\">PDQm Patient Profile</a></p><p style=\"margin-bottom: 0px\">Security Label: <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-v3-ActReason.html\">test health data (Details: ActReason code HTEST = 'test health data')</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Schmit Male, DoB: 1932-07-25 ( http://example.org/exampleSystem#90210)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">WI USA </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Mother's maiden (unmarried) name, commonly collected to help verify patient identity.\"><a href=\"http://hl7.org/fhir/extensions/5.3.0/StructureDefinition-patient-mothersMaidenName.html\">Patient Mother's Maiden Name</a></td><td colspan=\"3\">Doe</td></tr></table></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName" ] ;
     fhir:Extension.valueString [ fhir:value "Doe" ]
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://example.org/exampleSystem" ] ;
     fhir:Identifier.value [ fhir:value "90210" ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "usual" ] ;
     fhir:HumanName.text [ fhir:value "John Schmit" ] ;
     fhir:HumanName.family [ fhir:value "Schmit" ] ;
     fhir:HumanName.given [
       fhir:value "John" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "male"] ;
  fhir:Patient.birthDate [ fhir:value "1932-07-25"^^xsd:date] ;
  fhir:Patient.address [
     fhir:index 0 ;
     fhir:Address.state [ fhir:value "WI" ] ;
     fhir:Address.country [ fhir:value "USA" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Bundle/ex-match-output-multiple.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Bundle/ex-match-output-multiple.ttl> .