🇨🇱 EMA Health Chile Implementation Guide
0.1.0 - ci-build
🇨🇱 EMA Health Chile Implementation Guide - Local Development build (v0.1.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/EjemploEmaSpecimen> a fhir:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "EjemploEmaSpecimen"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://emahealth.io/fhir/cl/StructureDefinition/ema-specimen" ;
fhir:index 0 ;
fhir:link <https://emahealth.io/fhir/cl/StructureDefinition/ema-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 EjemploEmaSpecimen</b></p><a name=\"EjemploEmaSpecimen\"> </a><a name=\"hcEjemploEmaSpecimen\"> </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-specimen.html\">EMA Specimen</a></p></div><p><b>identifier</b>: <code>https://lab-aurora.emahealth.io/specimens</code>/SPM-2026-005678</p><p><b>accessionIdentifier</b>: <code>https://lab-aurora.emahealth.io/accession</code>/ACC-2026-001234</p><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 BLD}\">Whole blood</span></p><p><b>subject</b>: <a href=\"Patient-EjemploEmaPatient.html\">María González Soto</a></p><p><b>receivedTime</b>: 2026-03-15 09:00:00-0300</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>Method</b></td><td><b>BodySite</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-EjemploEmaPractitioner.html\">EU. Francisca Reyes</a></td><td>2026-03-15 08:45:00-0300</td><td><span title=\"Codes:{http://snomed.info/sct 28520004}\">Venipuncture for blood test</span></td><td><span title=\"Codes:{http://snomed.info/sct 49852007}\">Median cubital vein</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>SpecimenQuantity</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><td>4 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></td></tr></table><p><b>condition</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0493 ROOM}\">Room temperature</span></p></div>"
] ;
fhir:Specimen.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "https://lab-aurora.emahealth.io/specimens" ] ;
fhir:Identifier.value [ fhir:value "SPM-2026-005678" ]
] ;
fhir:Specimen.accessionIdentifier [
fhir:Identifier.system [ fhir:value "https://lab-aurora.emahealth.io/accession" ] ;
fhir:Identifier.value [ fhir:value "ACC-2026-001234" ]
] ;
fhir:Specimen.status [ fhir:value "available"] ;
fhir:Specimen.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0487" ] ;
fhir:Coding.code [ fhir:value "BLD" ]
]
] ;
fhir:Specimen.subject [
fhir:link <http://hl7.org/fhir/Patient/EjemploEmaPatient> ;
fhir:Reference.reference [ fhir:value "Patient/EjemploEmaPatient" ] ;
fhir:Reference.display [ fhir:value "María González Soto" ]
] ;
fhir:Specimen.receivedTime [ fhir:value "2026-03-15T09:00:00-03:00"^^xsd:dateTime] ;
fhir:Specimen.collection [
fhir:Specimen.collection.collector [
fhir:link <http://hl7.org/fhir/Practitioner/EjemploEmaPractitioner> ;
fhir:Reference.reference [ fhir:value "Practitioner/EjemploEmaPractitioner" ] ;
fhir:Reference.display [ fhir:value "EU. Francisca Reyes" ]
] ;
fhir:Specimen.collection.collectedDateTime [ fhir:value "2026-03-15T08:45:00-03:00"^^xsd:dateTime ] ;
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:Specimen.collection.bodySite [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:49852007 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "49852007" ]
]
]
] ;
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:Specimen.container.specimenQuantity [
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.condition [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0493" ] ;
fhir:Coding.code [ fhir:value "ROOM" ]
]
] .
<http://hl7.org/fhir/Patient/EjemploEmaPatient> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/EjemploEmaPractitioner> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Specimen/EjemploEmaSpecimen.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Specimen/EjemploEmaSpecimen.ttl> .
IG © 2026+ EMA Health SpA. Package emaig.cl#0.1.0 based on FHIR 4.0.1. Generated 2026-06-30
Links: Table of Contents |
QA Report
EMA
>>>
Health
· ig.emahealth.io