Guia de implementação do Core do Brasil: Release 1 - BR Realm | STU1
1.1.0 - STU1
This page is part of the Core do Brasil (v1.1.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 -------------------------------------------------------------------
<http://hl7.org/fhir/MedicationDispense/80589c80-643e-43ea-801b-5f32616e9a27> a fhir:MedicationDispense ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "80589c80-643e-43ea-801b-5f32616e9a27"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: MedicationDispense 80589c80-643e-43ea-801b-5f32616e9a27</b></p><a name=\"80589c80-643e-43ea-801b-5f32616e9a27\"> </a><a name=\"hc80589c80-643e-43ea-801b-5f32616e9a27\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Códigos:{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\"> (Detalhes: UCUM códigod = '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 por 1 day</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\"> (Detalhes: standardterms.edqm.eu código10219000 = 'Tablet')</span></td></tr></table></blockquote></div>"
] ;
fhir:MedicationDispense.status [ fhir:value "completed"] ;
fhir:MedicationDispense.medicationCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://www.whocc.no/atc" ] ;
fhir:Coding.code [ fhir:value "M01AX05" ] ;
fhir:Coding.display [ fhir:value "glicosamina" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Glucosamina" ]
] ;
fhir:MedicationDispense.subject [
fhir:link <http://hl7.org/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> ;
fhir:Reference.reference [ fhir:value "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e" ] ;
fhir:Reference.display [ fhir:value "João Carlos" ]
] ;
fhir:MedicationDispense.performer [
fhir:index 0 ;
fhir:MedicationDispense.performer.actor [
fhir:link <http://hl7.org/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> ;
fhir:Reference.reference [ fhir:value "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735" ] ;
fhir:Reference.display [ fhir:value "Maria Clara" ]
]
] ;
fhir:MedicationDispense.location [
fhir:link <http://hl7.org/fhir/Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba> ;
fhir:Reference.reference [ fhir:value "Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba" ] ;
fhir:Reference.display [ fhir:value "Clínica Geral" ]
] ;
fhir:MedicationDispense.quantity [
fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "comprimidos" ]
] ;
fhir:MedicationDispense.daysSupply [
fhir:Quantity.value [ fhir:value "30"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "days" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "d" ]
] ;
fhir:MedicationDispense.whenPrepared [ fhir:value "2023-12-12T10:00:00-03:00"^^xsd:dateTime] ;
fhir:MedicationDispense.whenHandedOver [ fhir:value "2023-12-12T10:30:00-03:00"^^xsd:dateTime] ;
fhir:MedicationDispense.destination [
fhir:link <http://hl7.org/fhir/Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba> ;
fhir:Reference.reference [ fhir:value "Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba" ] ;
fhir:Reference.display [ fhir:value "Clínica Geral" ]
] ;
fhir:MedicationDispense.dosageInstruction [
fhir:index 0 ;
fhir:Dosage.text [ fhir:value "Tomar 1 comprimido a cada 12 horas após café da manhã e jantar." ] ;
fhir:Dosage.timing [
fhir:Timing.repeat [
fhir:Timing.repeat.frequency [ fhir:value "2"^^xsd:positiveInteger ] ;
fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
fhir:Timing.repeat.periodUnit [ fhir:value "d" ]
]
] ;
fhir:Dosage.doseAndRate [
fhir:index 0 ;
fhir:Dosage.doseAndRate.doseQuantity [
fhir:Quantity.system [ fhir:value "http://standardterms.edqm.eu" ] ;
fhir:Quantity.code [ fhir:value "10219000" ]
]
]
] .
<http://hl7.org/fhir/Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/d3b61455-f432-48f0-b83b-ba825922d735> a fhir:Practitioner .
<http://hl7.org/fhir/Location/9fea09cf-0529-4f7d-bad0-80cd5fd00cba> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/MedicationDispense/80589c80-643e-43ea-801b-5f32616e9a27.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/MedicationDispense/80589c80-643e-43ea-801b-5f32616e9a27.ttl> .
IG © 2023+ Ministério da Saúde do Brasil. Package br.gov.saude.br-core.fhir#1.1.0 based on FHIR 4.0.1. Generated 2026-08-22
Links: Table of Contents |
QA Report