Guia de Implementação da OMNISAUDE - CORE
0.0.1 - draft
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
{
"resourceType" : "MedicationStatement",
"id" : "deaclaracao-medicamento-01",
"meta" : {
"profile" : [
🔗 "https://fhir.omnisaude.co/r4/core/StructureDefinition/declaracao-medicamento"
]
},
"text" : {
"status" : "generated",
"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>"
},
"status" : "active",
"category" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medication-statement-category",
"code" : "community"
}
]
},
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "39487003"
}
]
},
"subject" : {
🔗 "reference" : "Patient/paciente-01"
},
"effectivePeriod" : {
"start" : "2020-06-10T10:00:00-03:00"
},
"reasonReference" : [
{
🔗 "reference" : "Condition/condicao-01"
}
]
}