This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
: practitioner-example - TTL Representation
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "practitioner-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-practitioner"^^xsd:anyURI ;
fhir:link <https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-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-example</b></p><a name=\"practitioner-example\"> </a><a name=\"hcpractitioner-example\"> </a><a name=\"practitioner-example-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-practitioner.html\">CSIRO STARS Practitioner Profile</a></p></div><p><b>name</b>: John Smith - Duty Vet</p><p><b>telecom</b>: <a href=\"mailto:testuser@example.com\">testuser@example.com</a>, <a href=\"mailto:accounts@example.com\">accounts@example.com</a>, <a href=\"mailto:surveillance@example.com\">surveillance@example.com</a>, <a href=\"mailto:dr_john@example.com\">dr_john@example.com</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:name ( [
fhir:text [ fhir:v "John Smith - Duty Vet" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "testuser@example.com" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "accounts@example.com" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "surveillance@example.com" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "dr_john@example.com" ]
] ) . #