@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 -------------------------------------------------------------------

<https://emahealth.io/fhir/core/SpecimenDefinition/EjemploEmaSpecimenRequirement> a fhir:SpecimenDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "EjemploEmaSpecimenRequirement"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://emahealth.io/fhir/core/StructureDefinition/ema-specimen-requirement" ;
       fhir:index 0 ;
       fhir:link <https://emahealth.io/fhir/core/StructureDefinition/ema-specimen-requirement>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SpecimenDefinition EjemploEmaSpecimenRequirement</b></p><a name=\"EjemploEmaSpecimenRequirement\"> </a><a name=\"hcEjemploEmaSpecimenRequirement\"> </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-requirement.html\">EMA — Requisito de muestra de un pedible</a></p></div><p><b>identifier</b>: <code>https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog</code>/LAB-HBA1C</p><p><b>typeCollected</b>: <span title=\"Codes:{http://snomed.info/sct 122555007}\">Venous blood specimen</span></p><p><b>patientPreparation</b>: <span title=\"Codes:\">No requiere ayuno</span></p><blockquote><p><b>typeTested</b></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122555007}\">Venous blood specimen</span></p><p><b>preference</b>: Preferred</p><blockquote><p><b>container</b></p><p><b>EMA — Volumen útil del contenedor (µL)</b>: 3000</p><p><b>EMA — El contenedor no se comparte</b>: false</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 702281005}\">Evacuated blood collection tube, thrombin/clot activator/gel separator</span></p><p><b>minimumVolume</b>: 500 uL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeuL = 'uL')</span></p></blockquote></blockquote></div>"
  ] ;
  fhir:SpecimenDefinition.identifier [
     fhir:Identifier.system [ fhir:value "https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog" ] ;
     fhir:Identifier.value [ fhir:value "LAB-HBA1C" ]
  ] ;
  fhir:SpecimenDefinition.typeCollected [
     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:SpecimenDefinition.patientPreparation [
     fhir:index 0 ;
     fhir:CodeableConcept.text [ fhir:value "No requiere ayuno" ]
  ] ;
  fhir:SpecimenDefinition.typeTested [
     fhir:index 0 ;
     fhir:SpecimenDefinition.typeTested.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:SpecimenDefinition.typeTested.preference [ fhir:value "preferred" ] ;
     fhir:SpecimenDefinition.typeTested.container [
       fhir:Element.extension [
         fhir:index 0 ;
         fhir:Extension.url [ fhir:value "https://emahealth.io/fhir/core/StructureDefinition/ema-container-usable-volume" ] ;
         fhir:Extension.valueInteger [ fhir:value "3000"^^xsd:integer ]
       ], [
         fhir:index 1 ;
         fhir:Extension.url [ fhir:value "https://emahealth.io/fhir/core/StructureDefinition/ema-container-exclusive" ] ;
         fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
       ] ;
       fhir:SpecimenDefinition.typeTested.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" ]
         ]
       ] ;
       fhir:SpecimenDefinition.typeTested.container.minimumVolumeQuantity [
         fhir:Quantity.value [ fhir:value "500"^^xsd:decimal ] ;
         fhir:Quantity.unit [ fhir:value "uL" ] ;
         fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ] ;
         fhir:Quantity.code [ fhir:value "uL" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://emahealth.io/fhir/core/SpecimenDefinition/EjemploEmaSpecimenRequirement.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

