Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ra/ and changes regularly. See the Directory of published versions
: Practitioner: Otto Osler - 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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ra-prac03pat03"] ; #
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: Practitioner ra-prac03pat03</b></p><a name=\"ra-prac03pat03\"> </a><a name=\"hcra-prac03pat03\"> </a><a name=\"ra-prac03pat03-en-US\"> </a><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/1290123454, <code>http://www.acme.org/practitioners</code>/25456</p><p><b>name</b>: Otto Osler </p><p><b>address</b>: 1003 Healthcare Drive Ann Harbor MI 99999 (home)</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org.fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1290123454" ]
] [
fhir:system [ fhir:v "http://www.acme.org/practitioners"^^xsd:anyURI ] ;
fhir:value [ fhir:v "25456" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Osler" ] ;
( fhir:given [ fhir:v "Otto" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] )
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "1003 Healthcare Drive" ] ) ;
fhir:city [ fhir:v "Ann Harbor" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "99999" ]
] ) . #