Guia de Implementação da OMNISAUDE - CORE - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: IRIDECTOMIA CIRURGICA - Procedimento - 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:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "procedimento-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.omnisaude.co/r4/core/StructureDefinition/procedimento"^^xsd:anyURI ;
fhir:link <https://fhir.omnisaude.co/r4/core/StructureDefinition/procedimento> ] )
] ; #
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 procedimento-01</b></p><a name=\"procedimento-01\"> </a><a name=\"hcprocedimento-01\"> </a><a name=\"procedimento-01-pt-BR\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{https://fhir.omnisaude.co/r4/core/CodeSystem/procedimento-amh 36005088}\">IRIDECTOMIA CIRURGICA</span></p><p><b>subject</b>: <a href=\"Patient-paciente-01.html\">Carlos Alberto Male, DoB: 2002-12-24 ( https://fhir.omnisaude.co/r4/core/sid/numero-prontuario-americas-health#NumeroProntuarioAmericasHealth#54321)</a></p><p><b>encounter</b>: <a href=\"Encounter-encontro-01.html\">Encounter: identifier = https://fhir.omnisaude.co/r4/core/sid/numero-atendimento-americas-health#NumeroAtendimentoAmericasHealth#1234567890; status = finished; class = ambulatory (ActCode#ambulatory); type = ; period = 2024-06-10 10:00:00-0300 --> (ongoing)</a></p><p><b>performed</b>: 2024-03-10 19:30:00-0300 --> 2024-03-10 20:35:00-0300</p><p><b>location</b>: <a href=\"Location-local-01.html\">Location Condomínio West Office</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "https://fhir.omnisaude.co/r4/core/CodeSystem/procedimento-amh"^^xsd:anyURI ] ;
fhir:code [ fhir:v "36005088" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/paciente-01" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/encontro-01" ]
] ; #
fhir:performed [
a fhir:Period ;
fhir:start [ fhir:v "2024-03-10T19:30:00-03:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-03-10T20:35:00-03:00"^^xsd:dateTime ]
] ; #
fhir:location [
fhir:reference [ fhir:v "Location/local-01" ]
] . #