FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagemedmij.fhir.nl.r4.pathology
Resource TypeStructureDefinition
IdStructureDefinition-path-Request.Specimen.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=medmij.fhir.nl.r4.pathology@1.0.0-alpha.1&canonical=http://medmij.nl/fhir/StructureDefinition/path-Request.Specimen
URLhttp://medmij.nl/fhir/StructureDefinition/path-Request.Specimen
Statusdraft
NamePathRequestSpecimen
Titlepath Request.Specimen
Realmnl
DescriptionSpecimen that will be examined by a laboratory.
PurposeThis Specimen resource represents the specimen-related concepts from the Request building block for patient use cases in the context of the information standard Pathology (Pathologie).
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
TypeSpecimen
Kindresource

Resources that use this resource

CapabilityStatement
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Retrievepath Retrieve
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Servepath Serve
StructureDefinition
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Report.ClinicalInformationpath Report.ClinicalInformation
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Report.Macroscopypath Report.Macroscopy
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Report.Microscopypath Report.Microscopy
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Report.ProtocolDataItempath Report.ProtocolDataItem
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Reportpath Report
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Request.Specimenpath Request.Specimen
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Requestpath Request

Resources that this resource uses

StructureDefinition
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Patientpath Patient
medmij.fhir.nl.r4.pathology#1.0.0-alpha.1path-Request.Specimenpath Request.Specimen

Narrative

Note: links and images are rebased to the (stated) source

No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.

Source1

{
  "resourceType": "StructureDefinition",
  "id": "path-Request.Specimen",
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medmij.nl/fhir/StructureDefinition/path-Request.Specimen",
  "name": "PathRequestSpecimen",
  "title": "path Request.Specimen",
  "status": "draft",
  "publisher": "MedMij",
  "contact": [
    {
      "name": "MedMij",
      "telecom": [
        {
          "system": "email",
          "value": "info@medmij.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Specimen that will be examined by a laboratory.",
  "purpose": "This Specimen resource represents the specimen-related concepts from the Request building block for patient use cases in the context of the information standard Pathology (Pathologie).",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "mercurius-core-dataset-2-0",
      "name": "Mercurius Core Dataset 2.0"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Specimen",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Specimen",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Specimen",
        "path": "Specimen",
        "short": "Specimen",
        "definition": "Specimen that will be examined by a laboratory.",
        "comment": "This resource is used to convey either the primary specimen or an individual sample taken from that specimen. In the latter case, the `.parent` refers to the Specimen resource corresponding to the primary specimen.",
        "alias": [
          "Monster"
        ]
      },
      {
        "id": "Specimen.type",
        "path": "Specimen.type",
        "min": 1
      },
      {
        "id": "Specimen.type.text",
        "path": "Specimen.type.text",
        "short": "SpecimenMaterial",
        "definition": "Type of specimen.",
        "alias": [
          "AardMateriaal"
        ],
        "min": 1,
        "mapping": [
          {
            "identity": "mercurius-core-dataset-2-0",
            "map": "mercurius-core-rubriek-76",
            "comment": "aardmateriaal"
          }
        ]
      },
      {
        "id": "Specimen.subject",
        "path": "Specimen.subject",
        "short": "Patient",
        "alias": [
          "Patiƫnt"
        ],
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://medmij.nl/fhir/StructureDefinition/path-Patient"
            ]
          }
        ]
      },
      {
        "id": "Specimen.receivedTime",
        "path": "Specimen.receivedTime",
        "short": "ReceivedDate",
        "definition": "Date when specimen is received at the laboratory.",
        "alias": [
          "DatumOntvangst"
        ],
        "min": 1,
        "mapping": [
          {
            "identity": "mercurius-core-dataset-2-0",
            "map": "mercurius-core-rubriek-80",
            "comment": "datumontvangst"
          }
        ]
      },
      {
        "id": "Specimen.parent",
        "path": "Specimen.parent",
        "comment": "If this Specimen resource corresponds to a sample taken from the primary specimen, the latter is referenced here.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Specimen",
              "http://medmij.nl/fhir/StructureDefinition/path-Request.Specimen"
            ]
          }
        ]
      },
      {
        "id": "Specimen.collection.collected[x]",
        "path": "Specimen.collection.collected[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "Specimen.collection.collected[x]:collectedDateTime",
        "path": "Specimen.collection.collected[x]",
        "sliceName": "collectedDateTime",
        "short": "CollectionDate",
        "definition": "Date when specimen is taken from patient.",
        "alias": [
          "DatumAfname"
        ],
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mapping": [
          {
            "identity": "mercurius-core-dataset-2-0",
            "map": "mercurius-core-rubriek-77",
            "comment": "datumafname"
          }
        ]
      },
      {
        "id": "Specimen.collection.method.text",
        "path": "Specimen.collection.method.text",
        "short": "CollectionMethod",
        "definition": "The way the specimen is collected (biopsy, resection, etc.).",
        "alias": [
          "Verkrijgingswijze"
        ],
        "mapping": [
          {
            "identity": "mercurius-core-dataset-2-0",
            "map": "mercurius-core-rubriek-87",
            "comment": "verkrijgingswijze"
          }
        ]
      }
    ]
  }
}