Publication Build: This will be filled in by the publication tooling
: Practitioner Pharmacist Example - 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 "practitioner-pharmacist"] ; #
fhir:meta [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Practitioner Pharmacist Example" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "This is a pharmacist example using the *IE Core Practitioner Profile*." ] ] ) ;
( fhir:profile [
fhir:v "http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-practitioner"^^xsd:anyURI ;
fhir:link <http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-practitioner> ] )
] ; #
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 practitioner-pharmacist</b></p><a name=\"practitioner-pharmacist\"> </a><a name=\"hcpractitioner-pharmacist\"> </a><a name=\"practitioner-pharmacist-en-US\"> </a><p><b>identifier</b>: <code>http://iehr.ai/fhir/sid/ie/crn</code>/3412549073</p><p><b>name</b>: Dispenser Douglas </p><p><b>address</b>: 1015 HEALTHCARE DR AMHERST Dublin D18 CV48 (work)</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://iehr.ai/fhir/sid/ie/crn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3412549073" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Douglas" ] ;
( fhir:given [ fhir:v "Dispenser" ] ) ;
( fhir:prefix [ fhir:v "PharmD" ] )
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "work" ] ;
( fhir:line [ fhir:v "1015 HEALTHCARE DR" ] ) ;
fhir:city [ fhir:v "AMHERST" ] ;
fhir:state [ fhir:v "Dublin" ] ;
fhir:postalCode [ fhir:v "D18 CV48" ]
] ) . #