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
: FASTIDUDAPPerson-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:Person ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "FASTIDUDAPPerson-Example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/identity-matching/StructureDefinition/FASTIDUDAPPerson"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/identity-matching/StructureDefinition/FASTIDUDAPPerson> ] )
] ; #
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: Person FASTIDUDAPPerson-Example</b></p><a name=\"FASTIDUDAPPerson-Example\"> </a><a name=\"hcFASTIDUDAPPerson-Example\"> </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-FASTIDUDAPPerson.html\">FAST Identity UDAP Person</a></p></div><p><b>name</b>: Peter James Chalmers (Official)</p><p><b>telecom</b>: ph: (03) 5555 6473(Work), <a href=\"mailto:Jim@example.org\">Jim@example.org</a></p><p><b>birthDate</b>: 1974-12-25</p><p><b>address</b>: 534 Erewhon St PleasantVille Vic 3999 (work)</p></div>"^^rdf:XMLLiteral
] ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Chalmers" ] ;
( fhir:given [ fhir:v "Peter" ] [ fhir:v "James" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(03) 5555 6473" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "Jim@example.org" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:birthDate [ fhir:v "1974-12-25"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
( fhir:line [ fhir:v "534 Erewhon St" ] ) ;
fhir:city [ fhir:v "PleasantVille" ] ;
fhir:state [ fhir:v "Vic" ] ;
fhir:postalCode [ fhir:v "3999" ]
] ) . #