Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.9.4 - trial-use
This page is part of the Chile Core (v1.9.4: STU4 Draft) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.9.3. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Medication",
"id" : "MedicamentoCl",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreMedicamentoCl"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medicación /Medicamento MedicamentoCl</b></p><a name=\"MedicamentoCl\"> </a><a name=\"hcMedicamentoCl\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoreMedicamentoCl.html\">CL Medicamento</a></p></div><p><b>Nombre Comercial Fármaco</b>: Tareg - D</p><p><b>identifier</b>: 1991971000167110\u00a0(use:\u00a0official,\u00a0), 840851000167103\u00a0(use:\u00a0official,\u00a0)</p><p><b>code</b>: <span title=\"Codes:\">Tareg - D 160 / 25 comprimido recubierto (Novartis)</span></p><p><b>manufacturer</b>: <a href=\"Organization-EjemploLaboratorio1.html\">Organization Laboratorio ACME de Chile</a></p></div>"
},
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/NombreComercial",
"valueString" : "Tareg - D"
}
],
"identifier" : [
{
"use" : "official",
"value" : "1991971000167110"
},
{
"use" : "official",
"value" : "840851000167103"
}
],
"code" : {
"text" : "Tareg - D 160 / 25 comprimido recubierto (Novartis)"
},
"manufacturer" : {
🔗 "reference" : "Organization/EjemploLaboratorio1"
}
}