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" : "MedicationRequest",
"id" : "1f311b28-03d5-411d-90a6-84edf417e01a",
"implicitRules" : "http://example.org/rules",
"language" : "pt-BR",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"pt-BR\" lang=\"pt-BR\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest 1f311b28-03d5-411d-90a6-84edf417e01a</b></p><a name=\"1f311b28-03d5-411d-90a6-84edf417e01a\"> </a><a name=\"hc1f311b28-03d5-411d-90a6-84edf417e01a\"> </a><a name=\"1f311b28-03d5-411d-90a6-84edf417e01a-pt-BR\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: pt-BR; </p><p style=\"margin-bottom: 0px\"><b>Special rules apply: http://example.org/rules!</b></p></div><p><b>identifier</b>: <code>http://hospital.example.org/medication-request</code>/12345</p><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason sintol}\">Suspeita de Intolerância</span></p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}\">Ambulatório</span></p><p><b>priority</b>: Routine</p><p><b>doNotPerform</b>: false</p><p><b>reported</b>: false</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc N02BE01}\">Paracetamol</span></p><p><b>subject</b>: <a href=\"Patient-b2f63a4c-ddaa-4652-8481-ac1ff473104e.html\">João Carlos</a></p><p><b>encounter</b>: <a href=\"Encounter-c6d553d8-cce0-404b-9d1f-eeffbf7fc6df.html\">Ambulatorial</a></p><p><b>supportingInformation</b>: <a href=\"Observation-07ce5462-f77b-4ad6-af8c-2f67a6500b97.html\">Vital Signs</a></p><p><b>authoredOn</b>: 2024-06-18 14:00:00+0000</p><p><b>requester</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>performer</b>: <a href=\"Practitioner-d3b61455-f432-48f0-b83b-ba825922d735.html\">Maria Clara</a></p><p><b>performerType</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO 225130}\">MEDICO DE FAMILIA E COMUNIDADE</span></p><p><b>reasonCode</b>: <span title=\"Codes:{https://terminologia.saude.gov.br/fhir/CodeSystem/BRCID10 R50.8}\">Febre</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Tomar 1 comprimido a cada 6 horas por 5 dias.</p><p><b>timing</b>: 4 per 1 days</p><p><b>site</b>: <span title=\"Codes:{http://snomed.info/sct 74262004}\">Cavidade oral</span></p><p><b>route</b>: <span title=\"Codes:{http://standardterms.edqm.eu 50066000}\">Comprimido para suspensão oral</span></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>500 mg</td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 20 comprimidos</p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td></tr><tr><td style=\"display: none\">*</td><td>5</td><td>days</td><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ucum.html\">http://unitsofmeasure.org</a></td></tr></table><p><b>performer</b>: <a href=\"Organization-1428c345-c221-411f-880f-6fb163817387.html\">Hospital Sírio-Libanês</a></p></blockquote><h3>Substitutions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Allowed[x]</b></td><td><b>Reason</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActReason CT}\">alternativa terapêutica</span></td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://hospital.example.org/medication-request",
"value" : "12345"
}
],
"status" : "active",
"statusReason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason",
"code" : "sintol",
"display" : "Suspected Intolerance"
}
],
"text" : "Suspeita de Intolerância"
},
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code" : "outpatient",
"display" : "Outpatient"
}
],
"text" : "Ambulatório"
}
],
"priority" : "routine",
"doNotPerform" : false,
"reportedBoolean" : false,
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "N02BE01",
"display" : "Paracetamol"
}
]
},
"subject" : {
🔗 "reference" : "Patient/b2f63a4c-ddaa-4652-8481-ac1ff473104e",
"display" : "João Carlos"
},
"encounter" : {
🔗 "reference" : "Encounter/c6d553d8-cce0-404b-9d1f-eeffbf7fc6df",
"display" : "Ambulatorial"
},
"supportingInformation" : [
{
🔗 "reference" : "Observation/07ce5462-f77b-4ad6-af8c-2f67a6500b97",
"display" : "Vital Signs"
}
],
"authoredOn" : "2024-06-18T14:00:00Z",
"requester" : {
🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
"display" : "Maria Clara"
},
"performer" : {
🔗 "reference" : "Practitioner/d3b61455-f432-48f0-b83b-ba825922d735",
"display" : "Maria Clara"
},
"performerType" : {
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRCBO",
"code" : "225130",
"display" : "MEDICO DE FAMILIA E COMUNIDADE"
}
]
},
"reasonCode" : [
{
"coding" : [
{
"system" : "https://terminologia.saude.gov.br/fhir/CodeSystem/BRCID10",
"code" : "R50.8",
"display" : "Outra febre especificada"
}
],
"text" : "Febre"
}
],
"dosageInstruction" : [
{
"sequence" : 1,
"text" : "Tomar 1 comprimido a cada 6 horas por 5 dias.",
"timing" : {
"repeat" : {
"frequency" : 4,
"period" : 1,
"periodUnit" : "d"
}
},
"site" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "74262004",
"display" : "Oral cavity structure (body structure)"
}
],
"text" : "Cavidade oral"
},
"route" : {
"coding" : [
{
"system" : "http://standardterms.edqm.eu",
"code" : "50066000",
"display" : "Tablet for oral suspension"
}
],
"text" : "Comprimido para suspensão oral"
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 500,
"unit" : "mg"
}
}
]
}
],
"dispenseRequest" : {
"numberOfRepeatsAllowed" : 1,
"quantity" : {
"value" : 20,
"unit" : "comprimidos"
},
"expectedSupplyDuration" : {
"value" : 5,
"unit" : "days",
"system" : "http://unitsofmeasure.org"
},
"performer" : {
🔗 "reference" : "Organization/1428c345-c221-411f-880f-6fb163817387",
"display" : "Hospital Sírio-Libanês"
}
},
"substitution" : {
"allowedBoolean" : true,
"reason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "CT",
"display" : "continuing therapy"
}
],
"text" : "alternativa terapêutica"
}
}
}