Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.9.1 - draft
Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 1.9.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_ig/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Medication",
"id" : "MedicamentoCl",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreMedicamentoCl"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication MedicamentoCl</b></p><a name=\"MedicamentoCl\"> </a><a name=\"hcMedicamentoCl\"> </a><a name=\"MedicamentoCl-es-CL\"> </a><p><b>identifier</b>: <code>http://minsal.cl/semantikos/description-id</code>/1991971000167110\u00a0(use:\u00a0official,\u00a0), <code>http://minsal.cl/semantikos/concept-id</code>/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>"
},
"identifier" : [
{
"use" : "official",
"system" : "http://minsal.cl/semantikos/description-id",
"value" : "1991971000167110"
},
{
"use" : "official",
"system" : "http://minsal.cl/semantikos/concept-id",
"value" : "840851000167103"
}
],
"code" : {
"text" : "Tareg - D 160 / 25 comprimido recubierto (Novartis)"
},
"manufacturer" : {
🔗 "reference" : "Organization/EjemploLaboratorio1"
}
}