🌐 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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Specimen/EjemploEmaCoreSpecimen> a fhir:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "EjemploEmaCoreSpecimen"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://emahealth.io/fhir/core/StructureDefinition/ema-core-specimen" ;
fhir:index 0 ;
fhir:link <https://emahealth.io/fhir/core/StructureDefinition/ema-core-specimen>
]
] ;
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: 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 (use: usual, ))</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>"
] ;
fhir:Specimen.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://tenant-ejemplo.emahealth.io/fhir/sid/muestra" ] ;
fhir:Identifier.value [ fhir:value "MUE-2026-0000871" ]
] ;
fhir:Specimen.accessionIdentifier [
fhir:Identifier.system [ fhir:value "https://tenant-ejemplo.emahealth.io/fhir/sid/acceso" ] ;
fhir:Identifier.value [ fhir:value "ACC-2026-0000871" ]
] ;
fhir:Specimen.status [ fhir:value "available"] ;
fhir:Specimen.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:122555007 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "122555007" ] ;
fhir:Coding.display [ fhir:value "Venous blood specimen" ]
]
] ;
fhir:Specimen.subject [
fhir:link <http://hl7.org/fhir/Patient/EjemploEmaCorePatient> ;
fhir:Reference.reference [ fhir:value "Patient/EjemploEmaCorePatient" ]
] ;
fhir:Specimen.receivedTime [ fhir:value "2026-08-18T11:05:00-04:00"^^xsd:dateTime] ;
fhir:Specimen.request [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/ServiceRequest/EjemploEmaCoreServiceRequest> ;
fhir:Reference.reference [ fhir:value "ServiceRequest/EjemploEmaCoreServiceRequest" ]
] ;
fhir:Specimen.collection [
fhir:Specimen.collection.collector [
fhir:link <http://hl7.org/fhir/Practitioner/EjemploEmaCorePractitionerLab> ;
fhir:Reference.reference [ fhir:value "Practitioner/EjemploEmaCorePractitionerLab" ]
] ;
fhir:Specimen.collection.collectedDateTime [ fhir:value "2026-08-18T10:32:00-04:00"^^xsd:dateTime ] ;
fhir:Specimen.collection.quantity [
fhir:Quantity.value [ fhir:value "4"^^xsd:decimal ] ;
fhir:Quantity.unit [ fhir:value "mL" ] ;
fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
fhir:Quantity.code [ fhir:value "mL" ]
] ;
fhir:Specimen.collection.method [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:28520004 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "28520004" ] ;
fhir:Coding.display [ fhir:value "Venipuncture for blood test" ]
]
]
] ;
fhir:Specimen.container [
fhir:index 0 ;
fhir:Specimen.container.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:702281005 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "702281005" ] ;
fhir:Coding.display [ fhir:value "Evacuated blood collection tube, thrombin/clot activator/gel separator" ]
]
]
] .
<http://hl7.org/fhir/Patient/EjemploEmaCorePatient> a fhir:Patient .
<http://hl7.org/fhir/ServiceRequest/EjemploEmaCoreServiceRequest> a fhir:ServiceRequest .
<http://hl7.org/fhir/Practitioner/EjemploEmaCorePractitionerLab> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Specimen/EjemploEmaCoreSpecimen.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Specimen/EjemploEmaCoreSpecimen.ttl> .
IG © 2026+ EMA Health SpA. Package emaig.core#0.10.0 based on FHIR 4.0.1. Generated 2026-08-31
Links: Table of Contents |
QA Report