WHO SMART Guidelines - HIV - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Lab technician - 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:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "LabTechnician"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://smart.who.int/smart-base/StructureDefinition/SGPersona"^^xsd:anyURI ;
fhir:link <http://smart.who.int/smart-base/StructureDefinition/SGPersona> ] )
] ; #
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: ActorDefinition LabTechnician</b></p><a name=\"LabTechnician\"> </a><a name=\"hcLabTechnician\"> </a><a name=\"LabTechnician-en-US\"> </a><table class=\"grid\"><tr><td><b>Actor: LabTechnician </b></td><td>Lab technician</td><td>Type: person </td></tr><tr><td colspan=\"3\"/></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://smart.who.int/hiv/ActorDefinition/LabTechnician"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:value [ fhir:v "LabTechnician" ]
] ) ; #
fhir:version [ fhir:v "0.3.0"] ; #
fhir:name [ fhir:v "LabTechnician"] ; #
fhir:title [ fhir:v "Lab technician"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-30T19:04:31+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "WHO"] ; #
fhir:contact ( [
fhir:name [ fhir:v "WHO" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://who.int" ] ] )
] ) ; #
fhir:description [ fhir:v "A person who performs clinical tests on specimens of bodily fluids and tissues in order to get information about the health of a patient, as well as conducts tests and operates equipment for analysis of biological material, including blood and urine. This person normally has completed formal training in biomedical science, medical technology or a related field."] ; #
fhir:type [ fhir:v "person"] . #