http://hl7.org/fhir/specimen-status|4.0.1

name
SpecimenStatus
package
hl7.fhir.r4.examples@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

SpecimenStatus

Codes providing the status/availability of a specimen.

{
  "description" : "Codes providing the status/availability of a specimen.",
  "compose" : null,
  "package" : "hl7.fhir.r4.examples@4.0.1",
  "date" : "2019-10-31T22:29:23Z",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "content" : "complete",
  "name" : "SpecimenStatus",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "SpecimenStatus",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "oo"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2
  } ],
  "status" : "draft",
  "id" : "bcc31bdc-0e18-5648-ba02-503ec816d847",
  "valueSet" : "http://hl7.org/fhir/ValueSet/specimen-status",
  "url" : "http://hl7.org/fhir/specimen-status",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.472",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "available",
    "display" : "Available",
    "definition" : "The physical specimen is present and in good condition."
  }, {
    "code" : "unavailable",
    "display" : "Unavailable",
    "definition" : "There is no physical specimen because it is either lost, destroyed or consumed."
  }, {
    "code" : "unsatisfactory",
    "display" : "Unsatisfactory",
    "definition" : "The specimen cannot be used because of a quality issue such as a broken container, contamination, or too old."
  }, {
    "code" : "entered-in-error",
    "display" : "Entered in Error",
    "definition" : "The specimen was entered in error and therefore nullified."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}