🇨🇱 EMA Health Chile Implementation Guide
0.1.0 - ci-build

🇨🇱 EMA Health Chile Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Muestra Rechazada — Hemolizada - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "EjemploEmaSpecimenRechazado",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/cl/StructureDefinition/ema-specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen EjemploEmaSpecimenRechazado</b></p><a name=\"EjemploEmaSpecimenRechazado\"> </a><a name=\"hcEjemploEmaSpecimenRechazado\"> </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-ema-specimen.html\">EMA Specimen</a></p></div><p><b>identifier</b>: <code>https://lab-aurora.emahealth.io/specimens</code>/SPM-2026-005679</p><p><b>accessionIdentifier</b>: <code>https://lab-aurora.emahealth.io/accession</code>/ACC-2026-001235</p><p><b>status</b>: Unsatisfactory</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 BLD}\">Whole blood</span></p><p><b>subject</b>: <a href=\"Patient-EjemploEmaPatient.html\">María González Soto</a></p><p><b>receivedTime</b>: 2026-03-15 09:05:00-0300</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-EjemploEmaPractitioner.html\">EU. Francisca Reyes</a></td><td>2026-03-15 08:50:00-0300</td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 702281005}\">Evacuated blood collection tube, thrombin/clot activator/gel separator</span></td></tr></table><p><b>condition</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0493 HEM}\">Hemolyzed</span></p><p><b>note</b>: </p><blockquote><div><p>Muestra hemolizada. Se solicita nueva toma de muestra.</p>\n</div></blockquote></div>"
  },
  "identifier" : [
    {
      "system" : "https://lab-aurora.emahealth.io/specimens",
      "value" : "SPM-2026-005679"
    }
  ],
  "accessionIdentifier" : {
    "system" : "https://lab-aurora.emahealth.io/accession",
    "value" : "ACC-2026-001235"
  },
  "status" : "unsatisfactory",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "BLD"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/EjemploEmaPatient",
    "display" : "María González Soto"
  },
  "receivedTime" : "2026-03-15T09:05:00-03:00",
  "collection" : {
    "collector" : {
      🔗 "reference" : "Practitioner/EjemploEmaPractitioner",
      "display" : "EU. Francisca Reyes"
    },
    "collectedDateTime" : "2026-03-15T08:50:00-03:00"
  },
  "container" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "702281005"
          }
        ]
      }
    }
  ],
  "condition" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0493",
          "code" : "HEM"
        }
      ]
    }
  ],
  "note" : [
    {
      "text" : "Muestra hemolizada. Se solicita nueva toma de muestra."
    }
  ]
}