Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.14.0 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example-Specimen-Laboratory-07ddf6801714 - JSON Representation

Raw json | Descargar

{
  "resourceType" : "Specimen",
  "id" : "Example-Specimen-Laboratory-07ddf6801714",
  "meta" : {
    "profile" : [
      🔗 "https://ohapi-fhir-dev-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileSpecimenHCEU"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen Example-Specimen-Laboratory-07ddf6801714</b></p><a name=\"Example-Specimen-Laboratory-07ddf6801714\"> </a><a name=\"hcExample-Specimen-Laboratory-07ddf6801714\"> </a><a name=\"Example-Specimen-Laboratory-07ddf6801714-es-ES\"> </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-ProfileSpecimenHCEU.html\">HCEU - Specimen</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/Specimens/</code>/SPEC-20250225001\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 BLD}\">Sangre Completa</span></p><p><b>subject</b>: <a href=\"Patient-Example-Patient-Urgencias-bdb7a6003025.html\">Juan García(official) Male, DoB: 1985-06-15 ( Cédula de Ciudadanía: 1234567890\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>receivedTime</b>: 2025-02-25 09:00:00+0000</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></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-Example-Practitioner-Urgencias-8f6d2c3a5f6d.html\">Practitioner Carlos Andrés Gómez Pérez(official)</a></td><td>2025-02-25 08:30:00+0000</td><td>5 mg</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://hospitalSystemInformation.example.org/Specimens/",
      "value" : "SPEC-20250225001"
    }
  ],
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code" : "BLD",
        "display" : "Whole Blood"
      }
    ],
    "text" : "Sangre Completa"
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Patient-Urgencias-bdb7a6003025"
  },
  "receivedTime" : "2025-02-25T09:00:00Z",
  "collection" : {
    "collector" : {
      🔗 "reference" : "Practitioner/Example-Practitioner-Urgencias-8f6d2c3a5f6d"
    },
    "collectedDateTime" : "2025-02-25T08:30:00Z",
    "quantity" : {
      "value" : 5,
      "unit" : "mg"
    }
  }
}