🌐 EMA Health Core Implementation Guide
0.2.0 - ci-build
🌐 EMA Health Core Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-07-19 |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/ema-cs-container-type> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ema-cs-container-type"] ;
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: CodeSystem ema-cs-container-type</b></p><a name=\"ema-cs-container-type\"> </a><a name=\"hcema-cs-container-type\"> </a><p>This case-sensitive code system <code>https://emahealth.io/fhir/core/CodeSystem/ema-cs-container-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">702281005<a name=\"ema-cs-container-type-702281005\"> </a></td><td>Tubo EDTA (tapa lila)</td></tr><tr><td style=\"white-space:nowrap\">702282003<a name=\"ema-cs-container-type-702282003\"> </a></td><td>Tubo gel separador de suero (tapa amarilla)</td></tr><tr><td style=\"white-space:nowrap\">702283008<a name=\"ema-cs-container-type-702283008\"> </a></td><td>Tubo heparina de litio (tapa verde)</td></tr><tr><td style=\"white-space:nowrap\">702284002<a name=\"ema-cs-container-type-702284002\"> </a></td><td>Tubo citrato de sodio (tapa celeste)</td></tr><tr><td style=\"white-space:nowrap\">702285001<a name=\"ema-cs-container-type-702285001\"> </a></td><td>Tubo fluoruro de sodio (tapa gris)</td></tr><tr><td style=\"white-space:nowrap\">702286000<a name=\"ema-cs-container-type-702286000\"> </a></td><td>Tubo sin aditivo (tapa roja)</td></tr><tr><td style=\"white-space:nowrap\">702287009<a name=\"ema-cs-container-type-702287009\"> </a></td><td>Frasco de orina</td></tr><tr><td style=\"white-space:nowrap\">434746001<a name=\"ema-cs-container-type-434746001\"> </a></td><td>Vial / hisopo</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://emahealth.io/fhir/core/CodeSystem/ema-cs-container-type"] ;
fhir:CodeSystem.version [ fhir:value "0.2.0"] ;
fhir:CodeSystem.name [ fhir:value "EmaCsContainerType"] ;
fhir:CodeSystem.title [ fhir:value "EMA — Tipo de Contenedor"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-07-19T18:14:29+00:00"^^xsd:dateTime] ;
fhir:CodeSystem.publisher [ fhir:value "EMA Health SpA"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "EMA Health SpA" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://emahealth.io" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "[email protected]" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "Tipos de contenedores/tubos para muestras de laboratorio (valores SNOMED CT).\nSemilla base que se materializa por tenant (Opción B)."] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "702281005" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Tubo EDTA (tapa lila)" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "702282003" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Tubo gel separador de suero (tapa amarilla)" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "702283008" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Tubo heparina de litio (tapa verde)" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "702284002" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Tubo citrato de sodio (tapa celeste)" ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "702285001" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Tubo fluoruro de sodio (tapa gris)" ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "702286000" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Tubo sin aditivo (tapa roja)" ]
], [
fhir:index 6 ;
fhir:CodeSystem.concept.code [ fhir:value "702287009" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Frasco de orina" ]
], [
fhir:index 7 ;
fhir:CodeSystem.concept.code [ fhir:value "434746001" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Vial / hisopo" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/ema-cs-container-type.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/ema-cs-container-type.ttl> .
IG © 2026+ EMA Health SpA. Package emaig.core#0.2.0 based on FHIR 4.0.1. Generated 2026-07-19
Links: Table of Contents |
QA Report