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

FHIR IG Statistics: StructureDefinition/HDBP0037-LaboratoryTestResult.Specimen

Packagehealthdata.be.r4.dcd
Resource TypeStructureDefinition
IdHDBP0037-LaboratoryTestResult.Specimen
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthdata.be.r4.dcd@0.2.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Specimen
URLhttps://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Specimen
Statusdraft
NameHDBP0037LaboratoryTestResultSpecimen
TitleHDBP0037 LaboratoryTestResult.Specimen
DescriptionDerived [HdBe-LaboratoryTestResult.Specimen](https://simplifier.net/guide/HdBe-R4-CBB/Home/FHIR/HdBe-LaboratoryTestResult.page.md?version=current) profile.
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

StructureDefinition
HDBP0037-LaboratoryTestResult.SpecimenHDBP0037 LaboratoryTestResult.Specimen
HDBP0037-LaboratoryTestResultHDBP0037 LaboratoryTestResult

Resources that this resource uses

StructureDefinition
HDBP0037-LaboratoryTestResult.SpecimenHDBP0037 LaboratoryTestResult.Specimen
HdBe-LaboratoryTestResult.SpecimenHdBe-LaboratoryTestResult.Specimen
ValueSet
HDBP0037-SpecimenMaterial-and-MicroorganismHDBP0037-SpecimenMaterial-and-Microorganism

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "HDBP0037-LaboratoryTestResult.Specimen",
  "url": "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Specimen",
  "name": "HDBP0037LaboratoryTestResultSpecimen",
  "title": "HDBP0037 LaboratoryTestResult.Specimen",
  "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": "Derived [HdBe-LaboratoryTestResult.Specimen](https://simplifier.net/guide/HdBe-R4-CBB/Home/FHIR/HdBe-LaboratoryTestResult.page.md?version=current) profile.",
  "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",
  "kind": "resource",
  "abstract": false,
  "type": "Specimen",
  "baseDefinition": "https://fhir.healthdata.be/StructureDefinition/HdBe-LaboratoryTestResult.Specimen",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Specimen.identifier",
        "path": "Specimen.identifier",
        "min": 1
      },
      {
        "id": "Specimen.type",
        "path": "Specimen.type",
        "comment": "The Specimen concept from the CBB LaboratoryTestResult contains a concept for SpecimenMaterial and for Microorganism (isolated from the specimen material). These two concepts cannot be represented in the same Specimen resources; this `Specimen.type` element defines which of the two concepts is represented.\r\n\r\nIf the Specimen is an antibiogram, the Specimen.type will be an Microorganism, otherwise it will be SpecimenMaterial.",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.healthdata.be/ValueSet/HDBP0037-SpecimenMaterial-and-Microorganism"
        }
      },
      {
        "id": "Specimen.parent",
        "path": "Specimen.parent",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.healthdata.be/StructureDefinition/HDBP0037-LaboratoryTestResult.Specimen"
            ]
          }
        ]
      },
      {
        "id": "Specimen.collection.collected[x]",
        "path": "Specimen.collection.collected[x]",
        "min": 1
      }
    ]
  }
}