Da Vinci - Member Attribution (ATR) List 2.1.0 - STU 2.1.0
Publication Build: This will be filled in by the publication tooling
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 sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "1"] ; # fhir:meta [ fhir:versionId [ fhir:v "3" ] ; fhir:lastUpdated [ fhir:v "2019-06-06T03:04:12.348-04:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dominique369 Ledner144</div>"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:use [ fhir:v "official" ] ; fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical Record Number" ] ] ) ; fhir:text [ fhir:v "Medical Record Number" ] ] ; fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ; fhir:value [ fhir:v "smart-1213208" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Ledner144" ] ; ( fhir:given [ fhir:v "Dominique369" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "800-504-7344" ] ; fhir:use [ fhir:v "home" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "brian.gracia@example.com" ] ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1965-06-22"^^xsd:date] ; # fhir:deceased [ a fhir:boolean ; fhir:v false ] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; ( fhir:line [ fhir:v "25 Church St" ] ) ; fhir:city [ fhir:v "Bixby" ] ; fhir:state [ fhir:v "OK" ] ; fhir:postalCode [ fhir:v "74008" ] ; fhir:country [ fhir:v "USA" ] ] ) ; # fhir:maritalStatus [ ( fhir:coding [ a sct:36629006 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "36629006" ] ; fhir:display [ fhir:v "Legally married" ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "M" ] ] ) ] ; # fhir:communication ( [ fhir:language [ ( fhir:coding [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "nl-NL" ] ; fhir:display [ fhir:v "Dutch (Region=Netherlands)" ] ] ) ] ; fhir:preferred [ fhir:v true ] ] ) ; # fhir:generalPractitioner ( [ fhir:reference [ fhir:v "Practitioner/1" ] ] ) ; # fhir:managingOrganization [ fhir:reference [ fhir:v "Organization/2" ] ; fhir:display [ fhir:v "Burgers UMC Cardiology unit" ] ] . #