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
: Insulina - Declaração de Medicamento - 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:MedicationStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "deaclaracao-medicamento-01"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.omnisaude.co/r4/core/StructureDefinition/declaracao-medicamento"^^xsd:anyURI ;
fhir:link <https://fhir.omnisaude.co/r4/core/StructureDefinition/declaracao-medicamento> ] )
] ; #
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: MedicationStatement deaclaracao-medicamento-01</b></p><a name=\"deaclaracao-medicamento-01\"> </a><a name=\"hcdeaclaracao-medicamento-01\"> </a><a name=\"deaclaracao-medicamento-01-pt-BR\"> </a><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medication-statement-category community}\">Community</span></p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 39487003}\">Insulin-containing product</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>effective</b>: 2020-06-10 10:00:00-0300 --> (ongoing)</p><p><b>reasonReference</b>: <a href=\"Condition-condicao-01.html\">Condition H/O: diabetes mellitus</a></p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:category [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/medication-statement-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "community" ] ] )
] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:39487003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "39487003" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/paciente-01" ]
] ; #
fhir:effective [
a fhir:Period ;
fhir:start [ fhir:v "2020-06-10T10:00:00-03:00"^^xsd:dateTime ]
] ; #
fhir:reasonReference ( [
fhir:reference [ fhir:v "Condition/condicao-01" ]
] ) . #