FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/SpecimenCreate

Packagequalitype.fhir.samples
Resource TypeStructureDefinition
IdSpecimenCreate
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=qualitype.fhir.samples@1.0.0&canonical=http://www.qualitype.de/samples/fhir/StructureDefinition/SpecimenCreate
URLhttp://www.qualitype.de/samples/fhir/StructureDefinition/SpecimenCreate
Statusactive
NameSpecimenCreate
DescriptionThe structure definition of a specimen for a sample creation within an order creation (this SHALL be contained in a 'ServiceRequest').
TypeSpecimen
Kindresource

Resources that use this resource

StructureDefinition
ServiceRequestCreateServiceRequestCreate

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "SpecimenCreate",
  "url": "http://www.qualitype.de/samples/fhir/StructureDefinition/SpecimenCreate",
  "name": "SpecimenCreate",
  "status": "active",
  "description": "The structure definition of a specimen for a sample creation within an order creation (this SHALL be contained in a 'ServiceRequest').",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Specimen",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Specimen",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Specimen.identifier",
        "path": "Specimen.identifier",
        "max": "1"
      },
      {
        "id": "Specimen.accessionIdentifier",
        "path": "Specimen.accessionIdentifier",
        "max": "0"
      },
      {
        "id": "Specimen.status",
        "path": "Specimen.status",
        "max": "0"
      },
      {
        "id": "Specimen.type",
        "path": "Specimen.type",
        "binding": {
          "strength": "required",
          "valueSet": "http://www.qualitype.de/samples/fhir/CodeSystem/sampletypes"
        }
      },
      {
        "id": "Specimen.type.coding",
        "path": "Specimen.type.coding",
        "max": "1"
      },
      {
        "id": "Specimen.type.text",
        "path": "Specimen.type.text",
        "max": "0"
      },
      {
        "id": "Specimen.subject",
        "path": "Specimen.subject",
        "max": "0"
      },
      {
        "id": "Specimen.receivedTime",
        "path": "Specimen.receivedTime",
        "max": "0"
      },
      {
        "id": "Specimen.parent",
        "path": "Specimen.parent",
        "max": "0"
      },
      {
        "id": "Specimen.request",
        "path": "Specimen.request",
        "max": "0"
      },
      {
        "id": "Specimen.collection.collector",
        "path": "Specimen.collection.collector",
        "max": "0"
      },
      {
        "id": "Specimen.collection.collected[x]",
        "path": "Specimen.collection.collected[x]",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Specimen.collection.duration",
        "path": "Specimen.collection.duration",
        "max": "0"
      },
      {
        "id": "Specimen.collection.quantity",
        "path": "Specimen.collection.quantity",
        "max": "0"
      },
      {
        "id": "Specimen.collection.method",
        "path": "Specimen.collection.method",
        "max": "0"
      },
      {
        "id": "Specimen.collection.bodySite",
        "path": "Specimen.collection.bodySite",
        "max": "0"
      },
      {
        "id": "Specimen.collection.fastingStatus[x]",
        "path": "Specimen.collection.fastingStatus[x]",
        "max": "0"
      },
      {
        "id": "Specimen.processing",
        "path": "Specimen.processing",
        "max": "0"
      },
      {
        "id": "Specimen.container.identifier",
        "path": "Specimen.container.identifier",
        "max": "0"
      },
      {
        "id": "Specimen.container.description",
        "path": "Specimen.container.description",
        "max": "0"
      },
      {
        "id": "Specimen.container.type",
        "path": "Specimen.container.type",
        "max": "0"
      },
      {
        "id": "Specimen.container.capacity",
        "path": "Specimen.container.capacity",
        "max": "0"
      },
      {
        "id": "Specimen.container.specimenQuantity",
        "path": "Specimen.container.specimenQuantity",
        "binding": {
          "strength": "required",
          "valueSet": "http://www.qualitype.de/samples/fhir/CodeSystem/units"
        }
      },
      {
        "id": "Specimen.container.additive[x]",
        "path": "Specimen.container.additive[x]",
        "max": "0"
      },
      {
        "id": "Specimen.condition",
        "path": "Specimen.condition",
        "max": "0"
      },
      {
        "id": "Specimen.note",
        "path": "Specimen.note",
        "max": "0"
      }
    ]
  }
}