Specimen
-
Denovo
1
expirationDate
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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/denovo-1> a fhir:Specimen ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "denovo-1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 "denovo-1" </p></div><p><b>identifier</b>: id: 1</p><p><b>status</b>: available</p><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-denovoChild.html\">Patient/denovoChild: Child Junior Doe</a> " DOE"</p><p><b>receivedTime</b>: 2021-01-01 01:01:01+0000</p><p><b>request</b>: <a href=\"ServiceRequest-genomicServiceRequest.html\">ServiceRequest/genomicServiceRequest</a></p><h3>Collections</h3><table class=\"grid\"><tr><td>-</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>*</td><td><a href=\"Practitioner-practitioner01.html\">Practitioner/practitioner01</a> " DOEL"</td><td>2021-01-01 01:01:00+0000</td><td>1 mL</td><td>Line, Venous <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0488.html\">specimenCollectionMethod</a>#LNV)</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.somesystemabc.net/identifiers/specimens"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
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:link <http://hl7.org/fhir/Patient/denovoChild> ;
fhir:reference [ fhir:v "Patient/denovoChild" ] ;
fhir:display [ fhir:v "Child Junior Doe" ]
] ; #
fhir:receivedTime [ fhir:v "2021-01-01T01:01:01Z"^^xsd:dateTime] ; #
fhir:request ( [
fhir:link <http://hl7.org/fhir/ServiceRequest/genomicServiceRequest> ;
fhir:reference [ fhir:v "ServiceRequest/genomicServiceRequest" ]
] ) ; #
fhir:collection [
fhir:collector [
fhir:link <http://hl7.org/fhir/Practitioner/practitioner01> ;
fhir:reference [ fhir:v "Practitioner/practitioner01" ]
] ;
fhir:collected [
a fhir:dateTime ;
fhir:v "2021-01-01T01:01:00Z"^^xsd:dateTime
] ;
fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mL" ]
] ;
fhir:method [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0488"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LNV" ]
] )
]
] . #
<http://hl7.org/fhir/Patient/denovoChild> a fhir:Patient .
<http://hl7.org/fhir/ServiceRequest/genomicServiceRequest> a fhir:ServiceRequest .
<http://hl7.org/fhir/Practitioner/practitioner01> a fhir:Practitioner .
# -------------------------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<StructureDefinition xmlns="http://hl7.org/fhir">
<id value="codesystem-expirationDate"/>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
<valueCode value="vocab"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
<valueInteger value="1"/>
</extension>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
<valueCode value="deprecated"/>
</extension>
<url value="http://hl7.org/fhir/StructureDefinition/codesystem-expirationDate"/>
<identifier>
<system value="urn:ietf:rfc:3986"/>
<value value="urn:oid:2.16.840.1.113883.4.642.5.1144"/>
</identifier>
<version value="5.0.0-ballot"/>
<name value="expirationDate"/>
<status value="draft"/>
<experimental value="false"/>
<date value="2020-12-28T16:55:11+11:00"/>
<publisher value="HL7"/>
<description value="The date when the value set version is no longer expected to be used to create
new content. This is the first date-time when the value set version becomes Inactive,
so this value MUST present on all Inactive value set versions. The start Date_time
is expected to be as of 0001 UTC of the Expiration Date. (deprecated)"/>
<fhirVersion value="5.0.0"/>
<mapping>
<identity value="rim"/>
<uri value="http://hl7.org/v3"/>
<name value="RIM Mapping"/>
</mapping>
<kind value="complex-type"/>
<abstract value="false"/>
<context>
<type value="element"/>
<expression value="CodeSystem"/>
</context>
<type value="Extension"/>
<baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension"/>
<derivation value="constraint"/>
<snapshot>
<element id="Extension">
<path value="Extension"/>
<short value="When the value set version should no longer be used (deprecated)"/>
<definition value="The date when the value set version is no longer expected to be used to create
new content. This is the first date-time when the value set version becomes Inactive,
so this value MUST present on all Inactive value set versions. The start Date_time
is expected to be as of 0001 UTC of the Expiration Date. (deprecated)"/>
<comment value="Upon reaching the Expiration Date, the value set Activity Status should be consdiered
as inactive. An Inactive value set version may no longer be used to create new
content, but it may be used to evaluate content created prior to the Expiration
Date. This extension is deprecated, use the CodeSystem.effectivePeriod.stop element
instead."/>
<min value="0"/>
<max value="1"/>
<base>
<path value="Extension"/>
<min value="0"/>
<max value="*"/>
</base>
<constraint>
<key value="ele-1"/>
<severity value="error"/>
<human value="All FHIR elements must have a @value or children"/>
<expression value="hasValue() or (children().count() > id.count())"/>
<xpath value="@value|f:*|h:div"/>
<source value="http://hl7.org/fhir/StructureDefinition/Element"/>
</constraint>
<constraint>
<key value="ext-1"/>
<severity value="error"/>
<human value="Must have either extensions or value[x], not both"/>
<expression value="extension.exists() != value.exists()"/>
<xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"/>
<source value="http://hl7.org/fhir/StructureDefinition/Extension"/>
</constraint>
<isModifier value="false"/>
</element>
<element id="Extension.id">
<path value="Extension.id"/>
<representation value="xmlAttr"/>
<short value="Unique id for inter-element referencing"/>
<definition value="Unique id for the element within a resource (for internal references). This may
be any string value that does not contain spaces."/>
<min value="0"/>
<max value="1"/>
<base>
<path value="Element.id"/>
<min value="0"/>
<max value="1"/>
</base>
<type>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
<valueUrl value="id"/>
</extension>
<code value="http://hl7.org/fhirpath/System.String"/>
</type>
<isModifier value="false"/>
<isSummary value="false"/>
<mapping>
<identity value="rim"/>
<map value="n/a"/>
</mapping>
</element>
<element id="Extension.extension">
<path value="Extension.extension"/>
<slicing>
<discriminator>
<type value="value"/>
<path value="url"/>
</discriminator>
<description value="Extensions are always sliced by (at least) url"/>
<rules value="open"/>
</slicing>
<short value="Extension"/>
<definition value="An Extension"/>
<min value="0"/>
<max value="0"/>
<base>
<path value="Element.extension"/>
<min value="0"/>
<max value="*"/>
</base>
<type>
<code value="Extension"/>
</type>
<constraint>
<key value="ele-1"/>
<severity value="error"/>
<human value="All FHIR elements must have a @value or children"/>
<expression value="hasValue() or (children().count() > id.count())"/>
<xpath value="@value|f:*|h:div"/>
<source value="http://hl7.org/fhir/StructureDefinition/Element"/>
</constraint>
<constraint>
<key value="ext-1"/>
<severity value="error"/>
<human value="Must have either extensions or value[x], not both"/>
<expression value="extension.exists() != value.exists()"/>
<xpath value="exists(f:extension)!=exists(f:*[starts-with(local-name(.), "value")])"/>
<source value="http://hl7.org/fhir/StructureDefinition/Extension"/>
</constraint>
<isModifier value="false"/>
<isSummary value="false"/>
</element>
<element id="Extension.url">
<path value="Extension.url"/>
<representation value="xmlAttr"/>
<short value="identifies the meaning of the extension"/>
<definition value="Source of the definition for the extension code - a logical name or a URL."/>
<comment value="The definition may point directly to a computable or human-readable definition
of the extensibility codes, or it may be a logical URI as declared in some other
specification. The definition SHALL be a URI for the Structure Definition defining
the extension."/>
<min value="1"/>
<max value="1"/>
<base>
<path value="Extension.url"/>
<min value="1"/>
<max value="1"/>
</base>
<type>
<extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type">
<valueUrl value="uri"/>
</extension>
<code value="http://hl7.org/fhirpath/System.String"/>
</type>
<fixedUri value="http://hl7.org/fhir/StructureDefinition/codesystem-expirationDate"/>
<isModifier value="false"/>
<isSummary value="false"/>
<mapping>
<identity value="rim"/>
<map value="N/A"/>
</mapping>
</element>
<element id="Extension.value[x]">
<path value="Extension.value[x]"/>
<short value="Value of extension"/>
<definition value="Value of extension - must be one of a constrained set of the data types (see [Extensibility](
extensibility.html) for a list)."/>
<min value="1"/>
<max value="1"/>
<base>
<path value="Extension.value[x]"/>
<min value="0"/>
<max value="1"/>
</base>
<type>
<code value="date"/>
</type>
<constraint>
<key value="ele-1"/>
<severity value="error"/>
<human value="All FHIR elements must have a @value or children"/>
<expression value="hasValue() or (children().count() > id.count())"/>
<xpath value="@value|f:*|h:div"/>
<source value="http://hl7.org/fhir/StructureDefinition/Element"/>
</constraint>
<isModifier value="false"/>
<isSummary value="false"/>
<mapping>
<identity value="rim"/>
<map value="N/A"/>
</mapping>
</element>
</snapshot>
<differential>
<element id="Extension">
<path value="Extension"/>
<short value="When the value set version should no longer be used (deprecated)"/>
<definition value="The date when the value set version is no longer expected to be used to create
new content. This is the first date-time when the value set version becomes Inactive,
so this value MUST present on all Inactive value set versions. The start Date_time
is expected to be as of 0001 UTC of the Expiration Date. (deprecated)"/>
<comment value="Upon reaching the Expiration Date, the value set Activity Status should be consdiered
as inactive. An Inactive value set version may no longer be used to create new
content, but it may be used to evaluate content created prior to the Expiration
Date. This extension is deprecated, use the CodeSystem.effectivePeriod.stop element
instead."/>
<min value="0"/>
<max value="1"/>
<isModifier value="false"/>
</element>
<element id="Extension.extension">
<path value="Extension.extension"/>
<max value="0"/>
</element>
<element id="Extension.url">
<path value="Extension.url"/>
<fixedUri value="http://hl7.org/fhir/StructureDefinition/codesystem-expirationDate"/>
</element>
<element id="Extension.value[x]">
<path value="Extension.value[x]"/>
<min value="1"/>
<type>
<code value="date"/>
</type>
</element>
</differential>
</
StructureDefinition
>
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.