This page is part of the Specialty Medication Enrollment (v2.0.0: STU2) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Specialty Rx Practitioner 1 - 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 "specialty-rx-practitioner-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-practitioner"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/specialty-rx/StructureDefinition/specialty-rx-practitioner> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Practitioner</b><a name=\"specialty-rx-practitioner-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Practitioner "specialty-rx-practitioner-1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-specialty-rx-practitioner.html\">Specialty Prescription Practitioner</a></p></div><p><b>identifier</b>: id: 9941339108</p><p><b>name</b>: Jane Smith </p><p><b>telecom</b>: ph: 555-555-5555(HOME), fax: 555-555-1234(HOME), <a href=\"mailto:jane.smith@example.org\">jane.smith@example.org</a></p><p><b>address</b>: 101 Oak Lane Minnetonka MN 55345 (HOME)</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9941339108" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Smith" ] ;
( fhir:given [ fhir:v "Jane" ] ) ;
( fhir:prefix [ fhir:v "Dr" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "555-555-5555" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "555-555-1234" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "jane.smith@example.org" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "101 Oak Lane" ] ) ;
fhir:city [ fhir:v "Minnetonka" ] ;
fhir:state [ fhir:v "MN" ] ;
fhir:postalCode [ fhir:v "55345" ]
] ) . #