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 "2"] ; # fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:lastUpdated [ fhir:v "2018-04-25T02:41:21.772-04:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Emilie407 Cole117</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-8888804" ] ] ) ; # fhir:active [ fhir:v true] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Cole117" ] ; ( fhir:given [ fhir:v "Emilie407" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "31612345678" ] ; fhir:use [ fhir:v "mobile" ] ] [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "31201234567" ] ; fhir:use [ fhir:v "home" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1950-07-06"^^xsd:date] ; # fhir:deceased [ a fhir:boolean ; fhir:v false ] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; ( fhir:line [ fhir:v "Bos en Lommerplein 280" ] ) ; fhir:city [ fhir:v "Amsterdam" ] ; fhir:state [ fhir:v "RJ" ] ; fhir:postalCode [ fhir:v "1055" ] ; fhir:country [ fhir:v "NLD" ] ] ) ; # 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" ] ; fhir:display [ fhir:v "Dutch" ] ] ) ; fhir:text [ fhir:v "Nederlands" ] ] ; 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" ] ] . #