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

: Laboratorio - Muestra - JSON Representation

Raw json | Descargar

{
  "resourceType" : "Specimen",
  "id" : "Example-Specimen-lab-a8583a1fca1c",
  "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-lab-a8583a1fca1c</b></p><a name=\"Example-Specimen-lab-a8583a1fca1c\"> </a><a name=\"hcExample-Specimen-lab-a8583a1fca1c\"> </a><a name=\"Example-Specimen-lab-a8583a1fca1c-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>/a8583a1fca1c\u00a0(use:\u00a0usual,\u00a0)</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122575003}\">Urine specimen</span></p><p><b>subject</b>: <a href=\"Patient-Example-Patient-lab-a50c247482ee.html\">Celeste García Martinez(official) Female, DoB: 2025-02-18 ( Numero único de Identificación: 1048556545\u00a0(use:\u00a0official,\u00a0))</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></tr><tr><td style=\"display: none\">*</td><td><a href=\"PractitionerRole-Example-lab-PractitionerRole-0bbe07e4a688.html\">PractitionerRole Auxiliary nurse (occupation)</a></td><td>2025-07-17 16:27:10+0000</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://hospitalSystemInformation.example.org/Specimens/",
      "value" : "a8583a1fca1c"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "122575003",
        "display" : "Urine specimen"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Patient-lab-a50c247482ee"
  },
  "collection" : {
    "collector" : {
      🔗 "reference" : "PractitionerRole/Example-lab-PractitionerRole-0bbe07e4a688"
    },
    "collectedDateTime" : "2025-07-17T16:27:10Z"
  }
}