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

FHIR IG Statistics: StructureDefinition/nxh-observationlaboratory

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-observationlaboratory
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.3&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhObservationLaboratory
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhObservationLaboratory
Statusdraft
Date2024-02-27T09:17:38.5199813+00:00
NameNxhObservationLaboratory
DescriptionNexuzhealth profile for an observation in the lab domain.
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
be-observation-laboratoryBeObservationLaboratory
ValueSet
nxh-vs-eindgebruik-codesNxhVSEindgebruikCodes

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-observationlaboratory",
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhObservationLaboratory",
  "name": "NxhObservationLaboratory",
  "status": "draft",
  "date": "2024-02-27T09:17:38.5199813+00:00",
  "description": "Nexuzhealth profile for an observation in the lab domain.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "https://www.ehealth.fgov.be/standards/fhir/lab/StructureDefinition/be-observation-laboratory",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.identifier",
        "path": "Observation.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.identifier:resultaatId",
        "path": "Observation.identifier",
        "sliceName": "resultaatId",
        "short": "resultaatId",
        "definition": "The resultaatId identifier of the lab observation.\r\n\r\nResultaatId is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.identifier:resultaatId.system",
        "path": "Observation.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/resultaat/resultaat/id"
      },
      {
        "id": "Observation.identifier:rapportOnderdeelId",
        "path": "Observation.identifier",
        "sliceName": "rapportOnderdeelId",
        "short": "rapportOnderdeelId",
        "definition": "The rapportOnderdeelId identifier of the lab observation.\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": "Observation.identifier:rapportOnderdeelId.system",
        "path": "Observation.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/resultaat/resultaat/rapportOnderdeelId"
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.category:categoryCode",
        "path": "Observation.category",
        "sliceName": "categoryCode",
        "max": "1"
      },
      {
        "id": "Observation.category:categoryCode.coding.system",
        "path": "Observation.category.coding.system",
        "fixedUri": "http://terminology.hl7.org/CodeSystem/observation-category"
      },
      {
        "id": "Observation.category:eindgebruikCode",
        "path": "Observation.category",
        "sliceName": "eindgebruikCode",
        "max": "1",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-eindgebruik-codes"
        }
      },
      {
        "id": "Observation.category:eindgebruikCode.coding.system",
        "path": "Observation.category.coding.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/CodeSystem/kws/resultaat/resultaat/eindgebruikCode"
      }
    ]
  }
}