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

FHIR IG Statistics: StructureDefinition/nxh-allergyintolerance

Packagenexuzhealth.fhir.r4
Resource TypeStructureDefinition
Idnxh-allergyintolerance
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=nexuzhealth.fhir.r4@1.0.1&canonical=https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhAllergyIntolerance
URLhttps://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhAllergyIntolerance
Statusactive
Date2021-10-21T12:48:11.3573217+00:00
NameNxhAllergyIntolerance
DescriptionNexuzhealth profile for an allergy and/or an intolerance.
TypeAllergyIntolerance
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
whoatc-uv-ipsWHO ATC - IPS
nxh-vs-allergy-intolerance-reaction-manifestationsNxhVSAllergyIntoleranceReactionManifestations

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "nxh-allergyintolerance",
  "meta": {
    "lastUpdated": "2021-10-27T09:12:51.5+00:00"
  },
  "url": "https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/NxhAllergyIntolerance",
  "name": "NxhAllergyIntolerance",
  "status": "active",
  "date": "2021-10-21T12:48:11.3573217+00:00",
  "description": "Nexuzhealth profile for an allergy and/or an intolerance.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "AllergyIntolerance",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "AllergyIntolerance.identifier",
        "path": "AllergyIntolerance.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "AllergyIntolerance.identifier:jpNr",
        "path": "AllergyIntolerance.identifier",
        "sliceName": "jpNr",
        "short": "jpNr",
        "definition": "The jpNr identifier of the allergy intolerance.\r\n\r\nJpNr is an identifier assigned internally by Nexuzhealth in the KWS database.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "AllergyIntolerance.identifier:jpNr.system",
        "path": "AllergyIntolerance.identifier.system",
        "fixedUri": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/probleemJournaal/jpNr"
      },
      {
        "id": "AllergyIntolerance.code",
        "path": "AllergyIntolerance.code",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://hl7.org/fhir/uv/ips/ValueSet/whoatc-uv-ips"
        }
      },
      {
        "id": "AllergyIntolerance.reaction.manifestation",
        "path": "AllergyIntolerance.reaction.manifestation",
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.nexuzhealth.com/standards/fhir/ValueSet/nxh-vs-allergy-intolerance-reaction-manifestations"
        }
      }
    ]
  }
}