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
: URS because of TCC - 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:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "URSboTCC1"] ; #
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: Procedure URSboTCC1</b></p><a name=\"URSboTCC1\"> </a><a name=\"hcURSboTCC1\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 38678700:2363702006=255109008}\">URS because of TCC</span></p><p><b>subject</b>: <a href=\"Patient-DemoPatient.html\">Eve Anyperson (no stated gender), DoB Unknown</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "38678700:2363702006=255109008" ] ;
fhir:display [ fhir:v "Uretorenoscopy" ] ] ) ;
fhir:text [ fhir:v "URS because of TCC" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/DemoPatient" ]
] . #