{
  "resourceType": "StructureDefinition",
  "id": "Organization",
  "url": "http://mrdm.nl/profiles/fhir/r4/palga/StructureDefinition/organization",
  "name": "PalgaOrganization",
  "status": "draft",
  "date": "2023-11-28T08:53:54.0362159+00:00",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization.id",
        "path": "Organization.id",
        "definition": "combination of name clinical registry, labid and report number",
        "min": 1
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "short": "T-Number",
        "definition": "T-Number (panr) is a generated code by a laboratory, to uniquely identify the patient in their own system (it is possible the same code is used in different labs). The code has the standard format of Tjj-xxxxxx (capital T, year, -, 5/6 digit code)."
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "short": "Labid",
        "definition": "ID for lab as registered by PALGA",
        "min": 1
      }
    ]
  }
}