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

FHIR IG Statistics: StructureDefinition/nxh-specimenlaboratory

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-specimenlaboratory
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhSpecimenLaboratory
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhSpecimenLaboratory
Statusdraft
Date2024-02-27T09:17:38.5199813+00:00
NameNxhSpecimenLaboratory
DescriptionNexuzhealth profile for a specimen.
TypeSpecimen
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
nxh-ext-hospitalCodeNxhExtHospitalCode
be-specimen-laboratoryBeSpecimenLaboratory
ValueSet
nxh-vs-staalsoort-codesNxhVSStaalsoortCodes

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-specimenlaboratory",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhSpecimenLaboratory",
  "name": "NxhSpecimenLaboratory",
  "status": "draft",
  "date": "2024-02-27T09:17:38.5199813+00:00",
  "description": "Nexuzhealth profile for a specimen.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Specimen",
  "baseDefinition": "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-specimen-laboratory",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Specimen.extension:hospitalCode",
        "path": "Specimen.extension",
        "sliceName": "hospitalCode",
        "definition": "A reference to a hospital (an organization) the resource is related to.",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-hospitalCode"
            ]
          }
        ]
      },
      {
        "id": "Specimen.identifier",
        "path": "Specimen.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Specimen.identifier:resultaatId",
        "path": "Specimen.identifier",
        "sliceName": "resultaatId",
        "short": "resultaatId",
        "definition": "The resultaatId identifier of the specimen.\r\n\r\nResultaatId is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Specimen.identifier:resultaatId.system",
        "path": "Specimen.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/resultaat/resultaat/id"
      },
      {
        "id": "Specimen.identifier:rapportOnderdeelId",
        "path": "Specimen.identifier",
        "sliceName": "rapportOnderdeelId",
        "short": "rapportOnderdeelId",
        "definition": "The rapportOnderdeelId identifier of the specimen.\r\n\r\nrapportOnderdeelId is an identifier assigned internally by Nexuzhealth in the KWS database. It is not a unique identifier.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Specimen.identifier:rapportOnderdeelId.system",
        "path": "Specimen.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/resultaat/resultaat/rapportOnderdeelId"
      },
      {
        "id": "Specimen.type",
        "path": "Specimen.type",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-staalsoort-codes"
        }
      },
      {
        "id": "Specimen.subject",
        "path": "Specimen.subject",
        "min": 1
      }
    ]
  }
}