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
@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:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "encontro-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.omnisaude.co/r4/core/StructureDefinition/encontro"^^xsd:anyURI ;
fhir:link <https://fhir.omnisaude.co/r4/core/StructureDefinition/encontro> ] )
] ; #
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: Encounter encontro-01</b></p><a name=\"encontro-01\"> </a><a name=\"hcencontro-01\"> </a><a name=\"encontro-01-pt-BR\"> </a><p><b>identifier</b>: <a href=\"NamingSystem-numero-atendimento-americas-health.html\" title=\"O número de atendimento da Americas Health é um identificador único de interações entre um paciente e um prestador de cuidados de saúde com o propósito de fornecer serviços assitência médica\">NumeroAtendimentoAmericasHealth</a>/1234567890</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-ambulatory\">ActCode ambulatory</a>: ambulatory</p><p><b>type</b>: <span title=\"Codes:\">Consulta de rotina</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><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PART}\">Participation</span></td><td><a href=\"PractitionerRole-papel-profissional-02.html\">PractitionerRole ENFERMEIRO</a></td></tr></table><p><b>period</b>: 2024-06-10 10:00:00-0300 --> (ongoing)</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-local-02.html\">Location Escritório Corporativo Omnisaude</a></td></tr></table><p><b>serviceProvider</b>: <a href=\"Organization-AMH.html\">Organization Americas Health</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.omnisaude.co/r4/core/sid/numero-atendimento-americas-health"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567890" ]
] ) ; #
fhir:status [ fhir:v "finished"] ; #
fhir:class [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ambulatory" ]
] ; #
fhir:type ( [
fhir:text [ fhir:v "Consulta de rotina" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/paciente-01" ]
] ; #
fhir:participant ( [
( fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PART" ] ] ) ] ) ;
fhir:individual [
fhir:reference [ fhir:v "PractitionerRole/papel-profissional-02" ] ]
] ) ; #
fhir:period [
fhir:start [ fhir:v "2024-06-10T10:00:00-03:00"^^xsd:dateTime ]
] ; #
fhir:location ( [
fhir:location [
fhir:reference [ fhir:v "Location/local-02" ] ]
] ) ; #
fhir:serviceProvider [
fhir:reference [ fhir:v "Organization/AMH" ]
] . #
IG © 2024+ Omnisaude. Package fhir.omni.saude.co#0.0.1 based on FHIR 4.0.1. Generated 2025-04-10
Links: Table of Contents |
QA Report