🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build

🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ejemplo Muestra — sangre venosa - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "EjemploEmaCoreSpecimen",
  "meta" : {
    "profile" : [
      🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-specimen"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen EjemploEmaCoreSpecimen</b></p><a name=\"EjemploEmaCoreSpecimen\"> </a><a name=\"hcEjemploEmaCoreSpecimen\"> </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-core-specimen.html\">EMA Core Specimen</a></p></div><p><b>identifier</b>: <code>https://tenant-ejemplo.emahealth.io/fhir/sid/muestra</code>/MUE-2026-0000871</p><p><b>accessionIdentifier</b>: <code>https://tenant-ejemplo.emahealth.io/fhir/sid/acceso</code>/ACC-2026-0000871</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122555007}\">Venous blood specimen</span></p><p><b>subject</b>: <a href=\"Patient-EjemploEmaCorePatient.html\">Carmen Díaz (official) Female, DoB: 1969-04-22 ( Medical record number\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>receivedTime</b>: 2026-08-18 11:05:00-0400</p><p><b>request</b>: <a href=\"ServiceRequest-EjemploEmaCoreServiceRequest.html\">ServiceRequest Hemoglobin A1c/Hemoglobin.total in Blood</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-EjemploEmaCorePractitionerLab.html\">Practitioner Valentina Núñez (official)</a></td><td>2026-08-18 10:32:00-0400</td><td>4 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></td><td><span title=\"Codes:{http://snomed.info/sct 28520004}\">Venipuncture for blood test</span></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></div>"
  },
  "identifier" : [
    {
      "system" : "https://tenant-ejemplo.emahealth.io/fhir/sid/muestra",
      "value" : "MUE-2026-0000871"
    }
  ],
  "accessionIdentifier" : {
    "system" : "https://tenant-ejemplo.emahealth.io/fhir/sid/acceso",
    "value" : "ACC-2026-0000871"
  },
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "122555007",
        "display" : "Venous blood specimen"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/EjemploEmaCorePatient"
  },
  "receivedTime" : "2026-08-18T11:05:00-04:00",
  "request" : [
    {
      🔗 "reference" : "ServiceRequest/EjemploEmaCoreServiceRequest"
    }
  ],
  "collection" : {
    "collector" : {
      🔗 "reference" : "Practitioner/EjemploEmaCorePractitionerLab"
    },
    "collectedDateTime" : "2026-08-18T10:32:00-04:00",
    "quantity" : {
      "value" : 4,
      "unit" : "mL",
      "system" : "http://unitsofmeasure.org",
      "code" : "mL"
    },
    "method" : {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "28520004",
          "display" : "Venipuncture for blood test"
        }
      ]
    }
  },
  "container" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "702281005",
            "display" : "Evacuated blood collection tube, thrombin/clot activator/gel separator"
          }
        ]
      }
    }
  ]
}