Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.0.0 - STU1
This page is part of the Core do Brasil (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@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:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "80589c80-643e-43ea-801b-5f32616e9a27"] ; #
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: MedicationDispense 80589c80-643e-43ea-801b-5f32616e9a27</b></p><a name=\"80589c80-643e-43ea-801b-5f32616e9a27\"> </a><a name=\"hc80589c80-643e-43ea-801b-5f32616e9a27\"> </a><a name=\"80589c80-643e-43ea-801b-5f32616e9a27-pt-BR\"> </a><p><b>identifier</b>: <code>https://saude.gov.br/fhir/sid/medicationdispense</code>/12345</p><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc M01AX05}\">Glucosamina</span></p><p><b>subject</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">João Carlos</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></td></tr></table><p><b>location</b>: <a href=\"Location-9fea09cf-0529-4f7d-bad0-80cd5fd00cba.html\">Clínica Geral</a></p><p><b>quantity</b>: 30 comprimidos</p><p><b>daysSupply</b>: 30 days<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></p><p><b>whenPrepared</b>: 2023-12-12 10:00:00-0300</p><p><b>whenHandedOver</b>: 2023-12-12 10:30:00-0300</p><p><b>destination</b>: <a href=\"Location-9fea09cf-0529-4f7d-bad0-80cd5fd00cba.html\">Clínica Geral</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Tomar 1 comprimido a cada 12 horas após café da manhã e jantar.</p><p><b>timing</b>: 2 per 1 days</p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>(unit 10219000 from http://standardterms.edqm.eu)<span style=\"background: LightGoldenRodYellow\"> (Details: standardterms.edqm.eu code10219000 = 'Tablet')</span></td></tr></table></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://saude.gov.br/fhir/sid/medicationdispense"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M01AX05" ] ;
fhir:display [ fhir:v "Glucosamine" ] ] ) ;
fhir:text [ fhir:v "Glucosamina" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e" ] ;
fhir:display [ fhir:v "João Carlos" ]
] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
fhir:display [ fhir:v "Maria Clara" ] ]
] ) ; #
fhir:location [
fhir:reference [ fhir:v "Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba" ] ;
fhir:display [ fhir:v "Clínica Geral" ]
] ; #
fhir:quantity [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "comprimidos" ]
] ; #
fhir:daysSupply [
fhir:value [ fhir:v "30"^^xsd:decimal ] ;
fhir:unit [ fhir:v "days" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "d" ]
] ; #
fhir:whenPrepared [ fhir:v "2023-12-12T10:00:00-03:00"^^xsd:dateTime] ; #
fhir:whenHandedOver [ fhir:v "2023-12-12T10:30:00-03:00"^^xsd:dateTime] ; #
fhir:destination [
fhir:reference [ fhir:v "Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba" ] ;
fhir:display [ fhir:v "Clínica Geral" ]
] ; #
fhir:dosageInstruction ( [
fhir:text [ fhir:v "Tomar 1 comprimido a cada 12 horas após café da manhã e jantar." ] ;
fhir:timing [
fhir:repeat [
fhir:frequency [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ] ] ] ;
( fhir:doseAndRate [
fhir:dose [
a fhir:Quantity ;
fhir:system [ fhir:v "http://standardterms.edqm.eu"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10219000" ] ] ] )
] ) . #
IG © 2023+ Ministério do Saúde do Brasil. Package br.gov.saude.br-core.fhir#1.0.0 based on FHIR 4.0.1. Generated 2025-02-27
Links: Table of Contents |
QA Report