Making Electronic Data More available for Research and Public Health (MedMorph) 1.0.0 - STU 1
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:Practitioner ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "1"] ; # fhir:meta [ fhir:versionId [ fhir:v "3" ] ; fhir:lastUpdated [ fhir:v "2019-03-06T03:07:57.933-05:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Joseph Nichols</div>" ] ; # 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 "SB" ] ; fhir:display [ fhir:v "Social Beneficiary Identifier" ] ] ) ; fhir:text [ fhir:v "US Social Security Number" ] ] ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ; fhir:value [ fhir:v "000-00-0004" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Nichols" ] ; ( fhir:given [ fhir:v "Joseph" ] [ fhir:v "P" ] ) ; ( fhir:suffix [ fhir:v "MD" ] ) ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "800-277-1993" ] ; fhir:use [ fhir:v "mobile" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "joseph.shaw@example.com" ] ] ) ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; ( fhir:line [ fhir:v "53 Sunset AveApt 9" ] ) ; fhir:city [ fhir:v "Tulsa" ] ; fhir:state [ fhir:v "OK" ] ; fhir:postalCode [ fhir:v "74126" ] ; fhir:country [ fhir:v "USA" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1963-12-14"^^xsd:date] . #