Resumen Clínico de Pacientes Embarazadas Chile
0.1.0 - ci-build Chile flag

Resumen Clínico de Pacientes Embarazadas Chile, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile-BiomedicaUv/IPS-Embarazo/ and changes regularly. See the Directory of published versions

: Medicamento - Ejemplo - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "Medicamento-Emb-Ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Medicamento-embarazos-cl-ips"
    ]
  },
  "language" : "es",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"es\" lang=\"es\"><p class=\"res-header-id\"><b>Generated Narrative: Medication Medicamento-Emb-Ejemplo</b></p><a name=\"Medicamento-Emb-Ejemplo\"> </a><a name=\"hcMedicamento-Emb-Ejemplo\"> </a><a name=\"Medicamento-Emb-Ejemplo-es-CL\"> </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: es</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Medicamento-embarazos-cl-ips.html\">Medicamentos (Embarazo-CL)</a></p></div><p><b>Nombre Comercial Fármaco</b>: Calcio</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 767113005}\">Calcio (medicamento)</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title=\"Codes:{http://standardterms.edqm.eu 10219000}\">Tableta</span></p></div>"
  },
  "extension" : [
    {
      "url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/NombreComercial",
      "valueString" : "Calcio"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "767113005",
        "display" : "Product containing calcium (medicinal product)",
        "_display" : {
          "extension" : [
            {
              "extension" : [
                {
                  "url" : "lang",
                  "valueCode" : "es"
                },
                {
                  "url" : "content",
                  "valueString" : "Calcio (medicamento)"
                }
              ],
              "url" : "http://hl7.org/fhir/StructureDefinition/translation"
            }
          ]
        }
      }
    ],
    "text" : "Calcio (medicamento)"
  },
  "status" : "active",
  "form" : {
    "coding" : [
      {
        "system" : "http://standardterms.edqm.eu",
        "code" : "10219000",
        "display" : "Tablet"
      }
    ],
    "text" : "Tableta"
  }
}