Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Abdominal Surgeon - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AbdominalSurgeon"] ; #
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: PractitionerRole AbdominalSurgeon</b></p><a name=\"AbdominalSurgeon\"> </a><a name=\"hcAbdominalSurgeon\"> </a><p><b>identifier</b>: <code>https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/amalthea/basVerstrekker/verstreknr</code>/123456</p><p><b>practitioner</b>: <a href=\"Practitioner-random-practitioner-id-123.html\">Practitioner Dr. Pauwels </a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 309376005}\">Abdominal Surgeon</span></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/amalthea/basVerstrekker/verstreknr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]
] ) ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/random-practitioner-id-123" ]
] ; #
fhir:code ( [
( fhir:coding [
a sct:309376005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309376005" ] ;
fhir:display [ fhir:v "GI surgeon" ] ] ) ;
fhir:text [ fhir:v "Abdominal Surgeon" ]
] ) . #