{
  "resourceType": "StructureDefinition",
  "id": "HdBe-LaboratoryTestResult.Specimen.Source",
  "url": "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Specimen.Source",
  "name": "HdBeLaboratoryTestResultSpecimenSource",
  "title": "HdBe LaboratoryTestResult.Specimen.Source",
  "status": "draft",
  "publisher": "Healthdata.be (Sciensano)",
  "contact": [
    {
      "name": "Service portal – healthdata.be",
      "telecom": [
        {
          "system": "url",
          "value": "https://sciensano.service-now.com/sp",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Source of obtained specimen material or a microbial isolate that is used in a laboratory analysis.",
  "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": "HdBe-LaboratoryTestResult",
      "uri": "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-LaboratoryTestResult",
      "name": "HdBe logical model LaboratoryTestResult"
    },
    {
      "identity": "zib-laboratorytestresult-v4.6-2020EN",
      "uri": "https://zibs.nl/wiki/LaboratoryTestResult-v4.6(2020EN)",
      "name": "zib LaboratoryTestResult-v4.6(2020EN)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device",
        "path": "Device",
        "comment": "The Device that represents the CBB LaboratoryTestResult concept for SpecimenSource."
      },
      {
        "id": "Device.deviceName",
        "path": "Device.deviceName",
        "max": "1"
      },
      {
        "id": "Device.deviceName.name",
        "path": "Device.deviceName.name",
        "definition": "If the material is not collected directly from the patient but comes from a patient-related object, e.g. a cathetertip, a specific name of this source of material can be recorded here.",
        "alias": [
          "BronMonster"
        ],
        "mapping": [
          {
            "identity": "HdBe-LaboratoryTestResult",
            "map": "LaboratoryTestResult.Specimen.SpecimenSource",
            "comment": "Only if a more specific SpecimenSource name can be provided than specified as type."
          },
          {
            "identity": "zib-laboratorytestresult-v4.6-2020EN",
            "map": "NL-CM:13.1.29",
            "comment": "SpecimenSource"
          }
        ]
      },
      {
        "id": "Device.deviceName.type",
        "path": "Device.deviceName.type",
        "definition": "The type of name the device is referred by.",
        "comment": "If type is unknown, use value `other`."
      },
      {
        "id": "Device.type",
        "path": "Device.type",
        "short": "SpecimenSource",
        "definition": "If the material is not collected directly from the patient but comes from a patient-related object, e.g. a cathetertip, this source of material can be recorded here.",
        "comment": "If a deviceName is known, which is more specific than the type, this name can be added to deviceName.name.",
        "alias": [
          "BronMonster"
        ],
        "min": 1,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.healthdata.be/ValueSet/SpecimenSource"
        },
        "mapping": [
          {
            "identity": "HdBe-LaboratoryTestResult",
            "map": "LaboratoryTestResult.Specimen.SpecimenSource"
          }
        ]
      }
    ]
  }
}