This page is part of the IHE Patient Demographics Query for Mobile (v3.0.0: Publication) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Example PDQm Patient with Mothers Maiden Name Extension - 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 -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-patient-mothers-maiden-name"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient> ] ) ;
( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HTEST" ] ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>John Schmit</b> male, DoB: 1932-07-25 ( <code>http://example.org/exampleSystem</code>/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/R4/extension-patient-mothersmaidenname.html\">Mother's Maiden Name:</a></td><td colspan=\"3\"><ul><li>Doe</li></ul></td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Doe" ]
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/exampleSystem"^^xsd:anyURI ] ;
fhir:value [ fhir:v "90210" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "John Schmit" ] ;
fhir:family [ fhir:v "Schmit" ] ;
( fhir:given [ fhir:v "John" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1932-07-25"^^xsd:date] ; #
fhir:address ( [
fhir:state [ fhir:v "WI" ] ;
fhir:country [ fhir:v "USA" ]
] ) . #