This page is part of the Quality Improvement Core Framework (v5.0.0: STU5 (v5.0.0)) based on FHIR R4. The current version which supercedes this version is 4.1.1. For a full list of available versions, 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 -------------------------------------------------------------------
a fhir:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-specimen"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-specimen> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"example\"> </a></p><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\">Resource Specimen "example" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-qicore-specimen.html\">QICore Specimen</a></p></div><p><b>type</b>: Venous blood specimen <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#122555007)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example</a> " CHALMERS"</p><p><b>receivedTime</b>: 2011-03-04 07:03:00+0000</p><h3>Collections</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Collected[x]</b></td><td><b>Quantity</b></td><td><b>BodySite</b></td></tr><tr><td>*</td><td>, </td><td>2011-03-06 06:15:00+0000</td><td>6 mL</td><td>Anterior surface of arm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#7311008)</span></td></tr></table><h3>Processings</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Description</b></td><td><b>Procedure</b></td><td><b>Additive</b></td></tr><tr><td>*</td><td/><td>Treated with anticoagulants.</td><td>Defibrination <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0373.html\">treatment</a>#DEFB)</span></td><td><a href=\"Substance-example.html\">Substance/example</a></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Type</b></td><td><b>Capacity</b></td></tr><tr><td>*</td><td/><td>Specimen vial <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#434746001)</span></td><td>10 mL</td></tr></table></div>"
] ; #
fhir:type [
( fhir:coding [
a sct:122555007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "122555007" ] ;
fhir:display [ fhir:v "Venous blood specimen" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:receivedTime [ fhir:v "2011-03-04T07:03:00Z"^^xsd:dateTime] ; #
fhir:collection [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/specimen-collectionPriority"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "ROUTINE" ] ] ) ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/specimen-specialHandling"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NOPERSISTP" ] ;
fhir:display [ fhir:v "no collection beyond purpose of use" ] ] ) ] ] ) ;
fhir:collected [ fhir:v "2011-03-06T06:15:00Z"^^xsd:dateTime ] ;
fhir:quantity [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/specimen-isDryWeight"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ] ] ) ;
fhir:value [ fhir:v "6"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ] ;
fhir:bodySite [
( fhir:coding [
a sct:7311008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "7311008" ] ;
fhir:display [ fhir:v "Anterior surface of arm" ] ] ) ]
] ; #
fhir:processing ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/specimen-processingTime"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2011-03-04T07:03:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2011-03-04T07:03:00Z"^^xsd:dateTime ] ] ] ) ;
fhir:description [ fhir:v "Treated with anticoagulants." ] ;
fhir:procedure [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0373"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DEFB" ] ;
fhir:display [ fhir:v "Defibrination" ] ] ) ] ;
( fhir:additive [
fhir:reference [ fhir:v "Substance/example" ] ] )
] ) ; #
fhir:container ( [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/specimen-sequenceNumber"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:integer ] ] ) ;
fhir:type [
( fhir:coding [
a sct:434746001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "434746001" ] ;
fhir:display [ fhir:v "Specimen vial" ] ] ) ] ;
fhir:capacity [
fhir:value [ fhir:v "10"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ] ]
] ) . #
IG © 2019+ http://www.hl7.org/Special/committees/cqi/index.cfm. Package hl7.fhir.us.qicore#5.0.0 based on FHIR 4.0.1. Generated 2023-04-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change