Interoperable Digital Identity and Patient Matching
2.0.0-ballot - STU2 Ballot United States of America flag

Publication Build: This will be filled in by the publication tooling

: FASTIDUDAPPerson-Example - 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: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><a name=\"FASTIDUDAPPerson-Example-en-US\"> </a><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>"
  ] ; # 
  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" ]
  ] ) . #