FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Patient/b248b1b2-1686-4b94-9936-37d7a5f94b51 (Turtle)

Patient Administration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient, Practitioner, RelatedPerson

Raw Turtle (+ also see Turtle/RDF Format Specification)

Stock people (defined by HL7 publishing)

@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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "b248b1b2-1686-4b94-9936-37d7a5f94b51"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/1"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/1> )
  ] [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/2"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/2> )
  ] [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/3"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/3> )
  ] [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/4"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/4> )
  ] [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/5"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/5> )
  ] [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/6"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/6> )
  ] [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/7"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/7> )
  ] [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/8"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/8> )
  ] [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/9"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/9> )
  ] [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/10"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/10> )
  ] [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/11"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/11> )
  ] [
     fhir:fullUrl [ fhir:v "http://hl7.org/fhir/Patient/12"^^xsd:anyURI ] ;
     fhir:resource ( <http://hl7.org/fhir/Patient/12> )
  ] )] . # 

<http://hl7.org/fhir/Patient/1> a fhir:Patient ;
  fhir:id [ fhir:v "1"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Everywoman, Eve. SSN:\n            444222222</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "444222222" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Everywoman" ] ;
     fhir:given ( [ fhir:v "Eve" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-2003" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1973-05-31"^^xsd:date] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "2222 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

<http://hl7.org/fhir/Patient/2> a fhir:Patient ;
  fhir:id [ fhir:v "2"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Everyman, Adam. SSN:\n            444333333</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "444333333" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Everyman" ] ;
     fhir:given ( [ fhir:v "Adam" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-2004" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "2222 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

<http://hl7.org/fhir/Patient/3> a fhir:Patient ;
  fhir:id [ fhir:v "3"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Kidd, Kari. SSN:\n            444555555</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "444555555" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Kidd" ] ;
     fhir:given ( [ fhir:v "Kari" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-2005" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "2222 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

<http://hl7.org/fhir/Patient/4> a fhir:Patient ;
  fhir:id [ fhir:v "4"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Nuclear, Nancy. SSN:\n            444114567</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "444114567" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Nuclear" ] ;
     fhir:given ( [ fhir:v "Nancy" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-5001" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "6666 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

<http://hl7.org/fhir/Patient/5> a fhir:Patient ;
  fhir:id [ fhir:v "5"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Nuclear, Neville. SSN:\n            444111234</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "444111234" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Nuclear" ] ;
     fhir:given ( [ fhir:v "Neville" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-5001" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "6666 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

<http://hl7.org/fhir/Patient/6> a fhir:Patient ;
  fhir:id [ fhir:v "6"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Nuclear, Ned. SSN:\n            444113456</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "444113456" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Nuclear" ] ;
     fhir:given ( [ fhir:v "Ned" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-5001" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "6666 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

<http://hl7.org/fhir/Patient/7> a fhir:Patient ;
  fhir:id [ fhir:v "7"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Nuclear, Nelda. SSN:\n            444112345</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "444112345" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Nuclear" ] ;
     fhir:given ( [ fhir:v "Nelda" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-5001" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "6666 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

<http://hl7.org/fhir/Patient/8> a fhir:Patient ;
  fhir:id [ fhir:v "8"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Mum, Martha. SSN:\n            444666666</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "444666666" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Mum" ] ;
     fhir:given ( [ fhir:v "Martha" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-2006" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "4444 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

<http://hl7.org/fhir/Patient/9> a fhir:Patient ;
  fhir:id [ fhir:v "9"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Sons, Stuart. SSN:\n            444777777</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "444777777" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Sons" ] ;
     fhir:given ( [ fhir:v "Stuart" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-2007" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [
     fhir:v "other" ;
     fhir:extension ( [
       fhir:url [ fhir:v "http://example.org/Profile/administrative-status"^^xsd:anyURI ] ;
       fhir:value [
         a fhir:CodeableConcept ;
         fhir:coding ( [
           fhir:system [ fhir:v "http://example.org/fhir/v2/administrative-status"^^xsd:anyURI ] ;
           fhir:code [ fhir:v "FTM" ] ;
           fhir:display [ fhir:v "female-to-male" ]
         ] )
       ]
     ] )
  ] ; # 
  fhir:deceased [ fhir:v "2002-08-24"^^xsd:date] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "4444 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

<http://hl7.org/fhir/Patient/10> a fhir:Patient ;
  fhir:id [ fhir:v "10"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Betterhalf, Boris. SSN:\n            444888888</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "444888888" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Betterhalf" ] ;
     fhir:given ( [ fhir:v "Boris" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-2008" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "2222 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

<http://hl7.org/fhir/Patient/11> a fhir:Patient ;
  fhir:id [ fhir:v "11"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Relative, Ralph. SSN:\n            444999999</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "444999999" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Relative" ] ;
     fhir:given ( [ fhir:v "Ralph" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-2009" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "4444 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

<http://hl7.org/fhir/Patient/12> a fhir:Patient ;
  fhir:id [ fhir:v "12"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2012-05-29T23:45:32Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Contact, Carrie. SSN:\n            555222222</div>"
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "SS" ]
       ] )
     ] ;
     fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "555222222" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Contact" ] ;
     fhir:given ( [ fhir:v "Carrie" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "555-555-2010" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:line ( [ fhir:v "5555 Home Street" ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:reference [ fhir:v "Organization/hl7" ]
  ] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.