Extensions for Using Data Elements from FHIR R4 in FHIR R4B
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR R4 in FHIR R4B - Downloaded Version null See the Directory of published versions

: SpecimenContainedPreference - JSON Representation

Page standards status: Trial-use Maturity Level: 0

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "specimen-contained-preference",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem specimen-contained-preference</b></p><a name=\"specimen-contained-preference\"> </a><a name=\"hcspecimen-contained-preference\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/specimen-contained-preference</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">preferred<a name=\"specimen-contained-preference-preferred\"> </a></td><td>Preferred</td><td>This type of contained specimen is preferred to collect this kind of specimen.</td></tr><tr><td style=\"white-space:nowrap\">alternate<a name=\"specimen-contained-preference-alternate\"> </a></td><td>Alternate</td><td>This type of conditioned specimen is an alternate.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "extension" : [
        {
          "url" : "packageId",
          "valueId" : "hl7.fhir.uv.xver-r4.r4b"
        },
        {
          "url" : "version",
          "valueString" : "0.1.0"
        },
        {
          "url" : "uri",
          "valueUri" : "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r4.r4b"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "oo"
    }
  ],
  "url" : "http://hl7.org/fhir/specimen-contained-preference",
  "version" : "4.0.1",
  "name" : "SpecimenContainedPreference",
  "title" : "SpecimenContainedPreference",
  "status" : "draft",
  "experimental" : false,
  "date" : "2019-10-31T17:29:23-05:00",
  "publisher" : "Orders and Observations",
  "contact" : [
    {
      "name" : "Orders and Observations",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/orders"
        }
      ]
    }
  ],
  "description" : "Degree of preference of a type of conditioned specimen.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/specimen-contained-preference|4.3.0",
  "content" : "complete",
  "concept" : [
    {
      "code" : "preferred",
      "display" : "Preferred",
      "definition" : "This type of contained specimen is preferred to collect this kind of specimen."
    },
    {
      "code" : "alternate",
      "display" : "Alternate",
      "definition" : "This type of conditioned specimen is an alternate."
    }
  ]
}