馃寪 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 Informe de laboratorio - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/EjemploEmaCoreDiagnosticReport> a fhir:DiagnosticReport ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploEmaCoreDiagnosticReport"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/core/StructureDefinition/ema-core-diagnostic-report" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/core/StructureDefinition/ema-core-diagnostic-report>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport EjemploEmaCoreDiagnosticReport</b></p><a name=\"EjemploEmaCoreDiagnosticReport\"> </a><a name=\"hcEjemploEmaCoreDiagnosticReport\"> </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-diagnostic-report.html\">EMA Core Diagnostic Report</a></p></div><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Carmen D铆az (official) Female, DoB: 1969-04-22 ( Medical record number聽(use:聽usual,聽))</td></tr><tr><td>Relevant Time</td><td>2026-08-18 10:32:00-0400</td></tr><tr><td>Reported</td><td>2026-08-18 14:25:00-0400</td></tr><tr><td>Performer</td><td> <a href=\"Organization-EjemploEmaCoreOrganization.html\">Organization Centro M茅dico EMA</a></td></tr><tr><td>Identifier</td><td> <code>https://tenant-ejemplo.emahealth.io/fhir/sid/informe</code>/INF-2026-0000871</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Reference Range</b></td><td><b>Flags</b></td><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-EjemploEmaCoreObservationLab.html\"><span title=\"Codes:{http://loinc.org 4548-4}\">Hemoglobin A1c/Hemoglobin.total in Blood</span></a></td><td>8.2 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></td><td>4 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span> - 5.6 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></td><td>Final, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation H}\">High</span></td><td>2026-08-18 14:20:00-0400</td></tr></table><p>HbA1c 8,2%: control metab贸lico insuficiente. Se sugiere ajuste terap茅utico.</p></div>"
  ] ;
  fhir:DiagnosticReport.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://tenant-ejemplo.emahealth.io/fhir/sid/informe" ] ;
     fhir:Identifier.value [ fhir:value "INF-2026-0000871" ]
  ] ;
  fhir:DiagnosticReport.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/ServiceRequest/EjemploEmaCoreServiceRequest> ;
     fhir:Reference.reference [ fhir:value "ServiceRequest/EjemploEmaCoreServiceRequest" ]
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ] ;
       fhir:Coding.code [ fhir:value "LAB" ]
     ]
  ] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:11502-2 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "11502-2" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <http://hl7.org/fhir/Patient/EjemploEmaCorePatient> ;
     fhir:Reference.reference [ fhir:value "Patient/EjemploEmaCorePatient" ]
  ] ;
  fhir:DiagnosticReport.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/EjemploEmaCoreEncounter> ;
     fhir:Reference.reference [ fhir:value "Encounter/EjemploEmaCoreEncounter" ]
  ] ;
  fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2026-08-18T10:32:00-04:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.issued [ fhir:value "2026-08-18T14:25:00-04:00"^^xsd:dateTime] ;
  fhir:DiagnosticReport.performer [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Organization/EjemploEmaCoreOrganization> ;
     fhir:Reference.reference [ fhir:value "Organization/EjemploEmaCoreOrganization" ]
  ] ;
  fhir:DiagnosticReport.specimen [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Specimen/EjemploEmaCoreSpecimen> ;
     fhir:Reference.reference [ fhir:value "Specimen/EjemploEmaCoreSpecimen" ]
  ] ;
  fhir:DiagnosticReport.result [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Observation/EjemploEmaCoreObservationLab> ;
     fhir:Reference.reference [ fhir:value "Observation/EjemploEmaCoreObservationLab" ]
  ] ;
  fhir:DiagnosticReport.conclusion [ fhir:value "HbA1c 8,2%: control metab贸lico insuficiente. Se sugiere ajuste terap茅utico."] .

<http://hl7.org/fhir/ServiceRequest/EjemploEmaCoreServiceRequest> a fhir:ServiceRequest .

<http://hl7.org/fhir/Patient/EjemploEmaCorePatient> a fhir:Patient .

<http://hl7.org/fhir/Encounter/EjemploEmaCoreEncounter> a fhir:Encounter .

<http://hl7.org/fhir/Organization/EjemploEmaCoreOrganization> a fhir:Organization .

<http://hl7.org/fhir/Specimen/EjemploEmaCoreSpecimen> a fhir:Specimen .

<http://hl7.org/fhir/Observation/EjemploEmaCoreObservationLab> a fhir:Observation .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/DiagnosticReport/EjemploEmaCoreDiagnosticReport.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/DiagnosticReport/EjemploEmaCoreDiagnosticReport.ttl> .