This page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4
Orders and Observations Work Group | Maturity Level: 1 | Trial Use | Security Category: Anonymous | Compartments: Not linked to any defined compartments |
A kind of specimen with associated set of requirements.
SpecimenDefinition will define a kind of specimen, which can be associated with in vitro diagnostic procedures described in a catalog of orderable services. SpecimenDefinition describes the kind of specimen to be collected from the subject of these procedures as well as the requirements applying to the collection activity, the preparation of the subject for this collection. This resource also describes the associated type(s) of specimen conditioned for testing, which are the output of the specimen collection activity. A specimen conditioned for testing is described with the type(s) of container and possible additive to be used, the minimal and normal volumes of collection, the conditions of storage, transportation and handling for the specimen once collected and conditioned. This resource is a necessary building block of a sharable catalog of orderable in vitro diagnostic services. The subjects of these orderable services may be human patients, non-human living subjects or non-living materials such as water, surfaces, medical devices, etc. All sub-specialties of clinical and anatomic pathology laboratories are concerned, as well as all care services prone to order in vitro diagnostic services to those laboratories. A catalog of orderable services generally belongs to a specific laboratory or facility. Nonetheless, the data items used to build this catalog are of universal meaning and interest.
This resource relates to these other resources:
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
SpecimenDefinition | TU | DomainResource | Kind of specimen Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension Interfaces Implemented: MetadataResource | |
url | Σ | 0..1 | uri | Logical canonical URL to reference this SpecimenDefinition (globally unique) |
identifier | Σ | 0..1 | Identifier | Business identifier |
version | Σ | 0..1 | string | Business version of the SpecimenDefinition |
title | Σ | 0..1 | string | Name for this SpecimenDefinition (Human friendly) |
derivedFromCanonical | Σ | 0..* | canonical(SpecimenDefinition) | Based on FHIR definition of another SpecimenDefinition |
derivedFromUri | Σ | 0..* | uri | Based on external definition |
status | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
experimental | Σ | 0..1 | boolean | If this SpecimenDefinition is not for real usage |
subject[x] | Σ | 0..1 | Type of subject for specimen collection | |
subjectCodeableConcept | CodeableConcept | |||
subjectReference | Reference(Group) | |||
date | Σ | 0..1 | dateTime | Date status first applied |
publisher | Σ | 0..1 | Reference(Practitioner | PractitionerRole | Organization) | The name of the individual or organization that published the SpecimenDefinition |
contact | Σ | 0..* | ContactDetail | Contact details for the publisher |
description | 0..1 | markdown | Natural language description of the SpecimenDefinition | |
useContext | 0..* | UsageContext | Content intends to support these contexts | |
jurisdiction | Σ | 0..* | CodeableConcept | Intended jurisdiction for this SpecimenDefinition (if applicable) Jurisdiction (Extensible) |
purpose | 0..1 | markdown | Why this SpecimenDefinition is defined | |
copyright | 0..1 | markdown | Use and/or publishing restrictions | |
approvalDate | 0..1 | date | When SpecimenDefinition was approved by publisher | |
lastReviewDate | 0..1 | date | The date on which the asset content was last reviewed | |
effectivePeriod | Σ | 0..1 | Period | The effective date range for the SpecimenDefinition |
typeCollected | Σ | 0..1 | CodeableConcept | Kind of material to collect hl7VS-specimenType (Example) |
patientPreparation | Σ | 0..* | CodeableConcept | Patient preparation for collection Patient preparation prior specimen collection (Example) |
timeAspect | Σ | 0..1 | string | Time aspect for collection |
collection | Σ | 0..* | CodeableConcept | Specimen collection procedure Specimen collection methods (Example) |
typeTested | 0..* | BackboneElement | Specimen in container intended for testing by lab | |
isDerived | 0..1 | boolean | Primary or secondary specimen | |
type | 0..1 | CodeableConcept | Type of intended specimen hl7VS-specimenType (Example) | |
preference | 1..1 | code | preferred | alternate SpecimenContainedPreference (Required) | |
container | 0..1 | BackboneElement | The specimen's container | |
material | 0..1 | CodeableConcept | The material type used for the container Types of material for specimen containers (Example) | |
type | 0..1 | CodeableConcept | Kind of container associated with the kind of specimen Specimen Container Type (Example) | |
cap | 0..1 | CodeableConcept | Color of container cap ContainerCap (Example) | |
description | 0..1 | string | The description of the kind of container | |
capacity | 0..1 | SimpleQuantity | The capacity of this kind of container | |
minimumVolume[x] | 0..1 | Minimum volume | ||
minimumVolumeQuantity | SimpleQuantity | |||
minimumVolumeString | string | |||
additive | 0..* | BackboneElement | Additive associated with container | |
additive[x] | 1..1 | Additive associated with container hl7VS-additivePreservative (Example) | ||
additiveCodeableConcept | CodeableConcept | |||
additiveReference | Reference(SubstanceDefinition) | |||
preparation | 0..1 | string | Special processing applied to the container for this specimen type | |
requirement | 0..1 | string | Requirements for specimen delivery and special handling | |
retentionTime | 0..1 | Duration | The usual time for retaining this kind of specimen | |
singleUse | 0..1 | boolean | Specimen for single use only | |
rejectionCriterion | 0..* | CodeableConcept | Criterion specified for specimen rejection RejectionCriterion (Example) | |
handling | 0..* | BackboneElement | Specimen handling before testing | |
temperatureQualifier | 0..1 | CodeableConcept | Qualifies the interval of temperature HandlingConditionSet (Example) | |
temperatureRange | 0..1 | Range | Temperature range for these handling instructions | |
maxDuration | 0..1 | Duration | Maximum preservation time | |
instruction | 0..1 | string | Preservation instruction | |
testingDestination | 0..* | CodeableConcept | Where the specimen will be tested Diagnostic Service Section Codes (Example) | |
Documentation for this format |
See the Extensions for this resource
UML Diagram (Legend)
XML Template
<SpecimenDefinition xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Logical canonical URL to reference this SpecimenDefinition (globally unique) --> <identifier><!-- 0..1 Identifier Business identifier --></identifier> <version value="[string]"/><!-- 0..1 Business version of the SpecimenDefinition --> <title value="[string]"/><!-- 0..1 Name for this SpecimenDefinition (Human friendly) --> <derivedFromCanonical><!-- 0..* canonical(SpecimenDefinition) Based on FHIR definition of another SpecimenDefinition --></derivedFromCanonical> <derivedFromUri value="[uri]"/><!-- 0..* Based on external definition --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <experimental value="[boolean]"/><!-- 0..1 If this SpecimenDefinition is not for real usage --> <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) Type of subject for specimen collection --></subject[x]> <date value="[dateTime]"/><!-- 0..1 Date status first applied --> <publisher><!-- 0..1 Reference(Organization|Practitioner|PractitionerRole) The name of the individual or organization that published the SpecimenDefinition --></publisher> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <description value="[markdown]"/><!-- 0..1 Natural language description of the SpecimenDefinition --> <useContext><!-- 0..* UsageContext Content intends to support these contexts --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for this SpecimenDefinition (if applicable) --></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this SpecimenDefinition is defined --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <approvalDate value="[date]"/><!-- 0..1 When SpecimenDefinition was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 The date on which the asset content was last reviewed --> <effectivePeriod><!-- 0..1 Period The effective date range for the SpecimenDefinition --></effectivePeriod> <typeCollected><!-- 0..1 CodeableConcept Kind of material to collect --></typeCollected> <patientPreparation><!-- 0..* CodeableConcept Patient preparation for collection --></patientPreparation> <timeAspect value="[string]"/><!-- 0..1 Time aspect for collection --> <collection><!-- 0..* CodeableConcept Specimen collection procedure --></collection> <typeTested> <!-- 0..* Specimen in container intended for testing by lab --> <isDerived value="[boolean]"/><!-- 0..1 Primary or secondary specimen --> <type><!-- 0..1 CodeableConcept Type of intended specimen --></type> <preference value="[code]"/><!-- 1..1 preferred | alternate --> <container> <!-- 0..1 The specimen's container --> <material><!-- 0..1 CodeableConcept The material type used for the container --></material> <type><!-- 0..1 CodeableConcept Kind of container associated with the kind of specimen --></type> <cap><!-- 0..1 CodeableConcept Color of container cap --></cap> <description value="[string]"/><!-- 0..1 The description of the kind of container --> <capacity><!-- 0..1 Quantity(SimpleQuantity) The capacity of this kind of container --></capacity> <minimumVolume[x]><!-- 0..1 Quantity(SimpleQuantity)|string Minimum volume --></minimumVolume[x]> <additive> <!-- 0..* Additive associated with container --> <additive[x]><!-- 1..1 CodeableConcept|Reference(SubstanceDefinition) Additive associated with container --></additive[x]> </additive> <preparation value="[string]"/><!-- 0..1 Special processing applied to the container for this specimen type --> </container> <requirement value="[string]"/><!-- 0..1 Requirements for specimen delivery and special handling --> <retentionTime><!-- 0..1 Duration The usual time for retaining this kind of specimen --></retentionTime> <singleUse value="[boolean]"/><!-- 0..1 Specimen for single use only --> <rejectionCriterion><!-- 0..* CodeableConcept Criterion specified for specimen rejection --></rejectionCriterion> <handling> <!-- 0..* Specimen handling before testing --> <temperatureQualifier><!-- 0..1 CodeableConcept Qualifies the interval of temperature --></temperatureQualifier> <temperatureRange><!-- 0..1 Range Temperature range for these handling instructions --></temperatureRange> <maxDuration><!-- 0..1 Duration Maximum preservation time --></maxDuration> <instruction value="[string]"/><!-- 0..1 Preservation instruction --> </handling> <testingDestination><!-- 0..* CodeableConcept Where the specimen will be tested --></testingDestination> </typeTested> </SpecimenDefinition>
JSON Template
{ "resourceType" : "SpecimenDefinition", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "url" : "<uri>", // Logical canonical URL to reference this SpecimenDefinition (globally unique) "identifier" : { Identifier }, // Business identifier "version" : "<string>", // Business version of the SpecimenDefinition "title" : "<string>", // Name for this SpecimenDefinition (Human friendly) "derivedFromCanonical" : ["<canonical(SpecimenDefinition)>"], // Based on FHIR definition of another SpecimenDefinition "derivedFromUri" : ["<uri>"], // Based on external definition "status" : "<code>", // R! draft | active | retired | unknown "experimental" : <boolean>, // If this SpecimenDefinition is not for real usage // subject[x]: Type of subject for specimen collection. One of these 2: "subjectCodeableConcept" : { CodeableConcept }, "subjectReference" : { Reference(Group) }, "date" : "<dateTime>", // Date status first applied "publisher" : { Reference(Organization|Practitioner|PractitionerRole) }, // The name of the individual or organization that published the SpecimenDefinition "contact" : [{ ContactDetail }], // Contact details for the publisher "description" : "<markdown>", // Natural language description of the SpecimenDefinition "useContext" : [{ UsageContext }], // Content intends to support these contexts "jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for this SpecimenDefinition (if applicable) "purpose" : "<markdown>", // Why this SpecimenDefinition is defined "copyright" : "<markdown>", // Use and/or publishing restrictions "approvalDate" : "<date>", // When SpecimenDefinition was approved by publisher "lastReviewDate" : "<date>", // The date on which the asset content was last reviewed "effectivePeriod" : { Period }, // The effective date range for the SpecimenDefinition "typeCollected" : { CodeableConcept }, // Kind of material to collect "patientPreparation" : [{ CodeableConcept }], // Patient preparation for collection "timeAspect" : "<string>", // Time aspect for collection "collection" : [{ CodeableConcept }], // Specimen collection procedure "typeTested" : [{ // Specimen in container intended for testing by lab "isDerived" : <boolean>, // Primary or secondary specimen "type" : { CodeableConcept }, // Type of intended specimen "preference" : "<code>", // R! preferred | alternate "container" : { // The specimen's container "material" : { CodeableConcept }, // The material type used for the container "type" : { CodeableConcept }, // Kind of container associated with the kind of specimen "cap" : { CodeableConcept }, // Color of container cap "description" : "<string>", // The description of the kind of container "capacity" : { Quantity(SimpleQuantity) }, // The capacity of this kind of container // minimumVolume[x]: Minimum volume. One of these 2: "minimumVolumeQuantity" : { Quantity(SimpleQuantity) }, "minimumVolumeString" : "<string>", "additive" : [{ // Additive associated with container // additive[x]: Additive associated with container. One of these 2: "additiveCodeableConcept" : { CodeableConcept }, "additiveReference" : { Reference(SubstanceDefinition) } }], "preparation" : "<string>" // Special processing applied to the container for this specimen type }, "requirement" : "<string>", // Requirements for specimen delivery and special handling "retentionTime" : { Duration }, // The usual time for retaining this kind of specimen "singleUse" : <boolean>, // Specimen for single use only "rejectionCriterion" : [{ CodeableConcept }], // Criterion specified for specimen rejection "handling" : [{ // Specimen handling before testing "temperatureQualifier" : { CodeableConcept }, // Qualifies the interval of temperature "temperatureRange" : { Range }, // Temperature range for these handling instructions "maxDuration" : { Duration }, // Maximum preservation time "instruction" : "<string>" // Preservation instruction }], "testingDestination" : [{ CodeableConcept }] // Where the specimen will be tested }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:SpecimenDefinition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:SpecimenDefinition.url [ uri ]; # 0..1 Logical canonical URL to reference this SpecimenDefinition (globally unique) fhir:SpecimenDefinition.identifier [ Identifier ]; # 0..1 Business identifier fhir:SpecimenDefinition.version [ string ]; # 0..1 Business version of the SpecimenDefinition fhir:SpecimenDefinition.title [ string ]; # 0..1 Name for this SpecimenDefinition (Human friendly) fhir:SpecimenDefinition.derivedFromCanonical [ canonical(SpecimenDefinition) ], ... ; # 0..* Based on FHIR definition of another SpecimenDefinition fhir:SpecimenDefinition.derivedFromUri [ uri ], ... ; # 0..* Based on external definition fhir:SpecimenDefinition.status [ code ]; # 1..1 draft | active | retired | unknown fhir:SpecimenDefinition.experimental [ boolean ]; # 0..1 If this SpecimenDefinition is not for real usage # SpecimenDefinition.subject[x] : 0..1 Type of subject for specimen collection. One of these 2 fhir:SpecimenDefinition.subjectCodeableConcept [ CodeableConcept ] fhir:SpecimenDefinition.subjectReference [ Reference(Group) ] fhir:SpecimenDefinition.date [ dateTime ]; # 0..1 Date status first applied fhir:SpecimenDefinition.publisher [ Reference(Organization|Practitioner|PractitionerRole) ]; # 0..1 The name of the individual or organization that published the SpecimenDefinition fhir:SpecimenDefinition.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:SpecimenDefinition.description [ markdown ]; # 0..1 Natural language description of the SpecimenDefinition fhir:SpecimenDefinition.useContext [ UsageContext ], ... ; # 0..* Content intends to support these contexts fhir:SpecimenDefinition.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction for this SpecimenDefinition (if applicable) fhir:SpecimenDefinition.purpose [ markdown ]; # 0..1 Why this SpecimenDefinition is defined fhir:SpecimenDefinition.copyright [ markdown ]; # 0..1 Use and/or publishing restrictions fhir:SpecimenDefinition.approvalDate [ date ]; # 0..1 When SpecimenDefinition was approved by publisher fhir:SpecimenDefinition.lastReviewDate [ date ]; # 0..1 The date on which the asset content was last reviewed fhir:SpecimenDefinition.effectivePeriod [ Period ]; # 0..1 The effective date range for the SpecimenDefinition fhir:SpecimenDefinition.typeCollected [ CodeableConcept ]; # 0..1 Kind of material to collect fhir:SpecimenDefinition.patientPreparation [ CodeableConcept ], ... ; # 0..* Patient preparation for collection fhir:SpecimenDefinition.timeAspect [ string ]; # 0..1 Time aspect for collection fhir:SpecimenDefinition.collection [ CodeableConcept ], ... ; # 0..* Specimen collection procedure fhir:SpecimenDefinition.typeTested [ # 0..* Specimen in container intended for testing by lab fhir:SpecimenDefinition.typeTested.isDerived [ boolean ]; # 0..1 Primary or secondary specimen fhir:SpecimenDefinition.typeTested.type [ CodeableConcept ]; # 0..1 Type of intended specimen fhir:SpecimenDefinition.typeTested.preference [ code ]; # 1..1 preferred | alternate fhir:SpecimenDefinition.typeTested.container [ # 0..1 The specimen's container fhir:SpecimenDefinition.typeTested.container.material [ CodeableConcept ]; # 0..1 The material type used for the container fhir:SpecimenDefinition.typeTested.container.type [ CodeableConcept ]; # 0..1 Kind of container associated with the kind of specimen fhir:SpecimenDefinition.typeTested.container.cap [ CodeableConcept ]; # 0..1 Color of container cap fhir:SpecimenDefinition.typeTested.container.description [ string ]; # 0..1 The description of the kind of container fhir:SpecimenDefinition.typeTested.container.capacity [ Quantity(SimpleQuantity) ]; # 0..1 The capacity of this kind of container # SpecimenDefinition.typeTested.container.minimumVolume[x] : 0..1 Minimum volume. One of these 2 fhir:SpecimenDefinition.typeTested.container.minimumVolumeSimpleQuantity [ Quantity(SimpleQuantity) ] fhir:SpecimenDefinition.typeTested.container.minimumVolumeString [ string ] fhir:SpecimenDefinition.typeTested.container.additive [ # 0..* Additive associated with container # SpecimenDefinition.typeTested.container.additive.additive[x] : 1..1 Additive associated with container. One of these 2 fhir:SpecimenDefinition.typeTested.container.additive.additiveCodeableConcept [ CodeableConcept ] fhir:SpecimenDefinition.typeTested.container.additive.additiveReference [ Reference(SubstanceDefinition) ] ], ...; fhir:SpecimenDefinition.typeTested.container.preparation [ string ]; # 0..1 Special processing applied to the container for this specimen type ]; fhir:SpecimenDefinition.typeTested.requirement [ string ]; # 0..1 Requirements for specimen delivery and special handling fhir:SpecimenDefinition.typeTested.retentionTime [ Duration ]; # 0..1 The usual time for retaining this kind of specimen fhir:SpecimenDefinition.typeTested.singleUse [ boolean ]; # 0..1 Specimen for single use only fhir:SpecimenDefinition.typeTested.rejectionCriterion [ CodeableConcept ], ... ; # 0..* Criterion specified for specimen rejection fhir:SpecimenDefinition.typeTested.handling [ # 0..* Specimen handling before testing fhir:SpecimenDefinition.typeTested.handling.temperatureQualifier [ CodeableConcept ]; # 0..1 Qualifies the interval of temperature fhir:SpecimenDefinition.typeTested.handling.temperatureRange [ Range ]; # 0..1 Temperature range for these handling instructions fhir:SpecimenDefinition.typeTested.handling.maxDuration [ Duration ]; # 0..1 Maximum preservation time fhir:SpecimenDefinition.typeTested.handling.instruction [ string ]; # 0..1 Preservation instruction ], ...; fhir:SpecimenDefinition.typeTested.testingDestination [ CodeableConcept ], ... ; # 0..* Where the specimen will be tested ], ...; ]
Changes since R4
SpecimenDefinition | |
SpecimenDefinition.url |
|
SpecimenDefinition.version |
|
SpecimenDefinition.title |
|
SpecimenDefinition.derivedFromCanonical |
|
SpecimenDefinition.derivedFromUri |
|
SpecimenDefinition.status |
|
SpecimenDefinition.experimental |
|
SpecimenDefinition.subject[x] |
|
SpecimenDefinition.date |
|
SpecimenDefinition.publisher |
|
SpecimenDefinition.contact |
|
SpecimenDefinition.description |
|
SpecimenDefinition.useContext |
|
SpecimenDefinition.jurisdiction |
|
SpecimenDefinition.purpose |
|
SpecimenDefinition.copyright |
|
SpecimenDefinition.approvalDate |
|
SpecimenDefinition.lastReviewDate |
|
SpecimenDefinition.effectivePeriod |
|
SpecimenDefinition.typeTested.singleUse |
|
SpecimenDefinition.typeTested.testingDestination |
|
See the Full Difference for further information
This analysis is available as XML or JSON.
See R3 <--> R4 Conversion Maps (status = Not Mapped)
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
SpecimenDefinition | TU | DomainResource | Kind of specimen Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension Interfaces Implemented: MetadataResource | |
url | Σ | 0..1 | uri | Logical canonical URL to reference this SpecimenDefinition (globally unique) |
identifier | Σ | 0..1 | Identifier | Business identifier |
version | Σ | 0..1 | string | Business version of the SpecimenDefinition |
title | Σ | 0..1 | string | Name for this SpecimenDefinition (Human friendly) |
derivedFromCanonical | Σ | 0..* | canonical(SpecimenDefinition) | Based on FHIR definition of another SpecimenDefinition |
derivedFromUri | Σ | 0..* | uri | Based on external definition |
status | ?!Σ | 1..1 | code | draft | active | retired | unknown PublicationStatus (Required) |
experimental | Σ | 0..1 | boolean | If this SpecimenDefinition is not for real usage |
subject[x] | Σ | 0..1 | Type of subject for specimen collection | |
subjectCodeableConcept | CodeableConcept | |||
subjectReference | Reference(Group) | |||
date | Σ | 0..1 | dateTime | Date status first applied |
publisher | Σ | 0..1 | Reference(Practitioner | PractitionerRole | Organization) | The name of the individual or organization that published the SpecimenDefinition |
contact | Σ | 0..* | ContactDetail | Contact details for the publisher |
description | 0..1 | markdown | Natural language description of the SpecimenDefinition | |
useContext | 0..* | UsageContext | Content intends to support these contexts | |
jurisdiction | Σ | 0..* | CodeableConcept | Intended jurisdiction for this SpecimenDefinition (if applicable) Jurisdiction (Extensible) |
purpose | 0..1 | markdown | Why this SpecimenDefinition is defined | |
copyright | 0..1 | markdown | Use and/or publishing restrictions | |
approvalDate | 0..1 | date | When SpecimenDefinition was approved by publisher | |
lastReviewDate | 0..1 | date | The date on which the asset content was last reviewed | |
effectivePeriod | Σ | 0..1 | Period | The effective date range for the SpecimenDefinition |
typeCollected | Σ | 0..1 | CodeableConcept | Kind of material to collect hl7VS-specimenType (Example) |
patientPreparation | Σ | 0..* | CodeableConcept | Patient preparation for collection Patient preparation prior specimen collection (Example) |
timeAspect | Σ | 0..1 | string | Time aspect for collection |
collection | Σ | 0..* | CodeableConcept | Specimen collection procedure Specimen collection methods (Example) |
typeTested | 0..* | BackboneElement | Specimen in container intended for testing by lab | |
isDerived | 0..1 | boolean | Primary or secondary specimen | |
type | 0..1 | CodeableConcept | Type of intended specimen hl7VS-specimenType (Example) | |
preference | 1..1 | code | preferred | alternate SpecimenContainedPreference (Required) | |
container | 0..1 | BackboneElement | The specimen's container | |
material | 0..1 | CodeableConcept | The material type used for the container Types of material for specimen containers (Example) | |
type | 0..1 | CodeableConcept | Kind of container associated with the kind of specimen Specimen Container Type (Example) | |
cap | 0..1 | CodeableConcept | Color of container cap ContainerCap (Example) | |
description | 0..1 | string | The description of the kind of container | |
capacity | 0..1 | SimpleQuantity | The capacity of this kind of container | |
minimumVolume[x] | 0..1 | Minimum volume | ||
minimumVolumeQuantity | SimpleQuantity | |||
minimumVolumeString | string | |||
additive | 0..* | BackboneElement | Additive associated with container | |
additive[x] | 1..1 | Additive associated with container hl7VS-additivePreservative (Example) | ||
additiveCodeableConcept | CodeableConcept | |||
additiveReference | Reference(SubstanceDefinition) | |||
preparation | 0..1 | string | Special processing applied to the container for this specimen type | |
requirement | 0..1 | string | Requirements for specimen delivery and special handling | |
retentionTime | 0..1 | Duration | The usual time for retaining this kind of specimen | |
singleUse | 0..1 | boolean | Specimen for single use only | |
rejectionCriterion | 0..* | CodeableConcept | Criterion specified for specimen rejection RejectionCriterion (Example) | |
handling | 0..* | BackboneElement | Specimen handling before testing | |
temperatureQualifier | 0..1 | CodeableConcept | Qualifies the interval of temperature HandlingConditionSet (Example) | |
temperatureRange | 0..1 | Range | Temperature range for these handling instructions | |
maxDuration | 0..1 | Duration | Maximum preservation time | |
instruction | 0..1 | string | Preservation instruction | |
testingDestination | 0..* | CodeableConcept | Where the specimen will be tested Diagnostic Service Section Codes (Example) | |
Documentation for this format |
See the Extensions for this resource
XML Template
<SpecimenDefinition xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <url value="[uri]"/><!-- 0..1 Logical canonical URL to reference this SpecimenDefinition (globally unique) --> <identifier><!-- 0..1 Identifier Business identifier --></identifier> <version value="[string]"/><!-- 0..1 Business version of the SpecimenDefinition --> <title value="[string]"/><!-- 0..1 Name for this SpecimenDefinition (Human friendly) --> <derivedFromCanonical><!-- 0..* canonical(SpecimenDefinition) Based on FHIR definition of another SpecimenDefinition --></derivedFromCanonical> <derivedFromUri value="[uri]"/><!-- 0..* Based on external definition --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown --> <experimental value="[boolean]"/><!-- 0..1 If this SpecimenDefinition is not for real usage --> <subject[x]><!-- 0..1 CodeableConcept|Reference(Group) Type of subject for specimen collection --></subject[x]> <date value="[dateTime]"/><!-- 0..1 Date status first applied --> <publisher><!-- 0..1 Reference(Organization|Practitioner|PractitionerRole) The name of the individual or organization that published the SpecimenDefinition --></publisher> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <description value="[markdown]"/><!-- 0..1 Natural language description of the SpecimenDefinition --> <useContext><!-- 0..* UsageContext Content intends to support these contexts --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for this SpecimenDefinition (if applicable) --></jurisdiction> <purpose value="[markdown]"/><!-- 0..1 Why this SpecimenDefinition is defined --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <approvalDate value="[date]"/><!-- 0..1 When SpecimenDefinition was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 The date on which the asset content was last reviewed --> <effectivePeriod><!-- 0..1 Period The effective date range for the SpecimenDefinition --></effectivePeriod> <typeCollected><!-- 0..1 CodeableConcept Kind of material to collect --></typeCollected> <patientPreparation><!-- 0..* CodeableConcept Patient preparation for collection --></patientPreparation> <timeAspect value="[string]"/><!-- 0..1 Time aspect for collection --> <collection><!-- 0..* CodeableConcept Specimen collection procedure --></collection> <typeTested> <!-- 0..* Specimen in container intended for testing by lab --> <isDerived value="[boolean]"/><!-- 0..1 Primary or secondary specimen --> <type><!-- 0..1 CodeableConcept Type of intended specimen --></type> <preference value="[code]"/><!-- 1..1 preferred | alternate --> <container> <!-- 0..1 The specimen's container --> <material><!-- 0..1 CodeableConcept The material type used for the container --></material> <type><!-- 0..1 CodeableConcept Kind of container associated with the kind of specimen --></type> <cap><!-- 0..1 CodeableConcept Color of container cap --></cap> <description value="[string]"/><!-- 0..1 The description of the kind of container --> <capacity><!-- 0..1 Quantity(SimpleQuantity) The capacity of this kind of container --></capacity> <minimumVolume[x]><!-- 0..1 Quantity(SimpleQuantity)|string Minimum volume --></minimumVolume[x]> <additive> <!-- 0..* Additive associated with container --> <additive[x]><!-- 1..1 CodeableConcept|Reference(SubstanceDefinition) Additive associated with container --></additive[x]> </additive> <preparation value="[string]"/><!-- 0..1 Special processing applied to the container for this specimen type --> </container> <requirement value="[string]"/><!-- 0..1 Requirements for specimen delivery and special handling --> <retentionTime><!-- 0..1 Duration The usual time for retaining this kind of specimen --></retentionTime> <singleUse value="[boolean]"/><!-- 0..1 Specimen for single use only --> <rejectionCriterion><!-- 0..* CodeableConcept Criterion specified for specimen rejection --></rejectionCriterion> <handling> <!-- 0..* Specimen handling before testing --> <temperatureQualifier><!-- 0..1 CodeableConcept Qualifies the interval of temperature --></temperatureQualifier> <temperatureRange><!-- 0..1 Range Temperature range for these handling instructions --></temperatureRange> <maxDuration><!-- 0..1 Duration Maximum preservation time --></maxDuration> <instruction value="[string]"/><!-- 0..1 Preservation instruction --> </handling> <testingDestination><!-- 0..* CodeableConcept Where the specimen will be tested --></testingDestination> </typeTested> </SpecimenDefinition>
JSON Template
{ "resourceType" : "SpecimenDefinition", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "url" : "<uri>", // Logical canonical URL to reference this SpecimenDefinition (globally unique) "identifier" : { Identifier }, // Business identifier "version" : "<string>", // Business version of the SpecimenDefinition "title" : "<string>", // Name for this SpecimenDefinition (Human friendly) "derivedFromCanonical" : ["<canonical(SpecimenDefinition)>"], // Based on FHIR definition of another SpecimenDefinition "derivedFromUri" : ["<uri>"], // Based on external definition "status" : "<code>", // R! draft | active | retired | unknown "experimental" : <boolean>, // If this SpecimenDefinition is not for real usage // subject[x]: Type of subject for specimen collection. One of these 2: "subjectCodeableConcept" : { CodeableConcept }, "subjectReference" : { Reference(Group) }, "date" : "<dateTime>", // Date status first applied "publisher" : { Reference(Organization|Practitioner|PractitionerRole) }, // The name of the individual or organization that published the SpecimenDefinition "contact" : [{ ContactDetail }], // Contact details for the publisher "description" : "<markdown>", // Natural language description of the SpecimenDefinition "useContext" : [{ UsageContext }], // Content intends to support these contexts "jurisdiction" : [{ CodeableConcept }], // Intended jurisdiction for this SpecimenDefinition (if applicable) "purpose" : "<markdown>", // Why this SpecimenDefinition is defined "copyright" : "<markdown>", // Use and/or publishing restrictions "approvalDate" : "<date>", // When SpecimenDefinition was approved by publisher "lastReviewDate" : "<date>", // The date on which the asset content was last reviewed "effectivePeriod" : { Period }, // The effective date range for the SpecimenDefinition "typeCollected" : { CodeableConcept }, // Kind of material to collect "patientPreparation" : [{ CodeableConcept }], // Patient preparation for collection "timeAspect" : "<string>", // Time aspect for collection "collection" : [{ CodeableConcept }], // Specimen collection procedure "typeTested" : [{ // Specimen in container intended for testing by lab "isDerived" : <boolean>, // Primary or secondary specimen "type" : { CodeableConcept }, // Type of intended specimen "preference" : "<code>", // R! preferred | alternate "container" : { // The specimen's container "material" : { CodeableConcept }, // The material type used for the container "type" : { CodeableConcept }, // Kind of container associated with the kind of specimen "cap" : { CodeableConcept }, // Color of container cap "description" : "<string>", // The description of the kind of container "capacity" : { Quantity(SimpleQuantity) }, // The capacity of this kind of container // minimumVolume[x]: Minimum volume. One of these 2: "minimumVolumeQuantity" : { Quantity(SimpleQuantity) }, "minimumVolumeString" : "<string>", "additive" : [{ // Additive associated with container // additive[x]: Additive associated with container. One of these 2: "additiveCodeableConcept" : { CodeableConcept }, "additiveReference" : { Reference(SubstanceDefinition) } }], "preparation" : "<string>" // Special processing applied to the container for this specimen type }, "requirement" : "<string>", // Requirements for specimen delivery and special handling "retentionTime" : { Duration }, // The usual time for retaining this kind of specimen "singleUse" : <boolean>, // Specimen for single use only "rejectionCriterion" : [{ CodeableConcept }], // Criterion specified for specimen rejection "handling" : [{ // Specimen handling before testing "temperatureQualifier" : { CodeableConcept }, // Qualifies the interval of temperature "temperatureRange" : { Range }, // Temperature range for these handling instructions "maxDuration" : { Duration }, // Maximum preservation time "instruction" : "<string>" // Preservation instruction }], "testingDestination" : [{ CodeableConcept }] // Where the specimen will be tested }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:SpecimenDefinition; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:SpecimenDefinition.url [ uri ]; # 0..1 Logical canonical URL to reference this SpecimenDefinition (globally unique) fhir:SpecimenDefinition.identifier [ Identifier ]; # 0..1 Business identifier fhir:SpecimenDefinition.version [ string ]; # 0..1 Business version of the SpecimenDefinition fhir:SpecimenDefinition.title [ string ]; # 0..1 Name for this SpecimenDefinition (Human friendly) fhir:SpecimenDefinition.derivedFromCanonical [ canonical(SpecimenDefinition) ], ... ; # 0..* Based on FHIR definition of another SpecimenDefinition fhir:SpecimenDefinition.derivedFromUri [ uri ], ... ; # 0..* Based on external definition fhir:SpecimenDefinition.status [ code ]; # 1..1 draft | active | retired | unknown fhir:SpecimenDefinition.experimental [ boolean ]; # 0..1 If this SpecimenDefinition is not for real usage # SpecimenDefinition.subject[x] : 0..1 Type of subject for specimen collection. One of these 2 fhir:SpecimenDefinition.subjectCodeableConcept [ CodeableConcept ] fhir:SpecimenDefinition.subjectReference [ Reference(Group) ] fhir:SpecimenDefinition.date [ dateTime ]; # 0..1 Date status first applied fhir:SpecimenDefinition.publisher [ Reference(Organization|Practitioner|PractitionerRole) ]; # 0..1 The name of the individual or organization that published the SpecimenDefinition fhir:SpecimenDefinition.contact [ ContactDetail ], ... ; # 0..* Contact details for the publisher fhir:SpecimenDefinition.description [ markdown ]; # 0..1 Natural language description of the SpecimenDefinition fhir:SpecimenDefinition.useContext [ UsageContext ], ... ; # 0..* Content intends to support these contexts fhir:SpecimenDefinition.jurisdiction [ CodeableConcept ], ... ; # 0..* Intended jurisdiction for this SpecimenDefinition (if applicable) fhir:SpecimenDefinition.purpose [ markdown ]; # 0..1 Why this SpecimenDefinition is defined fhir:SpecimenDefinition.copyright [ markdown ]; # 0..1 Use and/or publishing restrictions fhir:SpecimenDefinition.approvalDate [ date ]; # 0..1 When SpecimenDefinition was approved by publisher fhir:SpecimenDefinition.lastReviewDate [ date ]; # 0..1 The date on which the asset content was last reviewed fhir:SpecimenDefinition.effectivePeriod [ Period ]; # 0..1 The effective date range for the SpecimenDefinition fhir:SpecimenDefinition.typeCollected [ CodeableConcept ]; # 0..1 Kind of material to collect fhir:SpecimenDefinition.patientPreparation [ CodeableConcept ], ... ; # 0..* Patient preparation for collection fhir:SpecimenDefinition.timeAspect [ string ]; # 0..1 Time aspect for collection fhir:SpecimenDefinition.collection [ CodeableConcept ], ... ; # 0..* Specimen collection procedure fhir:SpecimenDefinition.typeTested [ # 0..* Specimen in container intended for testing by lab fhir:SpecimenDefinition.typeTested.isDerived [ boolean ]; # 0..1 Primary or secondary specimen fhir:SpecimenDefinition.typeTested.type [ CodeableConcept ]; # 0..1 Type of intended specimen fhir:SpecimenDefinition.typeTested.preference [ code ]; # 1..1 preferred | alternate fhir:SpecimenDefinition.typeTested.container [ # 0..1 The specimen's container fhir:SpecimenDefinition.typeTested.container.material [ CodeableConcept ]; # 0..1 The material type used for the container fhir:SpecimenDefinition.typeTested.container.type [ CodeableConcept ]; # 0..1 Kind of container associated with the kind of specimen fhir:SpecimenDefinition.typeTested.container.cap [ CodeableConcept ]; # 0..1 Color of container cap fhir:SpecimenDefinition.typeTested.container.description [ string ]; # 0..1 The description of the kind of container fhir:SpecimenDefinition.typeTested.container.capacity [ Quantity(SimpleQuantity) ]; # 0..1 The capacity of this kind of container # SpecimenDefinition.typeTested.container.minimumVolume[x] : 0..1 Minimum volume. One of these 2 fhir:SpecimenDefinition.typeTested.container.minimumVolumeSimpleQuantity [ Quantity(SimpleQuantity) ] fhir:SpecimenDefinition.typeTested.container.minimumVolumeString [ string ] fhir:SpecimenDefinition.typeTested.container.additive [ # 0..* Additive associated with container # SpecimenDefinition.typeTested.container.additive.additive[x] : 1..1 Additive associated with container. One of these 2 fhir:SpecimenDefinition.typeTested.container.additive.additiveCodeableConcept [ CodeableConcept ] fhir:SpecimenDefinition.typeTested.container.additive.additiveReference [ Reference(SubstanceDefinition) ] ], ...; fhir:SpecimenDefinition.typeTested.container.preparation [ string ]; # 0..1 Special processing applied to the container for this specimen type ]; fhir:SpecimenDefinition.typeTested.requirement [ string ]; # 0..1 Requirements for specimen delivery and special handling fhir:SpecimenDefinition.typeTested.retentionTime [ Duration ]; # 0..1 The usual time for retaining this kind of specimen fhir:SpecimenDefinition.typeTested.singleUse [ boolean ]; # 0..1 Specimen for single use only fhir:SpecimenDefinition.typeTested.rejectionCriterion [ CodeableConcept ], ... ; # 0..* Criterion specified for specimen rejection fhir:SpecimenDefinition.typeTested.handling [ # 0..* Specimen handling before testing fhir:SpecimenDefinition.typeTested.handling.temperatureQualifier [ CodeableConcept ]; # 0..1 Qualifies the interval of temperature fhir:SpecimenDefinition.typeTested.handling.temperatureRange [ Range ]; # 0..1 Temperature range for these handling instructions fhir:SpecimenDefinition.typeTested.handling.maxDuration [ Duration ]; # 0..1 Maximum preservation time fhir:SpecimenDefinition.typeTested.handling.instruction [ string ]; # 0..1 Preservation instruction ], ...; fhir:SpecimenDefinition.typeTested.testingDestination [ CodeableConcept ], ... ; # 0..* Where the specimen will be tested ], ...; ]
Changes since Release 4
SpecimenDefinition | |
SpecimenDefinition.url |
|
SpecimenDefinition.version |
|
SpecimenDefinition.title |
|
SpecimenDefinition.derivedFromCanonical |
|
SpecimenDefinition.derivedFromUri |
|
SpecimenDefinition.status |
|
SpecimenDefinition.experimental |
|
SpecimenDefinition.subject[x] |
|
SpecimenDefinition.date |
|
SpecimenDefinition.publisher |
|
SpecimenDefinition.contact |
|
SpecimenDefinition.description |
|
SpecimenDefinition.useContext |
|
SpecimenDefinition.jurisdiction |
|
SpecimenDefinition.purpose |
|
SpecimenDefinition.copyright |
|
SpecimenDefinition.approvalDate |
|
SpecimenDefinition.lastReviewDate |
|
SpecimenDefinition.effectivePeriod |
|
SpecimenDefinition.typeTested.singleUse |
|
SpecimenDefinition.typeTested.testingDestination |
|
See the Full Difference for further information
This analysis is available as XML or JSON.
See R3 <--> R4 Conversion Maps (status = Not Mapped)
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) , the spreadsheet version & the dependency analysis
Path | Definition | Type | Reference |
---|---|---|---|
SpecimenDefinition.status | The lifecycle status of an artifact. | Required | PublicationStatus |
SpecimenDefinition.jurisdiction | This value set defines a base set of codes for country, country subdivision and region for indicating where a resource is intended to be used. Note: The codes for countries and country subdivisions are taken from ISO 3166 while the codes for "supra-national" regions are from UN Standard country or area codes for statistical use (M49) . | Extensible | Jurisdiction ValueSet |
SpecimenDefinition.typeCollected | Concepts that describe the precise nature of an entity that may be used as the source material for an observation. This is one of two code systems that are used instead of table 0070 (code system xxxx) which conflated specimen types and specimen collection methods. Used in Version 2 messaging in the SPM segment. | Example | Hl7VSSpecimenType |
SpecimenDefinition.patientPreparation | Checks on the patient prior specimen collection. All SNOMED CT concepts descendants of 703763000 |Precondition value (qualifier value)| | Example | PreparePatient |
SpecimenDefinition.collection | Actions that can be taken for the collection of specimen from a subject. | Example | SpecimenCollection |
SpecimenDefinition.typeTested.type | Concepts that describe the precise nature of an entity that may be used as the source material for an observation. This is one of two code systems that are used instead of table 0070 (code system xxxx) which conflated specimen types and specimen collection methods. Used in Version 2 messaging in the SPM segment. | Example | Hl7VSSpecimenType |
SpecimenDefinition.typeTested.preference | Degree of preference of a type of conditioned specimen. | Required | SpecimenContainedPreference |
SpecimenDefinition.typeTested.container.material | This value set includes SNOMED CT codes for materials that specimen containers are made of | Example | ContainerMaterials |
SpecimenDefinition.typeTested.container.type | Checks on the patient prior specimen collection. All SNOMED CT concepts descendants of 706041008 |Device for body fluid and tissue collection/transfer/processing (physical object)| | Example | SpecimenContainerType |
SpecimenDefinition.typeTested.container.cap | Color of the container cap. | Example | ContainerCap |
SpecimenDefinition.typeTested.container.additive.additive[x] | Concepts specifying any additive introduced to the specimen before or at the time of collection. These additives may be introduced in order to preserve, maintain or enhance the particular nature or component of the specimen. Used in Version 2 messaging in the SPM segment. | Example | Hl7VSAdditivePreservative |
SpecimenDefinition.typeTested.rejectionCriterion | Criterion for rejection of the specimen by laboratory. | Example | RejectionCriterion |
SpecimenDefinition.typeTested.handling.temperatureQualifier | Set of handling instructions prior testing of the specimen. | Example | HandlingConditionSet |
SpecimenDefinition.typeTested.testingDestination | This value set includes all the codes in HL7 V2 table 0074. | Example | DiagnosticServiceSectionCodes |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
container | token | The type of specimen conditioned in container expected by the lab | SpecimenDefinition.typeTested.container.type | |
experimental N | token | Not for genuine usage (true) | SpecimenDefinition.experimental | |
identifier | token | The unique identifier associated with the SpecimenDefinition | SpecimenDefinition.identifier | |
is-derived N | token | Primary specimen (false) or derived specimen (true) | SpecimenDefinition.typeTested.isDerived | |
status N | token | Publication status of the SpecimenDefinition: draft, active, retired, unknown | SpecimenDefinition.status | |
title N | string | Human-friendly name of the SpecimenDefinition | SpecimenDefinition.title | |
type | token | The type of collected specimen | SpecimenDefinition.typeCollected | |
type-tested | token | The type of specimen conditioned for testing | SpecimenDefinition.typeTested.type | |
url N | uri | The uri that identifies the specimen definition | SpecimenDefinition.url |