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
{
"resourceType" : "Medication",
"id" : "3a46210c-7eb3-48ec-aa67-db7e7ee18864",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication 3a46210c-7eb3-48ec-aa67-db7e7ee18864</b></p><a name=\"3a46210c-7eb3-48ec-aa67-db7e7ee18864\"> </a><a name=\"hc3a46210c-7eb3-48ec-aa67-db7e7ee18864\"> </a><a name=\"3a46210c-7eb3-48ec-aa67-db7e7ee18864-pt-BR\"> </a><p><b>identifier</b>: <code>https://saude.gov.br/fhir/sid/medication</code>/12345</p><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc J01MA12}\">Levofloxacino; sistêmico</span></p><p><b>status</b>: Active</p><p><b>manufacturer</b>: <a href=\"Organization-7b98fd1d-5f85-40f5-9436-2c767ab734ae.html\">Aché Laboratórios Farmacêuticos S.A.</a></p><h3>Ingredients</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://www.whocc.no/atc J01MA12}\">Levofloxacino</span></td><td>500 mg<span style=\"background: LightGoldenRodYellow\"> (Details: unknown codemg = 'mg')</span>/1 tablet<span style=\"background: LightGoldenRodYellow\"> (Details: unknown codetablet = 'tablet')</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://saude.gov.br/fhir/sid/medication",
"value" : "12345"
}
],
"code" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "J01MA12",
"display" : "levofloxacin"
}
],
"text" : "Levofloxacino; sistêmico"
},
"status" : "active",
"manufacturer" : {
🔗 "reference" : "Organization/7b98fd1d-5f85-40f5-9436-2c767ab734ae",
"display" : "Aché Laboratórios Farmacêuticos S.A."
},
"ingredient" : [
{
"itemCodeableConcept" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "J01MA12",
"display" : "levofloxacin"
}
],
"text" : "Levofloxacino"
},
"strength" : {
"numerator" : {
"value" : 500,
"unit" : "mg",
"system" : "urn:oid:2.16.840.1.113883.6.8",
"code" : "mg"
},
"denominator" : {
"value" : 1,
"unit" : "tablet",
"system" : "urn:oid:2.16.840.1.113883.6.8",
"code" : "tablet"
}
}
}
]
}